mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
Add HoundCI configuration
This commit is contained in:
parent
9c8854f633
commit
dbc01f0264
1 changed files with 14 additions and 0 deletions
14
.houndci.yml
Normal file
14
.houndci.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
sass-lint:
|
||||
enabled: false
|
||||
|
||||
coffeescript:
|
||||
enabled: false
|
||||
|
||||
jshint:
|
||||
enabled: false
|
||||
|
||||
haml:
|
||||
config_file: .haml-lint.yml
|
||||
|
||||
rubocop:
|
||||
config_file: .rubocop.yml
|
Loading…
Reference in a new issue