Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
style(YAMLLINT): ensure octal values are quoted
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Jun 30, 2023
1 parent c468be1 commit 0ebd629
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions {{cookiecutter.project_slug}}/.yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ rules:
level: error
new-lines:
type: unix
octal-values:
forbid-implicit-octal: true
trailing-spaces:
level: error
truthy: disable

0 comments on commit 0ebd629

Please sign in to comment.