-
-
Notifications
You must be signed in to change notification settings - Fork 244
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
[automation] Auto-update linters version, help and documentation #3086
Conversation
🦙 MegaLinter status:
|
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ BASH | bash-exec | 5 | 0 | 0.04s | |
✅ BASH | shellcheck | 5 | 0 | 0.09s | |
✅ BASH | shfmt | 5 | 0 | 0 | 0.43s |
✅ COPYPASTE | jscpd | yes | no | 3.12s | |
✅ DOCKERFILE | hadolint | 123 | 0 | 16.14s | |
✅ JSON | eslint-plugin-jsonc | 23 | 0 | 0 | 2.26s |
✅ JSON | jsonlint | 21 | 0 | 0.22s | |
✅ JSON | v8r | 23 | 0 | 14.46s | |
✅ MAKEFILE | checkmake | 1 | 0 | 0.0s | |
markdownlint | 255 | 0 | 11 | 5.48s | |
✅ MARKDOWN | markdown-link-check | 255 | 0 | 5.71s | |
✅ MARKDOWN | markdown-table-formatter | 255 | 0 | 0 | 32.9s |
✅ OPENAPI | spectral | 1 | 0 | 1.39s | |
bandit | 200 | 61 | 2.36s | ||
✅ PYTHON | black | 200 | 0 | 0 | 4.54s |
✅ PYTHON | flake8 | 200 | 0 | 2.12s | |
✅ PYTHON | isort | 200 | 0 | 0 | 0.82s |
✅ PYTHON | mypy | 200 | 0 | 10.35s | |
✅ PYTHON | pylint | 200 | 0 | 12.12s | |
pyright | 200 | 352 | 20.6s | ||
✅ PYTHON | ruff | 200 | 0 | 0 | 0.48s |
✅ REPOSITORY | checkov | yes | no | 34.46s | |
✅ REPOSITORY | git_diff | yes | no | 0.44s | |
grype | yes | 1 | 10.98s | ||
✅ REPOSITORY | secretlint | yes | no | 8.22s | |
✅ REPOSITORY | trivy | yes | no | 25.49s | |
✅ REPOSITORY | trivy-sbom | yes | no | 1.16s | |
trufflehog | yes | 1 | 18.63s | ||
✅ SPELL | cspell | 665 | 0 | 22.68s | |
✅ SPELL | lychee | 335 | 0 | 8.66s | |
✅ XML | xmllint | 3 | 0 | 0 | 0.45s |
✅ YAML | prettier | 160 | 0 | 0 | 5.2s |
✅ YAML | v8r | 102 | 0 | 170.62s | |
✅ YAML | yamllint | 161 | 0 | 1.61s |
See detailed report in MegaLinter reports
25aedab
to
f77bb15
Compare
R lintr fails since it complains that the configuration file is malformed. Must end in newline? Lintr wasn't updated in this PR, so is there a breaking change somewhere? |
Who knows... maybe they patched an existing version ? |
f77bb15
to
5bf4a9f
Compare
5bf4a9f
to
315baf2
Compare
315baf2
to
51f15d5
Compare
amazing @echoix 🎉 |
;) Since we lost 4 or 5 days of flavor stats (that I rebuilt from individual force pushes), I'm testing out working from the same PR branch to not loose the changes. Or when I changed something manually, and it got lost since the scheduled run forced-pushed the branch. I have 30 mins left of spare |
Also, once our base python alpine images are updated with a new OpenSSL version, we good remove the line added in constants.py |
[automation] Auto-update linters version, help and documentation