From cdac2a163024dfb6a9d49ef004bfa3f053d2e413 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Mon, 8 Jan 2024 22:46:06 +0000 Subject: Run yamllint on template files I may in the future introduce yaml config file templates, since this is a relatively common format for configuring services. If I do so, I should ensure that yamllint gets run on these too. --- .precious.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.precious.toml') diff --git a/.precious.toml b/.precious.toml index dac87d0..fab63bc 100644 --- a/.precious.toml +++ b/.precious.toml @@ -36,7 +36,7 @@ type = "lint" [commands.yamllint] cmd = ["yamllint", "--strict"] -include = ["*.yaml"] +include = ["*.yaml*"] lint_failure_exit_codes = [1, 2] ok_exit_codes = [0] type = "lint" -- cgit v1.2.3