Browse Source

More changes.

pull/92/head
Abhishek Banthia 5 years ago
parent
commit
cf52fec51c
  1. 3
      .swiftlint.yml

3
.swiftlint.yml

@ -2,7 +2,8 @@ disabled_rules: # rule identifiers to exclude from running
- type_body_length - type_body_length
- file_length - file_length
- type_name - type_name
# - nesting - variable_name
- nesting
opt_in_rules: # some rules are only opt-in opt_in_rules: # some rules are only opt-in
- empty_count - empty_count
# included: # paths to include during linting. `--path` is ignored if present. # included: # paths to include during linting. `--path` is ignored if present.

Loading…
Cancel
Save