Skip to content

Instantly share code, notes, and snippets.

@robertmryan
Created April 28, 2019 03:45
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 robertmryan/985cc48837d579c7268d11407f418a6a to your computer and use it in GitHub Desktop.
Save robertmryan/985cc48837d579c7268d11407f418a6a to your computer and use it in GitHub Desktop.
Personal .swiftlint.yml
disabled_rules:
- trailing_whitespace
- force_cast
- discarded_notification_center_observer
- type_body_length
- weak_computed_property
opt_in_rules:
- empty_string
file_length:
warning: 500
error: 1200
line_length:
warning: 300
error: 400
included:
excluded:
- Carthage
- Pods
identifier_name:
excluded:
- id
- i
- j
- k
- url
- db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment