mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
20 lines
217 B
YAML
20 lines
217 B
YAML
#
|
|
# .hound.yml
|
|
# mas
|
|
#
|
|
# http://help.houndci.com/configuration/swiftlint
|
|
#
|
|
---
|
|
fail_on_violations: false
|
|
|
|
erblint:
|
|
enabled: false
|
|
|
|
rubocop:
|
|
enabled: false
|
|
|
|
shellcheck:
|
|
enabled: true
|
|
|
|
swiftlint:
|
|
enabled: false
|