From 1a0d50bca0c7ea3995edb792e69a541912facc88 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 15 May 2026 13:51:06 +0200 Subject: [PATCH] fix: update requirements to forgejo repo locations --- .markdownlint-cli2.jsonc | 13 +++++++++++++ .yamllint | 30 ++++++++++++++++++++++++++++++ README.md | 4 ++-- 3 files changed, 45 insertions(+), 2 deletions(-) create mode 100644 .markdownlint-cli2.jsonc create mode 100644 .yamllint diff --git a/.markdownlint-cli2.jsonc b/.markdownlint-cli2.jsonc new file mode 100644 index 0000000..a4ea90f --- /dev/null +++ b/.markdownlint-cli2.jsonc @@ -0,0 +1,13 @@ +{ + // files to lint + "globs": [ + "readme.md" + ], + // linting rules + "config": { + "MD013": { + "line_length": 120, + "tables": false + } + } +} diff --git a/.yamllint b/.yamllint new file mode 100644 index 0000000..f11bd84 --- /dev/null +++ b/.yamllint @@ -0,0 +1,30 @@ +--- +extends: 'default' + +rules: + braces: + max-spaces-inside: 1 + forbid: true + comments: + min-spaces-from-content: 1 + comments-indentation: false + empty-lines: + max: 2 + indentation: + spaces: 2 + check-multi-line-strings: true + line-length: + max: 120 + allow-non-breakable-words: true + allow-non-breakable-inline-mappings: true + new-line-at-end-of-file: 'enable' + octal-values: + forbid-implicit-octal: true + forbid-explicit-octal: true + truthy: + allowed-values: + - 'true' + - 'false' + quoted-strings: + quote-type: 'any' + required: true diff --git a/README.md b/README.md index 4e45afa..c06abb7 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,14 @@ Already a pro? Just edit this README.md and make it your own. Want to make it ea ``` cd existing_repo -git remote add origin https://gitlab.simoncor.net/ansible/play-k3s-lb.git +git remote add origin https://git.simoncor.net/ansible/k3s-lb.git git branch -M main git push -uf origin main ``` ## Integrate with your tools -* [Set up project integrations](https://gitlab.simoncor.net/ansible/play-k3s-lb/-/settings/integrations) +* [Set up project integrations](https://git.simoncor.net/ansible/k3s-lb/-/settings/integrations) ## Collaborate with your team