mas/.hound.yml
Ben Chatelain 8969aad88a 🙅🏻‍♂️ Disable rubocop checks
2019-01-21 18:07:01 -07:00

22 lines
277 B
YAML

#
# .hound.yml
# mas
#
# http://help.houndci.com/configuration/swiftlint
#
---
fail_on_violations: false
erblint:
enabled: false
rubocop:
enabled: false
shellcheck:
enabled: true
config_file: .shellcheck.yml
swiftlint:
enabled: true
config_file: .swiftlint.yml