mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
4848f422d6
Fixes #364.
15 lines
177 B
YAML
15 lines
177 B
YAML
#
|
|
# .swiftlint.yml
|
|
# mas
|
|
#
|
|
# https://github.com/realm/SwiftLint#configuration
|
|
#
|
|
|
|
disabled_rules:
|
|
- trailing_comma
|
|
|
|
excluded:
|
|
- docs
|
|
|
|
opening_brace:
|
|
allow_multiline_func: true
|