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:
|
sass-lint:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
coffeescript:
|
coffeescript:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
jshint:
|
jshint:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
haml:
|
haml:
|
||||||
config_file: .haml-lint.yml
|
config_file: .haml-lint.yml
|
||||||
|
|
||||||
rubocop:
|
rubocop:
|
||||||
config_file: .rubocop.yml
|
version: 1.22.1
|
||||||
|
config_file: .rubocop.yml
|
Loading…
Reference in New Issue