From 5071ad16ab94e730832d04929076836974017b97 Mon Sep 17 00:00:00 2001 From: cyr1l0u <164659715+cyr1l0u@users.noreply.github.com> Date: Tue, 28 Oct 2025 17:22:55 +0100 Subject: [PATCH] Update YAML linting recommendations in documentation Added a reference to additional YAML tools on Yamline.com for better resource accessibility. Signed-off-by: cyr1l0u <164659715+cyr1l0u@users.noreply.github.com> --- docs/taxonomy/upstream/skills_contribution_details.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/taxonomy/upstream/skills_contribution_details.md b/docs/taxonomy/upstream/skills_contribution_details.md index 0b0553f..2fcf476 100644 --- a/docs/taxonomy/upstream/skills_contribution_details.md +++ b/docs/taxonomy/upstream/skills_contribution_details.md @@ -114,7 +114,7 @@ If you have not written YAML before, YAML is a text file where indentation matte - Consider quoting all values with double quotation marks (`"`) to avoid surprising YAML parser behavior (e.g., Yes answer can be interpreted by the parser as a boolean of `True` value, unless "Yes" is quoted.) - See [yaml-multiline.info](https://yaml-multiline.info/) for more info. -We recommend you **lint**, or verify, your YAML using a tool. One linter option is [yamllint.com](https://yamllint.com). You can copy/paste your YAML into the box and select **Go** to have it analyze your YAML and make recommendations. Online tools like [prettified](https://onlineyamltools.com/prettify-yaml) and [yaml-validator](https://jsonformatter.org/yaml-validator) can automatically reformat your YAML to adhere to our `yamllint` PR checks, such as breaking lines longer than 120 characters. +We recommend you **lint**, or verify, your YAML using a tool. One linter option is [yamllint.com](https://yamllint.com). You can copy/paste your YAML into the box and select **Go** to have it analyze your YAML and make recommendations. Online tools like [prettified](https://onlineyamltools.com/prettify-yaml) and [yaml-validator](https://jsonformatter.org/yaml-validator) can automatically reformat your YAML to adhere to our `yamllint` PR checks, such as breaking lines longer than 120 characters. More YAML tools are available on [Yamline.com](https://yamline.com/). ### Examples @@ -325,4 +325,4 @@ Open an issue in the taxonomy repository if you have an idea in this space befor ### Small Changes to Original Response -If the original LLM response is pretty close, but it's not responding to your exact expectations, a skill is not the right way to solve that problem. \ No newline at end of file +If the original LLM response is pretty close, but it's not responding to your exact expectations, a skill is not the right way to solve that problem.