Skip to content

Commit

Permalink
Make lychee non blocking
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Apr 17, 2024
1 parent 1a5c352 commit ec2d06e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,19 @@ DISABLE:
DISABLE_LINTERS:
- JSON_PRETTIER
- MARKDOWN_MARKDOWN_LINK_CHECK
- PYTHON_PYRIGHT
- REPOSITORY_GITLEAKS
- REPOSITORY_KICS
- SPELL_PROSELINT
- SPELL_MISSPELL
- SPELL_VALE
DISABLE_ERRORS_LINTERS:
- PYTHON_BANDIT
- PYTHON_PYRIGHT
- REPOSITORY_DEVSKIM
- REPOSITORY_GRYPE
- REPOSITORY_SEMGREP
- REPOSITORY_TRUFFLEHOG
- SPELL_LYCHEE
PRINT_ALL_FILES: false
FILTER_REGEX_EXCLUDE: '(\.automation/test|\.automation/generated|\.venv|\.github/workflows|docs/javascripts|docs/overrides|docs/json-schemas|flavors|clj-kondo|TEMPLATES)'
JSON_JSONLINT_FILTER_REGEX_EXCLUDE: '(\.vscode/)'
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- Update [Roslynator](https://github.com/dotnet/roslynator) repo url and logo

- CI
- Make SPELL_LYCHEE non bloking for internal CI jobs

- Linter versions upgrades
- [markdown-link-check](https://github.com/tcort/markdown-link-check) from 3.11.2 to **3.12.0** on 2024-03-10
Expand Down

0 comments on commit ec2d06e

Please sign in to comment.