From 48d2820dc5398ea5e5c666c48f3b3db9e7d84682 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Tue, 12 Mar 2019 21:31:50 +0100 Subject: [PATCH] Fix linting errors Signed-off-by: Severin Kaderli --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5fc202c..57c55bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ image: ubuntu:latest before_script: - apt-get update && apt-get install -y --no-install-recommends shellcheck - shopt -s expand_aliases - - alias shellcheck="shellcheck -x --exclude=SC2034,SC1091,SC1090" + - alias shellcheck="shellcheck -x --exclude=SC2034,SC1091,SC1090,SC2012" Lint: script: