mas/.hound.yml

23 lines
277 B
YAML
Raw Normal View History

2019-01-11 18:09:22 -07:00
#
# .hound.yml
# mas
#
# http://help.houndci.com/configuration/swiftlint
#
---
2019-01-15 22:12:36 -07:00
fail_on_violations: false
2019-01-14 20:58:40 -07:00
erblint:
enabled: false
2019-01-15 22:12:36 -07:00
rubocop:
enabled: false
2019-01-15 18:15:55 -07:00
shellcheck:
enabled: true
config_file: .shellcheck.yml
2019-01-15 22:12:36 -07:00
2019-01-11 18:09:22 -07:00
swiftlint:
2019-01-15 18:15:55 -07:00
enabled: true
2019-01-11 18:09:22 -07:00
config_file: .swiftlint.yml