1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00

shellcheck fix: tests/functional/user-envs.sh

This commit is contained in:
Farid Zakaria 2025-09-30 20:23:17 -07:00
parent 13eac5295d
commit c8ef6dfa5a
2 changed files with 1 additions and 2 deletions

View file

@ -106,7 +106,6 @@
enable = true;
excludes = [
# We haven't linted these files yet
''^tests/functional/user-envs\.sh$''
''^tests/functional/why-depends\.sh$''
];
};