[X2Go-Commits] [nx-libs] 254/429: linters: Enable shellcheck
git-admin at x2go.org
git-admin at x2go.org
Mon Oct 18 09:36:44 CEST 2021
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch 3.6.x
in repository nx-libs.
commit 3dfd7a711567f90878acb1a58ee5fe3228f102b9
Author: Mario Trangoni <mjtrangoni at gmail.com>
Date: Sat Feb 6 18:09:21 2021 +0100
linters: Enable shellcheck
This will be green after #1001 get merged.
Signed-off-by: Mario Trangoni <mjtrangoni at gmail.com>
---
.github/workflows/linters.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml
index 183924dfd..c6a238fd2 100644
--- a/.github/workflows/linters.yml
+++ b/.github/workflows/linters.yml
@@ -20,7 +20,7 @@ jobs:
- name: run Shellcheck
run: |
- find . -name "*.sh" | xargs shellcheck || true
+ find . -name "*.sh" | xargs shellcheck -e SC1004,SC2010,SC2035,SC2086
cppcheck:
runs-on: ubuntu-20.04
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
More information about the x2go-commits
mailing list