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