Skip to content
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 13 commits into from
Jun 2, 2024
Merged

Features/php cs fixer #3598

merged 13 commits into from
Jun 2, 2024

Conversation

llaville
Copy link
Collaborator

Fixes #3550

Author/Contributor

  • Add entry to the CHANGELOG listing the change and linking to the corresponding issue (if appropriate)
  • If documentation is needed for this change, has that been included in this pull request

Reviewing Maintainer

  • Label as breaking if this is a large fundamental change
  • Label as either automation, bug, documentation, enhancement, infrastructure, or performance

Copy link
Contributor

github-actions bot commented May 31, 2024

🦙 MegaLinter status: ⚠️ WARNING

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
⚠️ MARKDOWN markdownlint 264 0 270 37.53s
✅ MARKDOWN markdown-table-formatter 264 0 0 142.02s
✅ OPENAPI spectral 2 0 3.1s
⚠️ PYTHON 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
⚠️ REPOSITORY grype yes 1 25.1s
✅ REPOSITORY secretlint yes no 19.64s
✅ REPOSITORY trivy yes no 27.41s
✅ REPOSITORY trivy-sbom yes no 10.32s
⚠️ REPOSITORY trufflehog yes 1 13.99s
✅ SPELL cspell 691 0 29.32s
⚠️ SPELL 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

MegaLinter is graciously provided by OX Security

@nvuillam
Copy link
Member

nvuillam commented Jun 2, 2024

@llaville I pushed a new commit... cross fingers ^^

Copy link
Member

@nvuillam nvuillam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great ! :)

@nvuillam nvuillam merged commit 219bdab into main Jun 2, 2024
127 checks passed
@nvuillam nvuillam deleted the features/php-cs-fixer branch June 2, 2024 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New Linter : PHP-CS-Fixer
2 participants