mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
flake: add typos pre-commit check
This commit is contained in:
parent
8304d9872f
commit
92b76ecfd6
1 changed files with 5 additions and 0 deletions
|
@ -70,6 +70,10 @@
|
||||||
hooks = {
|
hooks = {
|
||||||
shellcheck.enable = true;
|
shellcheck.enable = true;
|
||||||
nixpkgs-fmt.enable = true;
|
nixpkgs-fmt.enable = true;
|
||||||
|
typos = {
|
||||||
|
enable = true;
|
||||||
|
excludes = [ "secrets\\.yaml" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -81,6 +85,7 @@
|
||||||
# formatters
|
# formatters
|
||||||
pkgs.shellcheck
|
pkgs.shellcheck
|
||||||
pkgs.nixpkgs-fmt
|
pkgs.nixpkgs-fmt
|
||||||
|
pkgs.typos
|
||||||
];
|
];
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
${config.pre-commit.installationScript}
|
${config.pre-commit.installationScript}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue