Skip to content

Commit 602c369

Browse files
committed
Fix unexpected argument(s): ignore
1 parent 8294651 commit 602c369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ workflows:
285285
jobs:
286286
- shellcheck/check:
287287
name: shellcheck
288-
ignore: SC2086,SC2181
288+
exclude: SC2086,SC2181
289289
filters:
290290
tags:
291291
only: /^([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/

0 commit comments

Comments
 (0)