From 63bf4c5f0eade3559adca20eaec8062879da693e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ba=C5=A1ti?= Date: Tue, 10 Dec 2019 13:13:09 +0100 Subject: [PATCH] Enable shellcheck (bash) lint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Bašti --- .stickler.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.stickler.yml b/.stickler.yml index b7f9937..ce7ee24 100644 --- a/.stickler.yml +++ b/.stickler.yml @@ -1,3 +1,5 @@ linters: flake8: max-line-length: 99 + shellcheck: + shell: bash