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

17 lines
318 B
TOML

disabled = [
"bool_comparison",
"bool_simplification",
"deprecated_is_null",
"deprecated_to_path",
"empty_inherit",
"empty_let_in",
"eta_reduction",
"faster_groupby",
"faster_zipattrswith",
"legacy_let_syntax",
"repeated_keys",
"redundant_pattern_bind",
"unquoted_uri",
"useless_parens",
]