Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/JAVA/Openclaw/scripts/   (Openclaw AI Version 22©)  Datei vom 26.3.2026 mit Größe 887 B image not shown  

Quelle  docs-spellcheck.sh

  Sprache: Shell
 

#!/usr/bin/env bash
set -euo pipefail

mode="${1:-}"
write_flag=()
if [[ "$mode" == "--write" ]]; then
  write_flag=(-w)
fi

args=(
  README.md
  docs
  --skip=*.png,*.jpg,*.jpeg,*.gif,*.svg
  -D
  -
  -D
  scripts/codespell-dictionary.txt
  -I
  scripts/codespell-ignore.txt
  "${write_flag[@]}"
)

if command -v codespell >/dev/null 2>&1then
  codespell "${args[@]}"
  exit 0
fi

if command -v python3 >/dev/null 2>&1then
  python3 -m pip install --user --disable-pip-version-check --break-system-packages codespell >/dev/null 2>&1 || \
    python3 -m pip install --user --disable-pip-version-check codespell >/dev/null 2>&e='color: green'>1

  user_bin="$(python3 - <<'PY'
import site
print(f"{site.USER_BASE}/bin")
PY
)"
  if [[ -x "${user_bin}/codespell" ]]; then
    "${user_bin}/codespell" "${args[@]}"
    exit 0
  fi
fi

echo "codespell unavailable: install codespell or python3" >&2
exit 1

Messung V0.5 in Prozent
C=99 H=95 G=96

¤ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet am  2026-06-10) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.