2019-01-12 00:25:55 +00:00
|
|
|
#
|
|
|
|
# .swiftlint.yml
|
|
|
|
# mas
|
|
|
|
#
|
|
|
|
# https://github.com/realm/SwiftLint#configuration
|
|
|
|
#
|
|
|
|
---
|
|
|
|
excluded:
|
2019-01-25 04:39:08 +00:00
|
|
|
- Carthage
|
|
|
|
- docs
|
2021-03-22 05:25:18 +00:00
|
|
|
|
|
|
|
opening_brace:
|
|
|
|
allow_multiline_func: true
|
|
|
|
|
|
|
|
trailing_comma:
|
|
|
|
mandatory_comma: true
|