manual_inherit
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
# Disable lint rules that generate excessive false-positives or noise.
|
||||
#
|
||||
# manual_inherit / manual_inherit_from: very high volume of style suggestions.
|
||||
# empty_pattern: { ... }: is a valid and readable no-arg pattern.
|
||||
disabled = [
|
||||
"manual_inherit",
|
||||
"manual_inherit_from",
|
||||
"empty_pattern", # needed for some overlays
|
||||
"empty_pattern",
|
||||
]
|
||||
|
||||
# Exclude files where statix's parser fails on complex shell-in-Nix content.
|
||||
|
||||
Reference in New Issue
Block a user