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