build: update build scripts, disable autocorrection dy default
This commit is contained in:
parent
4f0c9a8ed1
commit
7fd33b6157
|
|
@ -42,7 +42,7 @@ struct SwiftLintPlugin: BuildToolPlugin {
|
|||
"SCRIPT_INPUT_FILE_COUNT": "1",
|
||||
"SCRIPT_INPUT_FILE_0": target.directory.removingLastComponent().lastComponent,
|
||||
// "FORCE_LINT": "1", // Lint all files in target (not only modified)
|
||||
"AUTOCORRECT": "1"
|
||||
// "AUTOCORRECT": "1"
|
||||
],
|
||||
outputFilesDirectory: context.package.directory)
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 7d3f2794bcdbf03c592f864950c1e6ff24e423b5
|
||||
Subproject commit 39109c6e6032b2a59f4cdd7b80ac06c4dc8b33c0
|
||||
Loading…
Reference in New Issue