statix: enable misc rules that we already respect
Misc no-hit rules that we already are in compliance with. Ignoring `faster_` rules because those prefer builtin > lib and we have lib compat behavior to prefer.
This commit is contained in:
parent
f04b520e5b
commit
230199801b
1 changed files with 0 additions and 6 deletions
|
|
@ -2,14 +2,8 @@ disabled = [
|
|||
"bool_comparison",
|
||||
"bool_simplification",
|
||||
"deprecated_is_null",
|
||||
"deprecated_to_path",
|
||||
"empty_inherit",
|
||||
"empty_let_in",
|
||||
"faster_groupby",
|
||||
"faster_zipattrswith",
|
||||
"legacy_let_syntax",
|
||||
"repeated_keys",
|
||||
"redundant_pattern_bind",
|
||||
"unquoted_uri",
|
||||
"useless_parens",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue