Skip to content

Commit e91008b

Browse files
Disable shellcheck on .env
1 parent 73800c5 commit e91008b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ REMARKRC=$PWD/.scripts/.remarkrc
1212
failed=n
1313

1414
# Load environment variables from .env (if present)
15+
# shellcheck disable=SC1091
1516
if [ -f .env ]; then
1617
set -a
1718
source .env

0 commit comments

Comments
 (0)