From bfc6fb3760971bd0c1c945bd466993dd6227111b Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Thu, 14 May 2026 01:43:02 +0300 Subject: docs(terraform): wrap long install URL in vyoslinter suppression MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The full HashiCorp install-CLI URL is 79 chars, so any reference definition `[X]: ` form exceeds the 80-char docs-lint limit regardless of label length. Existing `% stop_vyoslinter` / `% start_vyoslinter` markers in this file were back-to-back with no content between them (flagged by Copilot on [vyos-documentation#2021](https://github.com/vyos/vyos-documentation/pull/2021)) — put them to work by wrapping the long `[install Terraform]:` reference. The shorter `[Terraform introduction]:` reference (73 chars) sits outside the suppression range. Both Copilot and CodeRabbit flagged the docs-lint regression on [vyos-documentation#2024](https://github.com/vyos/vyos-documentation/pull/2024) — verified locally with `python3 scripts/doc-linter.py docs/automation/terraform/terraformvyos.md`: no warnings. 🤖 Generated by [robots](https://vyos.io) --- docs/automation/terraform/terraformvyos.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/automation/terraform/terraformvyos.md b/docs/automation/terraform/terraformvyos.md index c748b462..a80c4437 100644 --- a/docs/automation/terraform/terraformvyos.md +++ b/docs/automation/terraform/terraformvyos.md @@ -37,8 +37,9 @@ yes # apply running % stop_vyoslinter +[install Terraform]: https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli + % start_vyoslinter -[install Terraform]: https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli [Terraform introduction]: https://developer.hashicorp.com/terraform/intro -- cgit v1.2.3