Skip to content

Commit b17ef31

Browse files
committed
Activate external_sources for shellcheck in CI
1 parent 602c369 commit b17ef31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ workflows:
286286
- shellcheck/check:
287287
name: shellcheck
288288
exclude: SC2086,SC2181
289+
external_sources: true
289290
filters:
290291
tags:
291292
only: /^([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/

0 commit comments

Comments
 (0)