From ac51259e87c4777514c03d115242c083b881904f Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Sun, 7 Jan 2024 13:17:15 +0000 Subject: Re-introduct yamllint There are some checks that are enabled by default in yamllint, that are not caught by default by ansible-lint. For instance, ansible-lint does not check for line lengths in its default configuration. Therefore, we would like to re-introduce yamllint to make sure we do not miss any checks. --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 11812f0..77049b5 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ following packages are installed: * precious * reuse * shellcheck +* yamllint ```shell $ git config core.hooksPath hooks -- cgit v1.2.3