Created
January 30, 2017 02:09
-
-
Save artemnovichkov/0b4be356b2a06806b2d941f3d1a2a500 to your computer and use it in GitHub Desktop.
Configuration file for SwiftLint
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
disabled_rules: | |
- trailing_whitespace | |
excluded: | |
- Carthage/ | |
force_try: warning | |
force_cast: warning | |
line_length: 180 | |
colon: | |
apply_to_dictionaries: false | |
variable_name: | |
excluded: | |
- id | |
statement_position: | |
statement_mode: uncuddled_else |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment