Open azgooon opened 1 month ago
Hello.
run qodana in the pipeline with laravel idea plugin
How did you run it? Qodana doesn't support paid plugins yet. We are going to release a special release of Laravel Idea for Qodana.
I was under the impression that it supports it as per the change log:
Version 8.3:
Create Facade and Create Service code generations
Laravel 11 Service providers registration
Laravel 11 new container attributes support
JetBrains Qodana support
Translation keys fetching optimization
So I just set it up according to the qodana docs.
However this behaviour would make sense if the plugin is not runing in the pipeline.
I'm sorry for this misinformation. We will release a plugin for Qodana soon.
"JetBrains Qodana support" means that we made some changes inside the plugin to make this possible. I'll write here when the new plugin will be released.
That's great, thank you.
Bug description
Following the recent release of the plugin with Qodana support I noticed that the number of issues detected when Qodana runs in IDE differs from the number of the problems detected in the pipeline. For example I can see "undefined variables" detected in the blades when Qodana report generated in the pipelines but then when I load this report in the phpStorm and navigate to the issue, within the second or two its getting marked as "fixed".
https://github.com/user-attachments/assets/d636fb4a-4d0d-4a75-9fc2-492e1765eeb7
Plugin version
8.3.3.242
Operating system
Windows
Steps to reproduce
Relevant log output
No response