Skip to content

Commit

Permalink
Add .swiftlint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Baranes committed Mar 28, 2017
1 parent 3c91a59 commit d964880
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions AdaptiveSpaceItem Example/.swiftlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
identifier_name:
min_length: 2
excluded:
- x

type_name:
excluded:
- T

line_length: 150
file_length: 500
number_separator:
minimum_length: 5

opt_in_rules:
- closure_spacing
- conditional_returns_on_newline
- empty_count
- explicit_init
- overridden_super_call
- redundant_nil_coalescing
- nimble_operator
- closure_end_indentation
- first_where
- attributes
- operator_usage_whitespace
- prohibited_super_call
- number_separator
- object_literal
- fatal_error_message

0 comments on commit d964880

Please sign in to comment.