From adaeb832af822705c737eece9e99ac06c665d049 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Mon, 22 Aug 2022 16:03:31 +0200 Subject: ci: remove differential-shellcheck configs It should now work out of box --- .github/.diff-shellcheck-exceptions.txt | 4 ---- .github/.diff.shellcheck-scripts.txt | 38 --------------------------------- 2 files changed, 42 deletions(-) delete mode 100644 .github/.diff-shellcheck-exceptions.txt delete mode 100644 .github/.diff.shellcheck-scripts.txt diff --git a/.github/.diff-shellcheck-exceptions.txt b/.github/.diff-shellcheck-exceptions.txt deleted file mode 100644 index 5b093820..00000000 --- a/.github/.diff-shellcheck-exceptions.txt +++ /dev/null @@ -1,4 +0,0 @@ -# List of Shelcheck codes which should be excluded from ci output -# Avoid spaces in list since they are counted as comment -SC1090 # Ignore when shellcheck can't follow non-constant source e.g. ``. "${path}"`` -SC2148 # Ignore missing shebang diff --git a/.github/.diff.shellcheck-scripts.txt b/.github/.diff.shellcheck-scripts.txt deleted file mode 100644 index 053672df..00000000 --- a/.github/.diff.shellcheck-scripts.txt +++ /dev/null @@ -1,38 +0,0 @@ -# Tracker of all shell scripts in this repository -# Every new script should be added in order to test it with ci -# Avoid spaces in list since they are counted as comment -etc/rc.d/init.d/functions -etc/rc.d/init.d/network -network-scripts/ifdown-bnep -network-scripts/ifdown-ippp -network-scripts/ifdown-post -network-scripts/ifdown-sit -network-scripts/ifup -network-scripts/ifup-bnep -network-scripts/ifup-eth -network-scripts/ifup-ipv6 -network-scripts/ifup-plusb -network-scripts/ifup-routes -network-scripts/ifup-tunnel -network-scripts/init.ipv6-global -network-scripts/network-functions-ipv6 -network-scripts/ifdown -network-scripts/ifdown-eth -network-scripts/ifdown-ipv6 -network-scripts/ifdown-routes -network-scripts/ifdown-tunnel -network-scripts/ifup-aliases -network-scripts/ifup-ctc -network-scripts/ifup-ippp -network-scripts/ifup-plip -network-scripts/ifup-post -network-scripts/ifup-sit -network-scripts/ifup-wireless -network-scripts/network-functions -usr/libexec/import-state -usr/libexec/loadmodules -usr/libexec/netconsole -usr/libexec/readonly-root -usr/sbin/service -.ci/check-shell.sh -.ci/functions.sh -- cgit v1.2.1