manual_inherit

This commit is contained in:
mjallen18
2026-04-05 19:10:23 -05:00
parent a363622659
commit ff469102ea
84 changed files with 248 additions and 329 deletions

View File

@@ -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.