Skip to content

Commit

Permalink
Add overcommit to automatically run standardrb
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Jun 16, 2021
1 parent ee2edaf commit 5c8f96f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .overcommit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
PreCommit:
StandardRB:
enabled: true
required: true
command: ['bundle', 'exec', 'standardrb']
flags: ['--fix']

0 comments on commit 5c8f96f

Please sign in to comment.