mirror of
https://github.com/NixOS/nix.git
synced 2025-11-24 19:29:36 +01:00
pre-commit: Move fish exclude
This commit is contained in:
parent
1878e788ce
commit
6195dfff3a
1 changed files with 3 additions and 1 deletions
|
|
@ -106,7 +106,6 @@
|
|||
enable = true;
|
||||
excludes = [
|
||||
# We haven't linted these files yet
|
||||
''^misc/fish/completion\.fish$''
|
||||
''^misc/zsh/completion\.zsh$''
|
||||
''^scripts/create-darwin-volume\.sh$''
|
||||
''^scripts/install-darwin-multi-user\.sh$''
|
||||
|
|
@ -246,6 +245,9 @@
|
|||
''^tests/functional/user-envs\.builder\.sh$''
|
||||
''^tests/functional/user-envs\.sh$''
|
||||
''^tests/functional/why-depends\.sh$''
|
||||
|
||||
# Shellcheck doesn't support fish shell syntax
|
||||
''^misc/fish/completion\.fish$''
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue