-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
PHPStan tooling detection #318
Conversation
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
Due to the new PHPStan tool, we exceeded the line-length limit of 100 lines per file. Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
488072b
to
6fcdd55
Compare
FYI: Had to refactor a bit since |
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.
Thanks @boesing - This looks perfect afaict 👍
@boesing Could you also fix the small error reported under the Unchanged files with check annotations section? |
It's been several months so I'm merging and releasing this without further review. |
Just dropping it here, but apparently, I get PHPStan runs even for repos that don't have PHPStan? https://github.com/Roave/SecurityAdvisoriesBuilder/actions/runs/12371968284/job/34529270030?pr=759 |
That's expected if you've got a PHPStan config file in the root directory no? Same as Psalm, PHPUnit etc https://github.com/Roave/SecurityAdvisoriesBuilder/blob/latest/phpstan.neon.dist |
ZOMG I'm blind 🤦 |
Description
Introduce PHPStan