mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-20 01:31:52 +00:00
Fixes #18562: Disable Hound for Ruby
This commit is contained in:
parent
856e217574
commit
4be6b91467
1 changed files with 6 additions and 2 deletions
|
|
@ -1,6 +1,10 @@
|
||||||
javascript:
|
|
||||||
enabled: false
|
|
||||||
scss:
|
scss:
|
||||||
config_file: scss/.scss-lint.yml
|
config_file: scss/.scss-lint.yml
|
||||||
enabled: true
|
enabled: true
|
||||||
ignore_file: scss/_normalize.scss
|
ignore_file: scss/_normalize.scss
|
||||||
|
|
||||||
|
javascript:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
ruby:
|
||||||
|
enabled: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue