mirror of
https://github.com/mas-cli/mas
synced 2024-11-24 12:33:08 +00:00
7d063d6d0e
# Conflicts: # .swiftlint.yml
14 lines
220 B
YAML
14 lines
220 B
YAML
#
|
|
# .swiftlint.yml
|
|
# mas
|
|
#
|
|
# https://github.com/realm/SwiftLint#configuration
|
|
#
|
|
---
|
|
disabled_rules:
|
|
- non_optional_string_data_conversion
|
|
- trailing_comma
|
|
excluded:
|
|
- docs
|
|
opening_brace:
|
|
allow_multiline_func: true
|