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.