the --rails flag isn't needed for rubocop anymore

This commit is contained in:
Brenda Wallace
2019-06-26 09:46:31 +12:00
parent 389b48d918
commit faefc0b293

View File

@@ -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: