-
-
Notifications
You must be signed in to change notification settings - Fork 263
feat(linter): add cppcheck linter #5224
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
Conversation
🦙 MegaLinter status:
|
Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
---|---|---|---|---|---|---|
✅ API | spectral | 1 | 0 | 0 | 1.81s | |
bash-exec | 6 | 1 | 0 | 0.02s | ||
✅ BASH | shellcheck | 6 | 0 | 0 | 0.13s | |
✅ BASH | shfmt | 6 | 0 | 0 | 0 | 0.05s |
✅ COPYPASTE | jscpd | yes | no | no | 3.03s | |
✅ DOCKERFILE | hadolint | 131 | 0 | 0 | 29.25s | |
✅ JSON | jsonlint | 20 | 0 | 0 | 0.23s | |
✅ JSON | v8r | 22 | 0 | 0 | 13.73s | |
markdownlint | 269 | 0 | 304 | 0 | 21.98s | |
✅ MARKDOWN | markdown-table-formatter | 269 | 0 | 0 | 0 | 169.09s |
bandit | 217 | 66 | 0 | 2.99s | ||
✅ PYTHON | black | 217 | 0 | 0 | 0 | 4.33s |
✅ PYTHON | flake8 | 217 | 0 | 0 | 2.1s | |
✅ PYTHON | isort | 217 | 0 | 0 | 0 | 0.47s |
✅ PYTHON | mypy | 217 | 0 | 0 | 10.15s | |
✅ PYTHON | pylint | 217 | 0 | 0 | 32.15s | |
✅ PYTHON | ruff | 217 | 0 | 0 | 0 | 0.07s |
✅ REPOSITORY | checkov | yes | no | no | 35.77s | |
✅ REPOSITORY | git_diff | yes | no | no | 0.06s | |
grype | yes | 27 | no | 32.52s | ||
✅ REPOSITORY | secretlint | yes | no | no | 8.78s | |
✅ REPOSITORY | syft | yes | no | no | 1.52s | |
✅ REPOSITORY | trivy | yes | no | no | 12.56s | |
✅ REPOSITORY | trivy-sbom | yes | no | no | 0.94s | |
trufflehog | yes | 1 | no | 59.27s | ||
✅ SPELL | cspell | 724 | 0 | 0 | 12.68s | |
lychee | 351 | 24 | 0 | 39.38s | ||
✅ XML | xmllint | 3 | 0 | 0 | 0 | 0.1s |
✅ YAML | prettier | 160 | 0 | 0 | 0 | 3.25s |
✅ YAML | v8r | 103 | 0 | 0 | 14.41s | |
✅ YAML | yamllint | 161 | 0 | 0 | 2.95s |
See detailed report in MegaLinter reports
You'll probably have a failure cause by trivy for gitleaks. It started this morning on all other PRs |
i'll try to have a look tonight |
Ready to review! |
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.
This will need a force-merge like other PRs adding new pages to the docs. One of the required workflows checks links, on pages that aren't published yet, so lychee fails.
done :) |
Fixes #274