Rename .houndci.yml to .hound.yml
Because of course the config is not respected when you use the wrong name
This commit is contained in:
parent
914b56369b
commit
0878561e50
|
@ -1,14 +1,15 @@
|
|||
sass-lint:
|
||||
enabled: false
|
||||
|
||||
coffeescript:
|
||||
enabled: false
|
||||
|
||||
jshint:
|
||||
enabled: false
|
||||
|
||||
haml:
|
||||
config_file: .haml-lint.yml
|
||||
|
||||
rubocop:
|
||||
config_file: .rubocop.yml
|
||||
sass-lint:
|
||||
enabled: false
|
||||
|
||||
coffeescript:
|
||||
enabled: false
|
||||
|
||||
jshint:
|
||||
enabled: false
|
||||
|
||||
haml:
|
||||
config_file: .haml-lint.yml
|
||||
|
||||
rubocop:
|
||||
version: 1.22.1
|
||||
config_file: .rubocop.yml
|
Loading…
Reference in New Issue