mas/Carthage/Checkouts/Quick/Externals/Nimble/.swiftlint.yml
2018-09-05 09:54:08 +10:00

19 lines
257 B
YAML

disabled_rules:
- todo
- variable_name
- force_try
- force_cast
included:
- Sources
- Tests
excluded:
- Carthage/Checkouts
trailing_comma:
mandatory_comma: true
line_length:
ignores_comments: true
ignores_function_declarations: true