Files
GitHawk/.swiftlint.yml
Hesham Salman f213bac924 Thin SwiftLint ruleset (#704)
* Thin SwiftLint ruleset

* Disabled trailing_whitespace rule
2017-10-23 16:58:09 -04:00

21 lines
315 B
YAML

disabled_rules:
- function_parameter_count
- line_length
- identifier_name
- type_name
- function_body_length
- type_body_length
- force_try
- force_cast
- trailing_whitespace
included:
- Classes
- FreetimeTests
excluded:
- Pods
- Local Pods
- Playgrounds
- Sample
reporter: "xcode"