empty_pattern

This commit is contained in:
mjallen18
2026-04-05 14:49:16 -05:00
parent 159ad4cb83
commit 07b1fc3618
12 changed files with 4 additions and 41 deletions

View File

@@ -3,13 +3,11 @@
# manual_inherit / manual_inherit_from: very high volume of style suggestions.
# useless_parens: many intentional parentheses for readability.
# empty_pattern: { ... }: is a valid and readable no-arg pattern.
# unquoted_uri: false-positives inside shell heredocs in Nix strings.
disabled = [
"manual_inherit",
"manual_inherit_from",
"useless_parens",
"empty_pattern",
"unquoted_uri",
"empty_pattern", # needed for some overlays
]
# Exclude files where statix's parser fails on complex shell-in-Nix content.