felipebz / zpa

Parser and static code analysis tool for PL/SQL and Oracle SQL.
https://zpa.felipebz.com
GNU Lesser General Public License v3.0
211 stars 77 forks source link

SonarLint support these rules? #97

Closed HaroonRaizada closed 5 years ago

felipebz commented 5 years ago

Hi @HaroonRaizada. No, it doesn't. SonarLint only supports the commercial plugin from SonarSource.

Are you using the SonarLint CLI or SonarLint for Eclipse/VSCode/etc?

I want to release some kind of command line tool and plugins for some IDEs to execute an analysis independently in the future. It would be very helpful if you could describe how do you use SonarLint. 😁

HaroonRaizada commented 5 years ago

Hi @felipebz . Thanks for the update!! I am using SonarLint for Eclipse in connected Mode. I am connecting SonarQube Server to Eclipse SonarLint. I was expecting that these rules will get reflected in SONARLINT as well. Is there any workaround where i can achieve this functionality?

felipebz commented 5 years ago

No, there isn't any workaround for SonarLint. 😞 You'll have to execute a full analysis with SonarQube Scanner.

HaroonRaizada commented 5 years ago

Thanks For the Information:).