mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
17 lines
193 B
YAML
17 lines
193 B
YAML
#
|
|
# .hound.yml
|
|
# mas
|
|
#
|
|
# http://help.houndci.com/configuration/swiftlint
|
|
#
|
|
---
|
|
excluded:
|
|
- Carthage/
|
|
- docs/
|
|
- MasKitTests/
|
|
|
|
erblint:
|
|
enabled: false
|
|
|
|
swiftlint:
|
|
config_file: .swiftlint.yml
|