-
-
Notifications
You must be signed in to change notification settings - Fork 249
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 #3231
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🦙 MegaLinter status:
|
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ BASH | bash-exec | 5 | 0 | 0.01s | |
✅ BASH | shellcheck | 5 | 0 | 0.09s | |
✅ BASH | shfmt | 5 | 0 | 0 | 0.5s |
✅ COPYPASTE | jscpd | yes | no | 4.43s | |
✅ DOCKERFILE | hadolint | 127 | 0 | 12.38s | |
✅ JSON | eslint-plugin-jsonc | 23 | 0 | 0 | 4.34s |
✅ JSON | jsonlint | 21 | 0 | 0.26s | |
✅ JSON | v8r | 23 | 0 | 20.4s | |
✅ MAKEFILE | checkmake | 1 | 0 | 0.0s | |
markdownlint | 259 | 0 | 265 | 31.62s | |
✅ MARKDOWN | markdown-link-check | 259 | 0 | 8.72s | |
✅ MARKDOWN | markdown-table-formatter | 259 | 0 | 0 | 71.89s |
✅ OPENAPI | spectral | 1 | 0 | 1.68s | |
bandit | 206 | 59 | 3.5s | ||
✅ PYTHON | black | 206 | 0 | 0 | 5.1s |
✅ PYTHON | flake8 | 206 | 0 | 1.84s | |
✅ PYTHON | isort | 206 | 0 | 0 | 1.22s |
✅ PYTHON | mypy | 206 | 0 | 15.97s | |
✅ PYTHON | pylint | 206 | 0 | 17.89s | |
pyright | 206 | 346 | 28.75s | ||
✅ PYTHON | ruff | 206 | 0 | 0 | 0.64s |
✅ REPOSITORY | checkov | yes | no | 41.56s | |
✅ REPOSITORY | git_diff | yes | no | 0.45s | |
grype | yes | 1 | 25.95s | ||
✅ REPOSITORY | secretlint | yes | no | 12.94s | |
✅ REPOSITORY | trivy | yes | no | 30.84s | |
✅ REPOSITORY | trivy-sbom | yes | no | 20.7s | |
trufflehog | yes | 1 | 16.98s | ||
✅ SPELL | cspell | 679 | 0 | 32.23s | |
✅ SPELL | lychee | 339 | 0 | 20.87s | |
✅ XML | xmllint | 3 | 0 | 0 | 0.49s |
✅ YAML | prettier | 160 | 0 | 0 | 7.39s |
✅ YAML | v8r | 102 | 0 | 163.16s | |
✅ YAML | yamllint | 161 | 0 | 1.96s |
See detailed report in MegaLinter reports
echoix
pushed a commit
that referenced
this pull request
Dec 17, 2023
* [automation] Auto-update linters version, help and documentation * [MegaLinter] Apply linters fixes --------- Co-authored-by: nvuillam <[email protected]>
nvuillam
added a commit
that referenced
this pull request
Dec 17, 2023
…ation (#3230) * PHP PHIVE: Use keys.openpgp.org and fingerprint for phive key verification Matches the current PHIVE installation instructions * Build * Update CHANGELOG.md * [automation] Auto-update linters version, help and documentation (#3231) * [automation] Auto-update linters version, help and documentation * [MegaLinter] Apply linters fixes --------- Co-authored-by: nvuillam <[email protected]> --------- Co-authored-by: Nicolas Vuillamy <[email protected]> Co-authored-by: nvuillam <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[automation] Auto-update linters version, help and documentation