Created
October 16, 2020 21:15
-
-
Save arkilis/b8296dc002cca954854b8fad8c21bddd to your computer and use it in GitHub Desktop.
This file contains hidden or 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: # rules you don't want to use | |
- trailing_comma | |
opt_in_rules: # rules you want to use | |
- array_init | |
- closure_body_length | |
- closure_end_indentation | |
included: # include directories | |
- Source | |
excluded: # exclude some directories, such as 3rd Carthage, pods and so on | |
- Carthage | |
- Pods | |
line_length: | |
warning: 200 | |
error: 250 | |
file_length: | |
warning: 300 | |
error: 350 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment