Skip to content

Commit

Permalink
Switch to --auto-correct-all
Browse files Browse the repository at this point in the history
Please see misogi#123
  • Loading branch information
AlecRust committed Sep 21, 2020
1 parent 92e401d commit 983ad61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rubocop.ts
Expand Up @@ -16,7 +16,7 @@ export class RubocopAutocorrectProvider
try {
const args = [
...getCommandArguments(document.fileName),
'--auto-correct',
'--auto-correct-all',
];
const options = {
cwd: getCurrentPath(document.fileName),
Expand Down

0 comments on commit 983ad61

Please sign in to comment.