Skip to content

Commit 63f31f1

Browse files
committed
shellcheck
1 parent f06912e commit 63f31f1

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.mise/tasks/lint/.shellcheckrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# shellcheck configuration for mise tasks
2+
# SC2154: usage_* variables are set by mise framework
3+
disable=SC2154

.mise/tasks/lint/links-in-modified-files.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ set -e
77
#USAGE flag "--head <head>" help="head branch to compare against" default=""
88
#USAGE flag "--event <event>" help="PR name" default="pull_request"
99

10-
# shellcheck disable=SC2154
1110
if [ "$usage_head" == "''" ]; then
1211
usage_head=""
1312
fi

.mise/tasks/lint/links.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ set -e
55

66
#USAGE arg "<file>" var=#true help="files to check" default="."
77

8-
# shellcheck disable=SC2154
98
lychee --verbose --config .github/config/lychee.toml "$usage_file"

.mise/tasks/lint/local-links.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ set -e
55

66
#USAGE arg "<file>" var=#true help="files to check" default="."
77

8-
# shellcheck disable=SC2154
98
lychee --verbose --scheme file --include-fragments "$usage_file"

0 commit comments

Comments
 (0)