Skip to content

Commit c0578fa

Browse files
committed
chore: exclude .envrc from shellcheck in devenv.nix
1 parent f482ba4 commit c0578fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

devenv.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ in
2626

2727
git-hooks.hooks = {
2828
shellcheck.enable = true;
29+
shellcheck.excludes = [
30+
".envrc"
31+
];
2932
ruff.enable = true;
3033
ruff-format.enable = true;
3134
typos.enable = true;

0 commit comments

Comments
 (0)