|
@@ -13,6 +13,7 @@ PreCommit:
|
|
RuboCop:
|
|
RuboCop:
|
|
enabled: true
|
|
enabled: true
|
|
on_warn: fail
|
|
on_warn: fail
|
|
|
|
+ command: ['bundle', 'exec', 'rubocop']
|
|
CoffeeLint:
|
|
CoffeeLint:
|
|
required_executable: 'coffeelint'
|
|
required_executable: 'coffeelint'
|
|
install_command: 'npm install -g @coffeelint/cli'
|
|
install_command: 'npm install -g @coffeelint/cli'
|