mas/Carthage/Checkouts/Commandant/.swiftlint.yml

14 lines
193 B
YAML
Raw Normal View History

included:
- Sources
- Tests
disabled_rules:
- function_body_length
- identifier_name
- line_length
- opening_brace
- operator_whitespace
trailing_comma:
mandatory_comma: true