mas/.swiftlint.yml

14 lines
182 B
YAML
Raw Normal View History

2019-01-12 00:25:55 +00:00
#
# .swiftlint.yml
# mas
#
# https://github.com/realm/SwiftLint#configuration
#
2024-02-18 19:13:42 +00:00
---
disabled_rules:
2024-02-18 19:13:42 +00:00
- trailing_comma
2019-01-12 00:25:55 +00:00
excluded:
2024-02-18 19:13:42 +00:00
- docs
2021-03-22 05:25:18 +00:00
opening_brace:
allow_multiline_func: true