mirror of
https://github.com/mas-cli/mas
synced 2024-11-23 03:53:09 +00:00
⏮️ Restore .hound.yml
This commit is contained in:
parent
08c6c9874a
commit
0c151ddf60
1 changed files with 20 additions and 0 deletions
20
.hound.yml
Normal file
20
.hound.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
#
|
||||
# .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
|
Loading…
Reference in a new issue