Files
home-manager/statix.toml
T
Austin Horstman 74d8d47034 statix: enable collapsible_let_in
Enable statix's collapsible_let_in rule and apply its auto-fixes in the podman linux modules.

This keeps the ratchet focused on one auto-fixable warning at a time.
2026-04-08 15:28:35 -05:00

20 lines
382 B
TOML

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