Skip to content

Commit 3404c91

Browse files
swiftlint autocorrect
1 parent b556960 commit 3404c91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/IBLinterFrontend/Commands/ValidateCommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ struct ValidateOptions: OptionsProtocol {
7575
<*> mode <| Option(key: "reporter", defaultValue: nil, usage: "the reporter used to log errors and warnings")
7676
<*> mode <| Option(key: "script", defaultValue: nil, usage: "custom IBLinterfile.swift")
7777
<*> mode <| Option(key: "config", defaultValue: nil, usage: "the path to IBLint's configuration file")
78-
<*> mode <| Argument<[String]>(defaultValue: [], usage: "included files/paths to lint. This is ignored if you specified included paths in your yml configuration file.", usageParameter: "included") //swiftlint:disable:this line_length
78+
<*> mode <| Argument<[String]>(defaultValue: [], usage: "included files/paths to lint. This is ignored if you specified included paths in your yml configuration file.", usageParameter: "included") // swiftlint:disable:this line_length
7979
}
8080

8181
func deriveConfigurationFile() -> URL {

0 commit comments

Comments
 (0)