flake: ignore sops.yaml from typo checks

This commit is contained in:
Felix Buehler 2023-11-29 23:39:57 +01:00
parent 98c63423ab
commit 4b30a6e1a0

View file

@ -75,7 +75,7 @@
statix.enable = true;
typos = {
enable = true;
excludes = [ "secrets\\.yaml" ];
excludes = [ "secrets\\.yaml" "\\.sops\\.yaml" ];
};
yamllint = {
enable = true;