Skip to content

Commit

Permalink
Update rubocop correct and add safe/all settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuyoshicho committed Sep 30, 2023
1 parent 0bedcc5 commit 579ed38
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions config/efm-langserver/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,12 +281,19 @@ tools:
- Rakefile
- .rubocop.yml
commands:
- title: 'rubocop fix'
- title: 'rubocop fix(safe)'
command: bundle
arguments:
- 'exec'
- 'rubocop'
- '--auto-correct-all'
- '--autocorrect'
- '${INPUT}'
- title: 'rubocop fix(all)'
command: bundle
arguments:
- 'exec'
- 'rubocop'
- '--autocorrect-all'
- '${INPUT}'

rubocop-format: &rubocop-format
Expand Down

0 comments on commit 579ed38

Please sign in to comment.