Skip to content

ENUM

GenerationOptions.StaticSideEffectsWarningTargets ​

Contents

  • Cases
    • all
    • none
    • excluding(_:)
swift
public enum StaticSideEffectsWarningTargets: Codable, Equatable, Sendable

This enum represents the targets against which Tuist will run the check for potential side effects caused by static transitive dependencies.

Cases ​

all ​

swift
case all

none ​

swift
case none

excluding(_:) ​

swift
case excluding([String])

Released under the MIT License.