Skip to content

Commit

Permalink
ci: u24 test
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Muransky committed Jun 5, 2024
1 parent eaf9f1b commit 7f425fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
extends: default

rules:
comments:
min-spaces-from-content: 1
octal-values:
forbid-implicit-octal: true
forbid-explicit-octal: true
braces:
max-spaces-inside: 1
level: error
Expand All @@ -15,7 +20,6 @@ rules:
commas:
max-spaces-after: -1
level: error
comments: disable
comments-indentation: disable
document-start: disable
empty-lines:
Expand Down

0 comments on commit 7f425fc

Please sign in to comment.