mirror of
https://github.com/mas-cli/mas
synced 2024-11-25 13:00:23 +00:00
🐶 Disable fail_on_violations
This commit is contained in:
parent
5e4e3c123a
commit
6e729b8544
1 changed files with 4 additions and 1 deletions
|
@ -5,12 +5,15 @@
|
||||||
# http://help.houndci.com/configuration/swiftlint
|
# http://help.houndci.com/configuration/swiftlint
|
||||||
#
|
#
|
||||||
---
|
---
|
||||||
fail_on_violations: true
|
fail_on_violations: false
|
||||||
|
|
||||||
erblint:
|
erblint:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
shellcheck:
|
shellcheck:
|
||||||
enabled: true
|
enabled: true
|
||||||
config_file: .shellcheck.yml
|
config_file: .shellcheck.yml
|
||||||
|
|
||||||
swiftlint:
|
swiftlint:
|
||||||
enabled: true
|
enabled: true
|
||||||
config_file: .swiftlint.yml
|
config_file: .swiftlint.yml
|
||||||
|
|
Loading…
Reference in a new issue