Skip to content

Traducción 🌍

Traduce o mejora la traducción de esta página.

Contribuye

STRUCT

InspectOptions.RedundantDependencies

Contents

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

Released under the MIT License.