From 8bcfddbb9790b8964f76a5aec3e78debc37e4bf6 Mon Sep 17 00:00:00 2001 From: ilia Date: Tue, 30 Dec 2025 22:34:00 -0500 Subject: [PATCH] Fix CI linting rules and trailing blanks --- .gitea/workflows/ci.yml | 4 ++-- .markdownlint-cli2.yaml | 2 +- README.md | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 39d70af..bdc7987 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -1,3 +1,4 @@ +--- name: CI on: @@ -93,5 +94,4 @@ jobs: set -euo pipefail # Lint tracked YAML only (avoid .git and other noise) . .venv/bin/activate - git ls-files '*.yml' '*.yaml' | xargs -r yamllint -d "{extends: default, rules: {line-length: disable}}" - + git ls-files '*.yml' '*.yaml' | xargs -r yamllint -d "{extends: default, rules: {document-start: disable, truthy: disable, line-length: disable}}" diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml index ec6adb1..b596eda 100644 --- a/.markdownlint-cli2.yaml +++ b/.markdownlint-cli2.yaml @@ -1,4 +1,4 @@ +--- # Notes repo: long lines (IPs, commands, URLs) are common. config: MD013: false - diff --git a/README.md b/README.md index cc0dc9c..ae24756 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,3 @@ Personal notes for my homelab: build logs, configs, and operational runbooks for ## Status This is an actively evolving notebook. Some sections may be incomplete or “work in progress”. -