empty_pattern
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user