Português (Portuguese)
Appearance
Português (Portuguese)
Appearance
STRUCT
InspectOptions.RedundantDependencies Contents
ignoreTagsMatchingredundantDependencies(ignoreTagsMatching:)public struct RedundantDependencies: Codable, Equatable, SendableOptions 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