Skip to content

Add support to PHPStan extensions#4337

Merged
echoix merged 3 commits intomainfrom
phpstan-extensions
Dec 3, 2024
Merged

Add support to PHPStan extensions#4337
echoix merged 3 commits intomainfrom
phpstan-extensions

Conversation

@llaville
Copy link
Copy Markdown
Collaborator

@llaville llaville commented Dec 2, 2024

Fixes #4328

Proposed Changes

As described into #4328, use the https://github.com/phpstan/extension-installer Composer plugin for automatic installation without conflict between PHPStan versions

Readiness Checklist

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

@llaville
Copy link
Copy Markdown
Collaborator Author

llaville commented Dec 2, 2024

/build

Command run output
Build command workflow started.
Installing dependencies
Running script ./build.sh

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Dec 2, 2024

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ API spectral 1 0 1.71s
⚠️ BASH bash-exec 6 1 0.05s
✅ BASH shellcheck 6 0 0.27s
✅ BASH shfmt 6 0 0 0.84s
✅ COPYPASTE jscpd yes no 4.76s
✅ DOCKERFILE hadolint 128 0 23.9s
✅ JSON jsonlint 20 0 0.2s
✅ JSON v8r 22 0 33.03s
⚠️ MARKDOWN markdownlint 266 0 299 26.17s
✅ MARKDOWN markdown-table-formatter 266 0 0 185.76s
⚠️ PYTHON bandit 212 66 4.3s
✅ PYTHON black 212 0 0 5.63s
✅ PYTHON flake8 212 0 2.55s
✅ PYTHON isort 212 0 0 1.36s
✅ PYTHON mypy 212 0 18.86s
✅ PYTHON pylint 212 0 33.47s
✅ PYTHON ruff 212 0 0 0.85s
✅ REPOSITORY checkov yes no 36.94s
✅ REPOSITORY git_diff yes no 0.64s
⚠️ REPOSITORY grype yes 25 15.1s
✅ REPOSITORY secretlint yes no 14.28s
✅ REPOSITORY trivy yes no 19.91s
✅ REPOSITORY trivy-sbom yes no 0.43s
⚠️ REPOSITORY trufflehog yes 1 62.11s
✅ SPELL cspell 713 0 13.51s
⚠️ SPELL lychee 348 11 7.85s
✅ XML xmllint 3 0 0 0.93s
✅ YAML prettier 160 0 0 4.59s
✅ YAML v8r 102 0 224.67s
✅ YAML yamllint 161 0 2.97s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Dec 2, 2024

Build command workflow failed.

@echoix
Copy link
Copy Markdown
Collaborator

echoix commented Dec 2, 2024

/build

Command run output
Build command workflow started.
Installing dependencies
Running script ./build.sh
Build command workflow completed updating files.

@echoix echoix merged commit b218c85 into main Dec 3, 2024
@echoix echoix deleted the phpstan-extensions branch December 3, 2024 01:21
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.

Add support for PHPStan 2.0 extensions

3 participants