Appearance
STRUCT
InspectOptions.RedundantDependencies
Contents
- Properties
ignoreTagsMatching
- Methods
redundantDependencies(ignoreTagsMatching:)
swift
public struct RedundantDependencies: Codable, Equatable, Sendable
Options for inspect redundant dependencies.
Properties
ignoreTagsMatching
swift
public let ignoreTagsMatching: Set<String>
The set of tags which targets should be ignored when inspecting redundant dependencies
Methods
redundantDependencies(ignoreTagsMatching:)
swift
public static func redundantDependencies(
ignoreTagsMatching: Set<String> = []
) -> Self