add shellcheck (#1035)

### Description of Changes

shellcheck added claude instructions, there also open copilot fix PRs.

Reviewed-on: https://codeberg.org/ethical-foss/open-slopware/pulls/1035
Reviewed-by: Ethical FOSS admin <ethical-foss-admin@noreply.codeberg.org>
This commit is contained in:
cuynu 2026-06-24 07:59:34 +02:00 • committed by Ethical FOSS admin
commit f875cad3d1

View file

@ -137,6 +137,7 @@ Any other questions? Please check out our [FAQ](./FAQ.md), and if your question
* [Peripheral Managers](#peripheral-managers)
* [Programming Languages](#programming-languages)
* [Programming Language-Specific Tools and Libraries](#programming-language-specific-tools-and-libraries)
* [Bash](#bash)
* [C](#c)
* [C++](#c-1)
* [CSS](#css)
@ -1390,6 +1391,11 @@ This is a section for repos that are similar to this one either because they are
## Programming Language-Specific Tools and Libraries
### Bash
| Name | Last Untainted Version or Commit ID | Tags and Evidence |Alternative(s) |
|---|:---:|---|---|
| [shellcheck](https://github.com/koalaman/shellcheck) | [`1b59697`](https://github.com/koalaman/shellcheck/commit/1b59697528185ab3d8261cb26a7f9a6576d0b188) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://github.com/koalaman/shellcheck/blob/master/.claude/CLAUDE.md)) | [![Request for Help](./badges/request-for-help.svg)](#request-for-help) |
### C
| Name | Last Untainted Version or Commit ID | Tags and Evidence |Alternative(s) |