We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c8e5b commit 0b34f92Copy full SHA for 0b34f92
Plugins/FormatPlugin/plugin.swift
@@ -10,7 +10,7 @@ struct FormatPlugin {
10
var swiftFormatArgs: [String] {
11
["format"]
12
targetDirectories
13
- ["-r", "-p", "-i"]
+ ["--recursive", "--parallel", "--in-place"]
14
15
if let configurationFilePath = configurationFilePath {
16
["--configuration", configurationFilePath]
Plugins/LintPlugin/plugin.swift
@@ -10,7 +10,7 @@ struct LintPlugin {
["lint"]
- ["-r", "-p", "-s"]
+ ["--recursive", "--parallel", "--strict"]
0 commit comments