mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +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
|
||||
#
|
||||
---
|
||||
fail_on_violations: true
|
||||
fail_on_violations: false
|
||||
|
||||
erblint:
|
||||
enabled: false
|
||||
|
||||
shellcheck:
|
||||
enabled: true
|
||||
config_file: .shellcheck.yml
|
||||
|
||||
swiftlint:
|
||||
enabled: true
|
||||
config_file: .swiftlint.yml
|
||||
|
|
Loading…
Reference in a new issue