Browse Source

Few quick changes.

pull/92/head
Abhishek Banthia 6 years ago
parent
commit
7de93992e3
  1. 3
      .swiftlint.yml

3
.swiftlint.yml

@ -1,6 +1,7 @@
disabled_rules: # rule identifiers to exclude from running disabled_rules: # rule identifiers to exclude from running
- type_body_length - type_body_length
# - file_length - file_length
- type_name
# - nesting # - nesting
opt_in_rules: # some rules are only opt-in opt_in_rules: # some rules are only opt-in
- empty_count - empty_count

Loading…
Cancel
Save