mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-11 17:24:50 -04:00
the --rails flag isn't needed for rubocop anymore
This commit is contained in:
@@ -22,7 +22,7 @@ PreCommit:
|
||||
problem_on_unmodified_line: warn
|
||||
RuboCop:
|
||||
enabled: true
|
||||
command: ['bundle', 'exec', 'rubocop', '-D', '--rails']
|
||||
command: ['bundle', 'exec', 'rubocop', '-D']
|
||||
TrailingWhitespace:
|
||||
enabled: true
|
||||
exclude:
|
||||
|
||||
Reference in New Issue
Block a user