Skip to content

Instantly share code, notes, and snippets.

@arkilis
Created October 16, 2020 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arkilis/b8296dc002cca954854b8fad8c21bddd to your computer and use it in GitHub Desktop.
Save arkilis/b8296dc002cca954854b8fad8c21bddd to your computer and use it in GitHub Desktop.
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