Skip to content

Instantly share code, notes, and snippets.

@ShaneQi
Created February 27, 2019 15:17
Show Gist options
  • Save ShaneQi/0e9bd3d9d3b66b4a73209ab1239abd28 to your computer and use it in GitHub Desktop.
Save ShaneQi/0e9bd3d9d3b66b4a73209ab1239abd28 to your computer and use it in GitHub Desktop.
swiftlint yml for interviewers
excluded:
- Pods
disabled_rules:
- line_length
- vertical_whitespace
- trailing_whitespace
- trailing_newline
- syntactic_sugar
- void_return
- force_cast
- mark
- unused_closure_parameter
identifier_name:
min_length: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment