Exclude unused variable errors in shellcheck
1 files changed, 1 insertions(+), 1 deletions(-) M .build.yml
M .build.yml => .build.yml +1 -1
@@ 7,7 7,7 @@ sources: tasks: - lint: | cd ./lemons - shellcheck ./lemons + shellcheck -e SC2034 ./lemons triggers: - action: email condition: failure