Not able to scan my custom modules which are part of vendor folder

I am using PHPSTORM and SonarQube Plugin -
I want to scan my custom module folder files which are placed inside the vendor folder but it giving me following error - [2025-02-11T19:42:46.957] [SonarLint Server RPC request executor] ERROR sonarlint - No file to analyze
but files inside app/code or root directory those are being scanned and i am getting the reported issue output

i tried overriding the exclusion setting through plugin but those are not getting updated at all.

Hey there!

Which exclusion setting are you overriding?

It should be sonar.php.exclusions (which includes **/vendor/** by default), rather than sonar.exclusions.

While none is not exactly elegant (there’s no way to have a null value), it worked for me to get files in that folder analyzed.

If you use Connected Mode with SonarQube for IDE (connected to SonarQube Server or SonarQube Cloud), you can also configure this server-side.