Skip to content

Commit 9be8901

Browse files
h-ohtakenji-miyake
andauthored
chore: add yamllint rules for braces (tier4#39)
* feat: add yamllint rules for braces and brackets Signed-off-by: h-ohta <[email protected]> * fix: delete brackets rule Signed-off-by: h-ohta <[email protected]> * chore: add comment Co-authored-by: Kenji Miyake <[email protected]> * chore: update comment Co-authored-by: Kenji Miyake <[email protected]> Co-authored-by: Kenji Miyake <[email protected]>
1 parent 8a07baa commit 9be8901

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.yamllint.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ ignore: |
55
*.param.yaml
66
77
rules:
8+
braces:
9+
level: error
10+
max-spaces-inside: 1 # To format with Prettier
811
comments:
912
level: error
1013
min-spaces-from-content: 1 # To be compatible with C++ and Python

0 commit comments

Comments
 (0)