From cfb6db3718af24f1c05b976d7a69a01de6257bd1 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 12 Sep 2025 08:24:32 +0200 Subject: [PATCH] cleanup --- .github/scripts/spellcheck.words | 1 - docs/tests/CI.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/scripts/spellcheck.words b/.github/scripts/spellcheck.words index f0521ea5ab..46c05b741b 100644 --- a/.github/scripts/spellcheck.words +++ b/.github/scripts/spellcheck.words @@ -123,7 +123,6 @@ CNA CNAME CNAMEs CodeQL -codeql CODESET codeset CodeSonar diff --git a/docs/tests/CI.md b/docs/tests/CI.md index d49009d320..40c87ba14e 100644 --- a/docs/tests/CI.md +++ b/docs/tests/CI.md @@ -31,7 +31,7 @@ Consider the following table while looking at pull request failures: | CI platform as shown in PR | State | What to look at next | | ----------------------------------- | ------ | -------------------------- | - | CI / codeql | stable | quality check results | + | CI / CodeQL | stable | quality check results | | CI / fuzzing | stable | fuzzing results | | CI / macos ... | stable | all errors and failures | | Code scanning results / CodeQL | stable | quality check results |