Silence yamllint on line length

This commit is contained in:
Zedifus 2022-06-10 15:46:21 +01:00
parent d61c6a3cc8
commit be757a24cc
4 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,6 @@
# Crafty Controller 4.0 - Lint & Build Pipes # Crafty Controller 4.0 - Lint & Build Pipes
# [Maintainer: Zedifus(https://gitlab.com/Zedifus)] # [Maintainer: Zedifus(https://gitlab.com/Zedifus)]
################################################### ###################################################
# yamllint disable rule:line-length
--- ---
stages: stages:
- lint - lint

View File

@ -1,3 +1,4 @@
# yamllint disable rule:line-length
--- ---
docker-build-dev: docker-build-dev:
image: docker:latest image: docker:latest

View File

@ -1,3 +1,4 @@
# yamllint disable rule:line-length
--- ---
# YAML Linting [https://yamllint.readthedocs.io/en/latest/] # YAML Linting [https://yamllint.readthedocs.io/en/latest/]
yamllint: yamllint:

View File

@ -1,3 +1,4 @@
# yamllint disable rule:line-length
--- ---
win-dev-build: win-dev-build:
stage: dev-deployment stage: dev-deployment