[lint] skip error SC2181
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

pull/5/head
otthorn 3 years ago
parent f6bc246ff2
commit f5b6f44f79

@ -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…
Cancel
Save