From 63a01370fe8f18635a91d1c383bbb58d50772770 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 30 May 2025 19:23:16 +0200 Subject: [PATCH] fix: make it nice again --- docs/development/linters.md | 6 +++--- docs/gitlab/ci.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/development/linters.md b/docs/development/linters.md index 4f1de51..661fb53 100644 --- a/docs/development/linters.md +++ b/docs/development/linters.md @@ -2,7 +2,7 @@ ## ansible-lint -```shell title=".ansible-lint" +```shell --- exclude_paths: @@ -30,7 +30,7 @@ skip_list: ## markdownlint -```shell title=".markdownlint" +```shell --- default: true @@ -51,7 +51,7 @@ MD033: ## yamllint -```shell title=".yamllint" +```shell --- extends: "default" diff --git a/docs/gitlab/ci.md b/docs/gitlab/ci.md index ccc1d7b..afb2383 100644 --- a/docs/gitlab/ci.md +++ b/docs/gitlab/ci.md @@ -2,7 +2,7 @@ ## Import jobs -```yaml title=".gitlab-ci.yml" +```yaml --- # gitLab ci stages @@ -24,7 +24,7 @@ include: ## Run a docker container -```yaml title=".gitlab/workflows/linting.yaml" +```yaml --- # linting @@ -46,7 +46,7 @@ linting: ## Run a SSH command -```yaml title=".gitlab/workflows/deployment.yaml" +```yaml --- # deploy ansible code