mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
17 lines
188 B
YAML
17 lines
188 B
YAML
#
|
|
# .hound.yml
|
|
# mas
|
|
#
|
|
# http://help.houndci.com/configuration/swiftlint
|
|
#
|
|
---
|
|
fail_on_violations: false
|
|
|
|
erblint:
|
|
enabled: false
|
|
|
|
rubocop:
|
|
enabled: false
|
|
|
|
shellcheck:
|
|
enabled: true
|