ENUM
GenerationOptions.StaticSideEffectsWarningTargets
Contents
- Cases
allnoneexcluding(_:)
swift
public enum StaticSideEffectsWarningTargets: Codable, HashableThis enum represents the targets against which Geko 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])