Skip to content

翻訳 🌍

このページの翻訳を行ったり、改善したりすることができます。

コントリビュートする

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.