Skip to content

Commit

Permalink
Fix Swiftlint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
joeblau committed Jun 24, 2018
1 parent 1f71535 commit 92d0771
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ disabled_rules: # rule identifiers to exclude from running
- line_length
opt_in_rules: # some rules are only opt-in
- empty_count
- missing_docs
# Find all the available rules by running:
# swiftlint rules
included: # paths to include during linting. `--path` is ignored if present.
Expand Down Expand Up @@ -37,7 +36,7 @@ type_name:
warning: 40
error: 50
excluded: iPhone # excluded via string
variable_name:
identifier_name:
min_length: # only min_length
error: 3 # only error
excluded: # excluded via string array
Expand Down

0 comments on commit 92d0771

Please sign in to comment.