From 2d0a66d7293c05414b465301ac32f73c97f4cdda Mon Sep 17 00:00:00 2001 From: mulhern Date: Fri, 30 Jan 2026 09:49:11 -0500 Subject: [PATCH] Disable yamllint rule prohibiting long lines for all files It is pointless to enforce, because we never make over long lines without good reason, and then we must always disable the yamllint rule to allow them. Signed-off-by: mulhern --- .yamllint.yaml | 5 +++++ Makefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .yamllint.yaml diff --git a/.yamllint.yaml b/.yamllint.yaml new file mode 100644 index 0000000..75da2b7 --- /dev/null +++ b/.yamllint.yaml @@ -0,0 +1,5 @@ +--- +extends: default + +rules: + line-length: disable diff --git a/Makefile b/Makefile index f1055c6..893313d 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ view: .PHONY: yamllint yamllint: - yamllint --strict .packit.yaml .github/workflows/main.yml + yamllint --strict .github/workflows/main.yml .packit.yaml .yamllint.yaml .PHONY: package package: