summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2019-02-12 14:12:31 +0100
committerGitHub <noreply@github.com>2019-02-12 14:12:31 +0100
commit06a367d8762915f3cd5e06971c46e4d1535d3ae9 (patch)
tree2d0d89a2f3d1c1fc259c6530c26363600ede6d26 /tests
parent1509e497018fef3e3c4bc8e1afdbd33eada0fcdf (diff)
automatic shellchecking on .sh.in scripts (#5165)
* CI linting .sh.in files * make linter passing
Diffstat (limited to 'tests')
-rwxr-xr-xtests/health_mgmtapi/health-cmdapi-test.sh.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/health_mgmtapi/health-cmdapi-test.sh.in b/tests/health_mgmtapi/health-cmdapi-test.sh.in
index 5e218b11e4..1bbe269d5d 100755
--- a/tests/health_mgmtapi/health-cmdapi-test.sh.in
+++ b/tests/health_mgmtapi/health-cmdapi-test.sh.in
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
+# shellcheck disable=SC1117,SC2034,SC2059,SC2086,SC2181
NETDATA_USER_CONFIG_DIR="@configdir_POST@"
NETDATA_STOCK_CONFIG_DIR="@libconfigdir_POST@"
@@ -260,4 +261,4 @@ fi
if [ $err -gt 0 ] ; then
echo "$err error(s) found"
exit 1
-fi \ No newline at end of file
+fi