ENUM
GenerationOptions.StaticSideEffectsWarningTargets 
Contents
- Cases- all
- none
- excluding(_:)
 
swift
public enum StaticSideEffectsWarningTargets: Codable, Equatable, SendableThis enum represents the targets against which Tuist will run the check for potential side effects caused by static transitive dependencies.
Cases 
all 
swift
case allnone 
swift
case noneexcluding(_:) 
swift
case excluding([String])