Skip to content

Commit 61ab3db

Browse files
megalinter
Signed-off-by: mauriciozanettisalomao <mauriciozanetti86@gmail.com>
1 parent 63e7cc7 commit 61ab3db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.mega-linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ DISABLE_ERRORS_LINTERS:
2626
- REPOSITORY_DEVSKIM
2727
YAML_YAMLLINT_CONFIG_FILE: .yamllint
2828
REPOSITORY_KICS_ARGUMENTS: >-
29-
scan --no-progress --exclude-severities="medium,low,info,trace" --exclude-paths="./gen/*"
29+
scan --no-progress --exclude-severities="medium,low,info,trace" --exclude-paths="gen/*"
3030
SPELL_CSPELL_ANALYZE_FILE_NAMES: false
3131
# Make sure Vale is setup to run with the styles it needs.
3232
SPELL_VALE_PRE_COMMANDS:
@@ -37,6 +37,6 @@ SPELL_VALE_PRE_COMMANDS:
3737
API_SPECTRAL_FILTER_REGEX_EXCLUDE: "gen/"
3838
# Ignore YAML files with templating macros; these typically fail linting and/or
3939
# schema checking.
40-
FILTER_REGEX_EXCLUDE: '(templates/.*\.yml|templates/.*\.yaml)'
40+
FILTER_REGEX_EXCLUDE: '(templates/.*\.yml|templates/.*\.yaml|gen/.*)'
4141
KUBERNETES_DIRECTORY: deploy/charts/templates
4242
KUBERNETES_HELM_ARGUMENTS: deploy/charts

0 commit comments

Comments
 (0)