|
|
@ -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. |
|
|
|