Skip to content

Commit

Permalink
swiftlint: replace autocorrect by --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed May 15, 2021
1 parent e842c9a commit 82ed7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion megalinter/descriptors/swift.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ linters:
- "--path"
- "/tmp/lint"
- "--strict"
cli_lint_fix_arg_name: "autocorrect"
cli_lint_fix_arg_name: "--fix"
cli_lint_fix_remove_args:
- "lint"
cli_docker_image: norionomura/swiftlint
Expand Down

0 comments on commit 82ed7dd

Please sign in to comment.