From 0ebd629d06c1aba9a7fb8709f1ae87a8f3c8d081 Mon Sep 17 00:00:00 2001 From: Niall Byrne <9848926+niall-byrne@users.noreply.github.com> Date: Fri, 30 Jun 2023 15:25:13 -0400 Subject: [PATCH] style(YAMLLINT): ensure octal values are quoted --- {{cookiecutter.project_slug}}/.yamllint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/{{cookiecutter.project_slug}}/.yamllint.yml b/{{cookiecutter.project_slug}}/.yamllint.yml index 536f9c6d..cf68c8e0 100644 --- a/{{cookiecutter.project_slug}}/.yamllint.yml +++ b/{{cookiecutter.project_slug}}/.yamllint.yml @@ -38,6 +38,8 @@ rules: level: error new-lines: type: unix + octal-values: + forbid-implicit-octal: true trailing-spaces: level: error truthy: disable