Skip to content

Commit

Permalink
Relax yamllint rules on spaces inside braces
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed Nov 7, 2023
1 parent fc21649 commit cade9cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ rules:
level: warning
truthy:
allowed-values: ['true', 'false', 'yes', 'no']
braces:
max-spaces-inside: 1

Check failure on line 11 in .yamllint

View workflow job for this annotation

GitHub Actions / Lint

11:25 [new-line-at-end-of-file] no new line character at the end of file

0 comments on commit cade9cc

Please sign in to comment.