-
Github actions allow to run check through CI and to give feedback with inline annotations.
See https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-status-checks#checks…
-
Few contemporary scripts are written to conform to the POSIX standard. Many more are written to conform to `bash`, `zsh`, or `fish`. Of these, `bash` is particularly important. I'd like to see fea…
-
With `.github/workflows/test.yml`:
```yml
name: Test workflow
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: |
now="$(date +%s)"
read…
-
#### For bugs
- Rule Id (if any, e.g. SC1000): SC2119 and SC2120
- My shellcheck version (`shellcheck --version` or "online"): 0.8.0 and online.
- [x] The rule's wiki page does not already cover th…
-
**Stress Testing**: Testing how the application handles extreme loads (e.g., high traffic or large datasets).
(Example: Using tools like Apache JMeter or .NET benchmarking tools to simulate thousands…
-
Hi!
Here's the options for shellcheck:
```
Usage: shellcheck [OPTIONS...] FILES...
-a --check-sourced Include warnings from sourced files
-C[WHEN] -…
-
Right now we are testing dotman for only Bash 4.x (which comes with Ubuntu 20.04. It would be nice to test it on bash 3 and 5 as well. For now, we only need to test syntax as done in the current workf…
-
Registering a problem matcher like https://github.com/ludeeus/action-shellcheck/blob/master/.github/problem-matcher.json can let GitHub put inline comments on the Files tab of a PR
-
I'm increasingly feeling that we should deprecate this extension, or at least officially mark it is in maintenance-only mode and close the remaining issues (it's been here functionally for at least a …
-
Hi again.
# Issue
I see that you've dropped the most _essential_ ShellCheck `source` directive:
```sh
# shellcheck source=scripts/utils.sh
source "${LG3_HOME:?}/scripts/utils.sh"
```
in…