forked from Fachschaft/nixConfig
Compare commits
4 commits
081b9a9d34
...
df5e743d3f
Author | SHA1 | Date | |
---|---|---|---|
df5e743d3f | |||
6a0f554e1a | |||
c4f14eddf3 | |||
315ceee1ae |
1 changed files with 6 additions and 7 deletions
|
@ -26,15 +26,14 @@
|
|||
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;
|
||||
settings = {
|
||||
format = "stderr";
|
||||
ignore = generatedFiles;
|
||||
};
|
||||
};
|
||||
statix.enable = true;
|
||||
deadnix = {
|
||||
enable = true;
|
||||
excludes = generatedFiles;
|
||||
|
|
Loading…
Reference in a new issue