We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11776f7 commit 74aae8aCopy full SHA for 74aae8a
.github/linters/.yaml-lint.yml
@@ -0,0 +1,25 @@
1
+extends: default
2
+
3
+rules:
4
+ document-start: disable
5
+ truthy: disable
6
7
+ line-length:
8
+ max: 200
9
+ level: warning
10
+ allow-non-breakable-words: true
11
+ allow-non-breakable-inline-mappings: true
12
13
+ braces:
14
+ min-spaces-inside: 0
15
+ max-spaces-inside: 1
16
+ min-spaces-inside-empty: 0
17
+ max-spaces-inside-empty: 0
18
19
+ empty-lines:
20
+ max: 2
21
+ max-start: 0
22
+ max-end: 0
23
24
+ comments:
25
+ min-spaces-from-content: 1
.github/workflows/action-super-linter.yml
@@ -49,5 +49,3 @@ jobs:
49
VALIDATE_SHELL_SHFMT: false
50
VALIDATE_TERRAFORM_TERRASCAN: false
51
VALIDATE_YAML_PRETTIER: false
52
-
53
0 commit comments