Add rubocop run script
This commit is contained in:
+3
-2
@@ -16,9 +16,10 @@
|
|||||||
# Uncomment the following lines to make the configuration take effect.
|
# Uncomment the following lines to make the configuration take effect.
|
||||||
|
|
||||||
PreCommit:
|
PreCommit:
|
||||||
Rubocop:
|
RuboCop:
|
||||||
enabled: true
|
enabled: true
|
||||||
# on_warn: fail # Treat all warnings as failures
|
#command: ['bundle', 'exec', 'rubocop']
|
||||||
|
on_warn: fail # Treat all warnings as failures
|
||||||
#
|
#
|
||||||
# TrailingWhitespace:
|
# TrailingWhitespace:
|
||||||
# exclude:
|
# exclude:
|
||||||
|
|||||||
Reference in New Issue
Block a user