From f875cad3d17b92456c87f1a609eb49608e3b6b99 Mon Sep 17 00:00:00 2001 From: cuynu Date: Wed, 24 Jun 2026 07:59:34 +0200 Subject: [PATCH] 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 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9df0f8f..4b04f63 100644 --- a/README.md +++ b/README.md @@ -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) |