mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
Enable statix's useless_has_attr rule and apply its auto-fixes across the affected modules.
18 lines
337 B
TOML
18 lines
337 B
TOML
disabled = [
|
|
"bool_comparison",
|
|
"bool_simplification",
|
|
"deprecated_is_null",
|
|
"deprecated_to_path",
|
|
"empty_inherit",
|
|
"empty_let_in",
|
|
"empty_pattern",
|
|
"eta_reduction",
|
|
"faster_groupby",
|
|
"faster_zipattrswith",
|
|
"legacy_let_syntax",
|
|
"repeated_keys",
|
|
"redundant_pattern_bind",
|
|
"unquoted_uri",
|
|
"useless_parens",
|
|
]
|