Skip to content

Commit 63e7cc7

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

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.mega-linter.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ DISABLE_ERRORS_LINTERS:
2626
- REPOSITORY_DEVSKIM
2727
YAML_YAMLLINT_CONFIG_FILE: .yamllint
2828
REPOSITORY_KICS_ARGUMENTS: >-
29-
scan --no-progress
30-
--exclude-severities="medium,low,info,trace"
31-
--exclude-paths="./gen/*"
29+
scan --no-progress --exclude-severities="medium,low,info,trace" --exclude-paths="./gen/*"
3230
SPELL_CSPELL_ANALYZE_FILE_NAMES: false
3331
# Make sure Vale is setup to run with the styles it needs.
3432
SPELL_VALE_PRE_COMMANDS:
@@ -41,6 +39,4 @@ API_SPECTRAL_FILTER_REGEX_EXCLUDE: "gen/"
4139
# schema checking.
4240
FILTER_REGEX_EXCLUDE: '(templates/.*\.yml|templates/.*\.yaml)'
4341
KUBERNETES_DIRECTORY: deploy/charts/templates
44-
KUBERNETES_HELM_ARGUMENTS: deploy/charts
45-
# Gitleaks configuration to use our ignore file
46-
REPOSITORY_GITLEAKS_CONFIG_FILE: ".gitleaksignore"
42+
KUBERNETES_HELM_ARGUMENTS: deploy/charts

0 commit comments

Comments
 (0)