Skip to content

Translation 🌍

이 페이지를 번역하거나 기존 번역을 개선할 수 있습니다.

기여

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.