mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
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.
10 lines
169 B
TOML
10 lines
169 B
TOML
disabled = [
|
|
"bool_comparison",
|
|
"bool_simplification",
|
|
"deprecated_is_null",
|
|
"faster_groupby",
|
|
"faster_zipattrswith",
|
|
"repeated_keys",
|
|
"useless_parens",
|
|
]
|