Files
nix-config/statix.toml
mjallen18 70002a19e2 hmm
2026-04-07 18:39:42 -05:00

15 lines
438 B
TOML
Executable File

# Disable lint rules that generate excessive false-positives or noise.
#
# empty_pattern: { ... }: is a valid and readable no-arg pattern.
disabled = [
"empty_pattern",
]
# Exclude files where statix's parser fails on complex shell-in-Nix content.
ignore = [
"modules/home/programs/update-checker/default.nix",
"modules/home/programs/waybar/scripts/weather.nix",
"modules/home/programs/waybar/scripts/media.nix",
"qemu.nix",
]