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.
20 lines
382 B
TOML
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",
|
|
]
|