1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 03:56:01 +01:00

pre-commit: Move zsh exclude

This commit is contained in:
Robert Hensing 2025-09-22 19:18:52 +02:00
parent 6195dfff3a
commit 34e9caaf9b

View file

@ -106,7 +106,6 @@
enable = true;
excludes = [
# We haven't linted these files yet
''^misc/zsh/completion\.zsh$''
''^scripts/create-darwin-volume\.sh$''
''^scripts/install-darwin-multi-user\.sh$''
''^scripts/install-multi-user\.sh$''
@ -246,8 +245,9 @@
''^tests/functional/user-envs\.sh$''
''^tests/functional/why-depends\.sh$''
# Shellcheck doesn't support fish shell syntax
# Shellcheck doesn't support fish or zsh shell syntax
''^misc/fish/completion\.fish$''
''^misc/zsh/completion\.zsh$''
];
};
};