Skip to content

Commit 64d9893

Browse files
committed
Resolve lint warnings
1 parent bd82871 commit 64d9893

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/ci/appveyor/script

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
#
2121
# [1]: https://www.appveyor.com/
2222

23+
# shellcheck disable=SC2181
24+
2325

2426
# VARIABLES #
2527

@@ -265,6 +267,7 @@ main() {
265267
trap 'on_error' ERR
266268

267269
# Run in the top-level project directory:
270+
# shellcheck disable=SC2164,SC2046
268271
cd $(dirname "$0")/../../..
269272

270273
# Run main:

0 commit comments

Comments
 (0)