-
-
Notifications
You must be signed in to change notification settings - Fork 242
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
Features/php cs fixer #3598
Merged
Merged
Features/php cs fixer #3598
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
llaville
requested review from
nvuillam,
echoix,
bdovaz and
Kurt-von-Laven
as code owners
May 31, 2024 08:44
🦙 MegaLinter status:
|
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ API | spectral | 2 | 0 | 3.66s | |
✅ BASH | bash-exec | 5 | 0 | 0.02s | |
✅ BASH | shellcheck | 5 | 0 | 0.18s | |
✅ BASH | shfmt | 5 | 0 | 0 | 0.63s |
✅ COPYPASTE | jscpd | yes | no | 4.24s | |
✅ DOCKERFILE | hadolint | 130 | 0 | 18.26s | |
✅ JSON | jsonlint | 18 | 0 | 0.25s | |
✅ JSON | v8r | 20 | 0 | 28.42s | |
markdownlint | 264 | 0 | 270 | 37.53s | |
✅ MARKDOWN | markdown-table-formatter | 264 | 0 | 0 | 142.02s |
✅ OPENAPI | spectral | 2 | 0 | 3.1s | |
bandit | 211 | 64 | 6.03s | ||
✅ PYTHON | black | 211 | 0 | 0 | 5.72s |
✅ PYTHON | flake8 | 211 | 0 | 2.73s | |
✅ PYTHON | isort | 211 | 0 | 0 | 1.37s |
✅ PYTHON | mypy | 211 | 0 | 20.13s | |
✅ PYTHON | pylint | 211 | 0 | 17.14s | |
✅ PYTHON | ruff | 211 | 0 | 0 | 0.72s |
✅ REPOSITORY | checkov | yes | no | 42.49s | |
✅ REPOSITORY | git_diff | yes | no | 0.6s | |
grype | yes | 1 | 25.1s | ||
✅ REPOSITORY | secretlint | yes | no | 19.64s | |
✅ REPOSITORY | trivy | yes | no | 27.41s | |
✅ REPOSITORY | trivy-sbom | yes | no | 10.32s | |
trufflehog | yes | 1 | 13.99s | ||
✅ SPELL | cspell | 691 | 0 | 29.32s | |
lychee | 344 | 5 | 5.13s | ||
✅ XML | xmllint | 3 | 0 | 0 | 0.61s |
✅ YAML | prettier | 161 | 0 | 0 | 5.67s |
✅ YAML | v8r | 102 | 0 | 195.21s | |
✅ YAML | yamllint | 162 | 0 | 2.4s |
See detailed report in MegaLinter reports
llaville
commented
May 31, 2024
llaville
force-pushed
the
features/php-cs-fixer
branch
from
May 31, 2024 08:52
3c96c77
to
4d7308f
Compare
llaville
force-pushed
the
features/php-cs-fixer
branch
from
June 2, 2024 06:08
2c99f77
to
ba114bb
Compare
@llaville I pushed a new commit... cross fingers ^^ |
nvuillam
approved these changes
Jun 2, 2024
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.
Great ! :)
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.
Fixes #3550
Author/Contributor
Reviewing Maintainer
breaking
if this is a large fundamental changeautomation
,bug
,documentation
,enhancement
,infrastructure
, orperformance