misc/statix: disable the "bool_comparison" lint

This commit is contained in:
Gaetan Lepage 2025-01-29 17:39:09 +01:00
parent d41704233a
commit 5066c71549

View file

@ -34,7 +34,13 @@
check = true;
format = true;
};
statix.enable = true;
statix = {
enable = true;
disabled-lints = [
# We often use `nullable == true`
"bool_comparison"
];
};
stylua.enable = true;
shfmt.enable = true;
# FIXME: re-enable on darwin, currently broken: taplo with options '[format]' failed to apply: exit status 101