File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ DISABLE:
20
20
# https://megalinter.io/latest/config-activation/
21
21
DISABLE_LINTERS :
22
22
- MARKDOWN_MARKDOWN_TABLE_FORMATTER
23
+ - REPOSITORY_KICS
24
+ - REPOSITORY_TRIVY
23
25
- TYPESCRIPT_STANDARD
24
26
25
27
# List of enabled but not blocking linters keys
@@ -135,7 +137,7 @@ VALIDATE_ALL_CODEBASE: true
135
137
JAVASCRIPT_ES_CONFIG_FILE : .eslintrc.yml
136
138
JAVASCRIPT_PRETTIER_CONFIG_FILE : prettierrc.yml
137
139
JSON_PRETTIER_CONFIG_FILE : prettierrc.yml
138
- MARKDOWN_MARKDOWNLINT_CONFIG_FILE : .markdownlint .yml
140
+ MARKDOWN_MARKDOWNLINT_CONFIG_FILE : .markdown-lint .yml
139
141
TYPESCRIPT_ES_CONFIG_FILE : .eslintrc.yml
140
142
TYPESCRIPT_PRETTIER_CONFIG_FILE : .prettierrc.yml
141
143
YAML_PRETTIER_CONFIG_FILE : .prettierrc.yml
You can’t perform that action at this time.
0 commit comments