We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d417042 commit 5066c71Copy full SHA for 5066c71
flake/dev/default.nix
@@ -34,7 +34,13 @@
34
check = true;
35
format = true;
36
};
37
- statix.enable = true;
+ statix = {
38
+ enable = true;
39
+ disabled-lints = [
40
+ # We often use `nullable == true`
41
+ "bool_comparison"
42
+ ];
43
+ };
44
stylua.enable = true;
45
shfmt.enable = true;
46
# FIXME: re-enable on darwin, currently broken: taplo with options '[format]' failed to apply: exit status 101
0 commit comments