I am not having much luck with configuring this plugin to be used in Qodana in the pipelines.
I have updated qodana.yaml to have information about the plugin but the detected errors are indicating that the plugin is not working. I.e local scops that are "understood" in IDE (with Laravel idea plugin installed) are picked up as undefined methods in the qodana report that comes from the pipeline execution.
What am I missing?
Thanks,
Plugin version
8.2.4.242
Operating system
None
Steps to reproduce
Add below entry to the qodana.yaml:
plugins:
- id: com.laravel_idea.plugin #(plugin id can be found at https://plugins.jetbrains.com)
Execute Qodana analytics
The generated report appears to have undefined methods that are not undefined in phpStorm with Laravel Idea plugin installed.
Bug description
Hi,
I am not having much luck with configuring this plugin to be used in Qodana in the pipelines. I have updated qodana.yaml to have information about the plugin but the detected errors are indicating that the plugin is not working. I.e local scops that are "understood" in IDE (with Laravel idea plugin installed) are picked up as undefined methods in the qodana report that comes from the pipeline execution.
What am I missing?
Thanks,
Plugin version
8.2.4.242
Operating system
None
Steps to reproduce
Relevant log output
No response