Compare commits
1 commit
26a77ebfab
...
c6eb156493
Author | SHA1 | Date | |
---|---|---|---|
c6eb156493 |
1 changed files with 7 additions and 6 deletions
|
@ -26,14 +26,15 @@
|
|||
in {
|
||||
check.enable = true;
|
||||
settings = {
|
||||
# for some reason statix takes it config differently than all the other hooks.
|
||||
settings.statix = {
|
||||
format = "stderr";
|
||||
ignore = generatedFiles;
|
||||
};
|
||||
hooks = {
|
||||
nil.enable = true;
|
||||
statix.enable = true;
|
||||
statix = {
|
||||
enable = true;
|
||||
settings = {
|
||||
format = "stderr";
|
||||
ignore = generatedFiles;
|
||||
};
|
||||
};
|
||||
deadnix = {
|
||||
enable = true;
|
||||
excludes = generatedFiles;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue