mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02:00
flake: ignore sops.yaml from typo checks
This commit is contained in:
parent
98c63423ab
commit
4b30a6e1a0
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@
|
|||
statix.enable = true;
|
||||
typos = {
|
||||
enable = true;
|
||||
excludes = [ "secrets\\.yaml" ];
|
||||
excludes = [ "secrets\\.yaml" "\\.sops\\.yaml" ];
|
||||
};
|
||||
yamllint = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue