Appearance
STRUCT
Config.InspectOptions
Contents
- Properties
redundantDependencies
- Methods
options(redundantDependencies:)
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