mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-27 13:21:11 +03:00
ci: Introduce spellchecker
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
This commit is contained in:
@@ -11,6 +11,7 @@ variables:
|
|||||||
ALPINE_BUILD: buildenv-alpine
|
ALPINE_BUILD: buildenv-alpine
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
|
- review
|
||||||
- build
|
- build
|
||||||
- test
|
- test
|
||||||
- analysis
|
- analysis
|
||||||
@@ -556,3 +557,14 @@ coverity:
|
|||||||
when: on_failure
|
when: on_failure
|
||||||
paths:
|
paths:
|
||||||
- obj/cov-int/*.txt
|
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user