Skip to content

Commit 983ad61

Browse files
authored
Switch to --auto-correct-all
Please see misogi#123
1 parent 92e401d commit 983ad61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rubocop.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class RubocopAutocorrectProvider
1616
try {
1717
const args = [
1818
...getCommandArguments(document.fileName),
19-
'--auto-correct',
19+
'--auto-correct-all',
2020
];
2121
const options = {
2222
cwd: getCurrentPath(document.fileName),

0 commit comments

Comments
 (0)