mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02:00
flake: add yamllint
This commit is contained in:
parent
95a721e7b8
commit
4c76c412da
2 changed files with 12 additions and 6 deletions
|
@ -75,6 +75,10 @@
|
|||
excludes = [ "secrets\\.yaml" ];
|
||||
};
|
||||
markdownlint.enable = true;
|
||||
yamllint = {
|
||||
enable = true;
|
||||
excludes = [ "secrets\\.yaml" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue