[lint] skip error SC2181
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
otthorn 2021-02-19 01:19:26 +01:00
parent f6bc246ff2
commit f5b6f44f79

View file

@ -7,5 +7,5 @@ steps:
- name: ShellCheck
image: koalaman/shellcheck-alpine:v0.7.1
commands:
- shellcheck pdf-optimize
- shellcheck -e SC2181 pdf-optimize
...