-
There are shellcheck issues in this repo that should be fixed so the shellcheck github action could be merged.
-
Running shellcheck on jbang results in a number of warnings/errors. It would be benefiical if you could run shellcheck on jbang and/or have it run as part of a GitHub action.
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
We should implement shellcheck.
Once all basic features are implemented, shellcheck will be run on it through github action.
-
At https://stackoverflow.com/a/19573083/2590615 there is a nice entry pointing to
https://github.com/koalaman/shellcheck
it provides gcc outputformat and more (but gcc woud be nice)
https://gith…
-
Suggested GitHub Actions Workflow Improvements:
- Add C++ linting to the super-linter action we already use for python (maybe other languages too? like YAML, XML, and bash?)
- Test colcon build to ma…
-
[actionlint](https://github.com/rhysd/actionlint) is a static checker for GH Actions. Many of the problems identified by it could be solved by OpenRewrite rules. actionlint can also report problems id…
-
### Type of issue
Feature Request
### Description
ShellCheck provides possible solutions for reported issues in the *Did you mean* section, e.g.:
```
In /github/workspace/src/partition/test-rep…
-
## Checklist
- [x] This Feature Request only contains 1 request (if you have multiple open multiple feature requests).
## The idea
Allow to skip downloading shellcheck if it is installed alre…
-
Hi, is it in the roadmap to make shellcheck provide [SARIF](https://sarifweb.azurewebsites.net/) output ? (SARIF is the OASIS common format for all analysis tools )
It would help improve its [integ…