-
-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configurable linter commands #4482
Conversation
🦙 MegaLinter status:
|
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ API | spectral | 1 | 0 | 1.71s | |
bash-exec | 6 | 1 | 0.02s | ||
✅ BASH | shellcheck | 6 | 0 | 0.19s | |
✅ BASH | shfmt | 6 | 0 | 0 | 0.19s |
✅ COPYPASTE | jscpd | yes | no | 2.86s | |
✅ DOCKERFILE | hadolint | 129 | 0 | 23.5s | |
✅ JSON | jsonlint | 20 | 0 | 0.22s | |
✅ JSON | v8r | 22 | 0 | 15.85s | |
markdownlint | 267 | 0 | 303 | 21.55s | |
✅ MARKDOWN | markdown-table-formatter | 267 | 0 | 0 | 160.82s |
bandit | 215 | 66 | 2.79s | ||
✅ PYTHON | black | 215 | 0 | 0 | 3.9s |
✅ PYTHON | flake8 | 215 | 0 | 1.86s | |
✅ PYTHON | isort | 215 | 0 | 0 | 0.7s |
✅ PYTHON | mypy | 215 | 0 | 15.67s | |
✅ PYTHON | pylint | 215 | 0 | 18.32s | |
✅ PYTHON | ruff | 215 | 0 | 0 | 0.29s |
✅ REPOSITORY | checkov | yes | no | 32.9s | |
✅ REPOSITORY | git_diff | yes | no | 0.2s | |
grype | yes | 26 | 13.07s | ||
✅ REPOSITORY | secretlint | yes | no | 11.81s | |
✅ REPOSITORY | trivy | yes | no | 16.59s | |
✅ REPOSITORY | trivy-sbom | yes | no | 0.28s | |
trufflehog | yes | 1 | 53.71s | ||
✅ SPELL | cspell | 718 | 0 | 11.95s | |
lychee | 349 | 17 | 39.1s | ||
✅ XML | xmllint | 3 | 0 | 0 | 0.26s |
✅ YAML | prettier | 160 | 0 | 0 | 2.99s |
✅ YAML | v8r | 102 | 0 | 26.04s | |
✅ YAML | yamllint | 161 | 0 | 2.73s |
See detailed report in MegaLinter reports
I didn't really understood the issue nor this fix.. |
cc @echoix |
@bdovaz i get it, it seems nice :) Please can you
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Plz check comments :)
As it is impacting, I'd also like a double-check from @echoix :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done, thanks @bdovaz :)
Resolves #4015
Let's see what you think @nvuillam