We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a07baa commit 9be8901Copy full SHA for 9be8901
.yamllint.yaml
@@ -5,6 +5,9 @@ ignore: |
5
*.param.yaml
6
7
rules:
8
+ braces:
9
+ level: error
10
+ max-spaces-inside: 1 # To format with Prettier
11
comments:
12
level: error
13
min-spaces-from-content: 1 # To be compatible with C++ and Python
0 commit comments