File tree Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Original file line number Diff line number Diff line change
1
+ root = true
2
+
1
3
[* .sh ]
2
4
indent_style = space
3
5
indent_size = 4
Original file line number Diff line number Diff line change
1
+ {
2
+ "Verbose" : false ,
3
+ "Debug" : false ,
4
+ "IgnoreDefaults" : false ,
5
+ "SpacesAfterTabs" : false ,
6
+ "NoColor" : false ,
7
+ "Exclude" : [],
8
+ "AllowedContentTypes" : [],
9
+ "PassedFiles" : [],
10
+ "Disable" : {
11
+ "EndOfLine" : false ,
12
+ "Indentation" : false ,
13
+ "IndentSize" : false ,
14
+ "InsertFinalNewline" : false ,
15
+ "TrimTrailingWhitespace" : false ,
16
+ "MaxLineLength" : false
17
+ }
18
+ }
Original file line number Diff line number Diff line change 46
46
VALIDATE_JSCPD : false
47
47
VALIDATE_SHELL_SHFMT : false
48
48
VALIDATE_CHECKOV : false
49
- EDITORCONFIG_FILE_NAME : .editorconfig
49
+ EDITORCONFIG_FILE_NAME : .editorconfig-checker.json
50
50
KUBERNETES_KUBECONFORM_OPTIONS : " -ignore-missing-schemas -ignore-filename-pattern custom-rules.yml"
51
51
check-tox :
52
52
name : Check syntax (tox)
Original file line number Diff line number Diff line change 17
17
-e VALIDATE_JSCPD=false \
18
18
-e VALIDATE_SHELL_SHFMT=false \
19
19
-e VALIDATE_CHECKOV=false \
20
- -e EDITORCONFIG_FILE_NAME=.editorconfig \
20
+ -e EDITORCONFIG_FILE_NAME=.editorconfig-checker.json \
21
21
-e KUBERNETES_KUBECONFORM_OPTIONS=' -ignore-missing-schemas -ignore-filename-pattern custom-rules.yml' \
22
22
ghcr.io/super-linter/super-linter
23
23
tox -e lint
You can’t perform that action at this time.
0 commit comments