Github messages for voidlinux
 help / color / mirror / Atom feed
From: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Closed]: lint templates with shellcheck
Date: Sat, 23 Dec 2023 02:45:07 +0100	[thread overview]
Message-ID: <20231223014507.ywKBNtcbeV9iy2hvtaVnlLsPstNjjNUBQMfriPUZ6Mc@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43949@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 4080 bytes --]

There's a closed pull request on the void-packages repository

lint templates with shellcheck
https://github.com/void-linux/void-packages/pull/43949

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

we may want to disable some warnings by default, currently these warnings are raised:

| count | code   | wiki link                              |
|------:|:-------|:---------------------------------------|
|  8516 | SC2086 | https://www.shellcheck.net/wiki/SC2086 |
|   499 | SC2034 | https://www.shellcheck.net/wiki/SC2034 |
|   287 | SC2016 | https://www.shellcheck.net/wiki/SC2016 |
|   156 | SC2091 | https://www.shellcheck.net/wiki/SC2091 |
|   144 | SC2046 | https://www.shellcheck.net/wiki/SC2046 |
|   103 | SC2035 | https://www.shellcheck.net/wiki/SC2035 |
|    83 | SC2154 | https://www.shellcheck.net/wiki/SC2154 |
|    75 | SC2209 | https://www.shellcheck.net/wiki/SC2209 |
|    73 | SC2231 | https://www.shellcheck.net/wiki/SC2231 |
|    59 | SC2155 | https://www.shellcheck.net/wiki/SC2155 |
|    53 | SC2044 | https://www.shellcheck.net/wiki/SC2044 |
|    39 | SC2295 | https://www.shellcheck.net/wiki/SC2295 |
|    36 | SC2115 | https://www.shellcheck.net/wiki/SC2115 |
|    28 | SC2166 | https://www.shellcheck.net/wiki/SC2166 |
|    22 | SC2185 | https://www.shellcheck.net/wiki/SC2185 |
|    21 | SC2103 | https://www.shellcheck.net/wiki/SC2103 |
|    19 | SC1091 | https://www.shellcheck.net/wiki/SC1091 |
|    13 | SC2043 | https://www.shellcheck.net/wiki/SC2043 |
|    12 | SC2162 | https://www.shellcheck.net/wiki/SC2162 |
|    12 | SC2001 | https://www.shellcheck.net/wiki/SC2001 |
|    10 | SC2129 | https://www.shellcheck.net/wiki/SC2129 |
|     9 | SC2098 | https://www.shellcheck.net/wiki/SC2098 |
|     9 | SC2038 | https://www.shellcheck.net/wiki/SC2038 |
|     7 | SC2031 | https://www.shellcheck.net/wiki/SC2031 |
|     6 | SC2090 | https://www.shellcheck.net/wiki/SC2090 |
|     6 | SC2013 | https://www.shellcheck.net/wiki/SC2013 |
|     5 | SC2140 | https://www.shellcheck.net/wiki/SC2140 |
|     5 | SC2097 | https://www.shellcheck.net/wiki/SC2097 |
|     5 | SC2045 | https://www.shellcheck.net/wiki/SC2045 |
|     4 | SC2261 | https://www.shellcheck.net/wiki/SC2261 |
|     4 | SC2153 | https://www.shellcheck.net/wiki/SC2153 |
|     4 | SC2015 | https://www.shellcheck.net/wiki/SC2015 |
|     3 | SC2269 | https://www.shellcheck.net/wiki/SC2269 |
|     3 | SC2223 | https://www.shellcheck.net/wiki/SC2223 |
|     3 | SC2196 | https://www.shellcheck.net/wiki/SC2196 |
|     3 | SC2089 | https://www.shellcheck.net/wiki/SC2089 |
|     3 | SC2061 | https://www.shellcheck.net/wiki/SC2061 |
|     3 | SC2059 | https://www.shellcheck.net/wiki/SC2059 |
|     3 | SC2030 | https://www.shellcheck.net/wiki/SC2030 |
|     3 | SC2004 | https://www.shellcheck.net/wiki/SC2004 |
|     3 | SC2002 | https://www.shellcheck.net/wiki/SC2002 |
|     2 | SC2237 | https://www.shellcheck.net/wiki/SC2237 |
|     2 | SC2125 | https://www.shellcheck.net/wiki/SC2125 |
|     2 | SC2094 | https://www.shellcheck.net/wiki/SC2094 |
|     2 | SC2005 | https://www.shellcheck.net/wiki/SC2005 |
|     1 | SC2222 | https://www.shellcheck.net/wiki/SC2222 |
|     1 | SC2221 | https://www.shellcheck.net/wiki/SC2221 |
|     1 | SC2207 | https://www.shellcheck.net/wiki/SC2207 |
|     1 | SC2168 | https://www.shellcheck.net/wiki/SC2168 |
|     1 | SC2145 | https://www.shellcheck.net/wiki/SC2145 |
|     1 | SC2144 | https://www.shellcheck.net/wiki/SC2144 |
|     1 | SC2102 | https://www.shellcheck.net/wiki/SC2102 |
|     1 | SC2100 | https://www.shellcheck.net/wiki/SC2100 |
|     1 | SC2078 | https://www.shellcheck.net/wiki/SC2078 |
|     1 | SC2068 | https://www.shellcheck.net/wiki/SC2068 |
|     1 | SC2012 | https://www.shellcheck.net/wiki/SC2012 |
|     1 | SC2010 | https://www.shellcheck.net/wiki/SC2010 |
|     1 | SC1090 | https://www.shellcheck.net/wiki/SC1090 |

[ci skip]

      parent reply	other threads:[~2023-12-23  1:45 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-19 19:57 [PR PATCH] common/scripts/template_shellcheck_shim: create shim for xshellcheck classabbyamp
2023-05-19 20:16 ` [PR PATCH] [Updated] lint templates with shellcheck classabbyamp
2023-05-19 20:23 ` classabbyamp
2023-05-19 20:26 ` classabbyamp
2023-05-19 20:28 ` classabbyamp
2023-05-19 20:33 ` classabbyamp
2023-05-19 20:35 ` classabbyamp
2023-05-19 20:37 ` classabbyamp
2023-05-19 21:53 ` classabbyamp
2023-05-19 22:24 ` classabbyamp
2023-05-19 22:27 ` classabbyamp
2023-05-19 22:37 ` classabbyamp
2023-05-19 22:58 ` classabbyamp
2023-05-19 23:09 ` classabbyamp
2023-05-19 23:25 ` classabbyamp
2023-05-19 23:28 ` classabbyamp
2023-05-19 23:41 ` classabbyamp
2023-07-08 22:00 ` Chocimier
2023-07-08 23:20 ` [PR PATCH] [Updated] " classabbyamp
2023-09-08  8:51 ` classabbyamp
2023-12-08  1:46 ` github-actions
2023-12-23  1:45 ` github-actions [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231223014507.ywKBNtcbeV9iy2hvtaVnlLsPstNjjNUBQMfriPUZ6Mc@z \
    --to=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).