gitlab-ci: add codespell lint job
This commit is contained in:
parent
bf35f3848a
commit
bca69d4272
@ -5,5 +5,5 @@ count =
|
|||||||
# Disable warnings about binary files
|
# Disable warnings about binary files
|
||||||
quiet-level = 2
|
quiet-level = 2
|
||||||
builtin = clear,rare,en-GB_to_en-US
|
builtin = clear,rare,en-GB_to_en-US
|
||||||
skip = */.git,*/Copyright.txt,*/doxygen.config,*/Modules/Internal/CPack/NSIS.template.in,*/Source/CursesDialog/form/*,*/Source/kwsys/*,*/Tests/RunCMake/CPack/tests/DMG_SLA/German.*,*/Utilities/cm*
|
skip = */.git,*/build,*/Copyright.txt,*/doxygen.config,*/Modules/Internal/CPack/NSIS.template.in,*/Source/CursesDialog/form/*,*/Source/kwsys/*,*/Tests/RunCMake/CPack/tests/DMG_SLA/German.*,*/Utilities/cm*
|
||||||
ignore-words-list = aci,ake,ans,ba,cconfiguration,conly,dependees,dne,dum,earch,ect,filetest,fo,helpfull,hiden,isnt,keypair,nd,ned,nin,nknown,ot,pard,seh,ser,te,upto,varn,vas,wee
|
ignore-words-list = aci,ake,ans,ba,cconfiguration,conly,dependees,dne,dum,earch,ect,filetest,fo,helpfull,hiden,isnt,keypair,nd,ned,nin,nknown,ot,pard,seh,ser,te,upto,varn,vas,wee
|
||||||
|
@ -99,6 +99,12 @@ upload:help:stage:
|
|||||||
|
|
||||||
# Lint builds
|
# Lint builds
|
||||||
|
|
||||||
|
lint:codespell:
|
||||||
|
extends:
|
||||||
|
- .cmake_codespell_linux
|
||||||
|
- .linux_builder_tags
|
||||||
|
- .run_automatically
|
||||||
|
|
||||||
lint:debian10-iwyu:
|
lint:debian10-iwyu:
|
||||||
extends:
|
extends:
|
||||||
- .debian10_iwyu
|
- .debian10_iwyu
|
||||||
|
@ -258,6 +258,13 @@
|
|||||||
|
|
||||||
interruptible: true
|
interruptible: true
|
||||||
|
|
||||||
|
.cmake_codespell_linux:
|
||||||
|
stage: build
|
||||||
|
extends: .fedora34
|
||||||
|
script:
|
||||||
|
- codespell
|
||||||
|
interruptible: true
|
||||||
|
|
||||||
.cmake_build_linux:
|
.cmake_build_linux:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user