Skip to content

Translation 🌍

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

기여

STRUCT

Config.InspectOptions

Contents

swift
public struct InspectOptions: Codable, Equatable, Sendable

Options for inspect.

Properties

redundantDependencies

swift
public var redundantDependencies: RedundantDependencies

Options for inspect redundant dependencies.

Methods

options(redundantDependencies:)

swift
public static func options(
    redundantDependencies: RedundantDependencies = .redundantDependencies()
) -> Self

Released under the MIT License.