diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4bb3a69f..27a79532 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -108,7 +108,7 @@ review: image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD script: - ERROR=0 - codespell --ignore-words-list=keypair,sorce,ned,nd,ue || ERROR=1; + codespell --ignore-words-list=keypair,sorce,ned,nd,ue,pendin || ERROR=1; ./.gitlab-ci/clang-format-check.sh || ERROR=1; ./.gitlab-ci/git-check-signoff-trailer.sh ${CI_MERGE_REQUEST_DIFF_BASE_SHA} || ERROR=1; ./.gitlab-ci/shellcheck.sh || ERROR=1;