forked from Fachschaft/nixConfig
Compare commits
5 commits
df5e743d3f
...
081b9a9d34
Author | SHA1 | Date | |
---|---|---|---|
081b9a9d34 | |||
c5f641cabf | |||
67083126be | |||
8906e6c766 | |||
575343c844 |
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 = {
|
||||
hooks = {
|
||||
nil.enable = true;
|
||||
statix = {
|
||||
enable = true;
|
||||
settings = {
|
||||
format = "stderr";
|
||||
ignore = generatedFiles;
|
||||
};
|
||||
hooks = {
|
||||
nil.enable = true;
|
||||
statix.enable = true;
|
||||
};
|
||||
deadnix = {
|
||||
enable = true;
|
||||
excludes = generatedFiles;
|
||||
|
|
Loading…
Reference in a new issue