mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +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;
|
statix.enable = true;
|
||||||
typos = {
|
typos = {
|
||||||
enable = true;
|
enable = true;
|
||||||
excludes = [ "secrets\\.yaml" ];
|
excludes = [ "secrets\\.yaml" "\\.sops\\.yaml" ];
|
||||||
};
|
};
|
||||||
yamllint = {
|
yamllint = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue