Files
home-manager/statix.toml
Austin Horstman 11ad9d2e42 statix: enable useless_has_attr
Enable statix's useless_has_attr rule and apply its auto-fixes across the affected modules.
2026-04-08 16:00:28 -05:00

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",
]