ci: Introduce spellchecker

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
(cherry picked from commit 769cb46ac8)
This commit is contained in:
Jakub Jelen
2022-10-12 11:29:21 +02:00
committed by Andreas Schneider
parent bff436695b
commit e8dccfe1dd

View File

@@ -11,6 +11,7 @@ variables:
ALPINE_BUILD: buildenv-alpine
stages:
- review
- build
- test
- analysis
@@ -536,3 +537,14 @@ coverity:
when: on_failure
paths:
- obj/cov-int/*.txt
###############################################################################
# Codespell #
###############################################################################
codespell:
stage: review
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
script:
- codespell --ignore-words-list=keypair,sorce,ned,nd,ue
tags:
- shared