mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Add extra yaml lint
yamllint does not only check for syntax validity, but for weirdnesses like key repetition and cosmetic problems such as lines length, trailing spaces, indentation, etc.
This commit is contained in:
parent
416543d33e
commit
fc0adcd3cb
@ -7,6 +7,12 @@ variables:
|
|||||||
DOCKER_HOST: tcp://docker:2376
|
DOCKER_HOST: tcp://docker:2376
|
||||||
DOCKER_TLS_CERTDIR: "/certs"
|
DOCKER_TLS_CERTDIR: "/certs"
|
||||||
|
|
||||||
|
yamllint:
|
||||||
|
stage: lint
|
||||||
|
image: registry.gitlab.com/pipeline-components/yamllint:latest
|
||||||
|
script:
|
||||||
|
- yamllint .
|
||||||
|
|
||||||
jsonlint:
|
jsonlint:
|
||||||
stage: lint
|
stage: lint
|
||||||
image: registry.gitlab.com/pipeline-components/jsonlint:latest
|
image: registry.gitlab.com/pipeline-components/jsonlint:latest
|
||||||
|
Loading…
Reference in New Issue
Block a user