Skip to content

Commit

Permalink
ci(MegaLinter): Reuse config from .github repo
Browse files Browse the repository at this point in the history
MegaLinter recently fixed a number of bugs in the EXTENDS property in
v6.14.0, v6.16.0, v6.18.0, v6.19.0, and v6.20.0. Leverage this improved
support for config inheritance by extending a central MegaLinter
configuration.
  • Loading branch information
Kurt-von-Laven committed Aug 29, 2023
1 parent f45bf3c commit ee60551
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .mega-linter.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
APPLY_FIXES: all
CLEAR_REPORT_FOLDER: true
DEFAULT_BRANCH: main
DISABLE_LINTERS:
- MARKDOWN_MARKDOWN_LINK_CHECK # Superseded by Lychee
FAIL_IF_MISSING_LINTER_IN_FLAVOR: true
FORMATTERS_DISABLE_ERRORS: false
PRINT_ALPACA: false
SHOW_ELAPSED_TIME: true
JSON_PRETTIER_FILE_EXTENSIONS:
- .json
- .md
MARKDOWN_MARKDOWNLINT_CONFIG_FILE: LINTER_DEFAULT
REPOSITORY_SECRETLINT_ARGUMENTS: --secretlintignore .gitignore
SPELL_CSPELL_CONFIG_FILE: LINTER_DEFAULT
EXTENDS: https://raw.githubusercontent.com/ScribeMD/.github/0.11.3/.github/base.mega-linter.yaml

0 comments on commit ee60551

Please sign in to comment.