[lint] skip error SC2181
This commit is contained in:
parent
f6bc246ff2
commit
f5b6f44f79
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ steps:
|
||||||
- name: ShellCheck
|
- name: ShellCheck
|
||||||
image: koalaman/shellcheck-alpine:v0.7.1
|
image: koalaman/shellcheck-alpine:v0.7.1
|
||||||
commands:
|
commands:
|
||||||
- shellcheck pdf-optimize
|
- shellcheck -e SC2181 pdf-optimize
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue