mirror of
https://github.com/mas-cli/mas
synced 2024-11-28 06:20:35 +00:00
21 lines
217 B
YAML
21 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
|