I am using sonar-css-plugin at sonar Qube server which is working fine.
Currently, I am developing my application with VSCode IDE and using stylint plugin. When do sonar search, it gives a lot of code smells which I can not see while local development.
But, I want to integrate it with my local development environment (VSCode). Is there any way to integrate sonar-css-plugin so that I can check all before sonar?
--
You received this message because you are subscribed to the Google Groups "SonarQube" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/c33b1819-ea2c-4567-9d6e-65377db4ee1c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,I am using sonar-css-plugin at sonar Qube server which is working fine.Good news! :-)Currently, I am developing my application with VSCode IDE and using stylint plugin. When do sonar search, it gives a lot of code smells which I can not see while local development.
But, I want to integrate it with my local development environment (VSCode). Is there any way to integrate sonar-css-plugin so that I can check all before sonar?There's SonarLint for Visual Studio (http://www.sonarlint.org/visualstudio/index.html) that provides feedback in the IDE. I don't know if it supports Visual Studio Code as well but I'll let SonarSource answer this point. Anyway, even if SonarLint supported VS Code, it wouldn't be able to check for CSS code smells because SonarSource is sadly preventing non-SonarSource products to run in SonarLint. See https://groups.google.com/d/msg/sonarlint/4uMut6TPlwg/DR3QPa7dCwAJ.Other alternatives would be SonarQube GitHub plugin or SonarQube Stash/Bitbucket plugin if you work with pull requests with those products: https://docs.sonarqube.org/display/PLUG/GitHub+Plugin and https://github.com/AmadeusITGroup/sonar-stashRegards,
On Fri, Jan 27, 2017 at 12:50 PM, <opsah...@gmail.com> wrote:
Hi,I am using sonar-css-plugin at sonar Qube server which is working fine.Currently, I am developing my application with VSCode IDE and using stylint plugin. When do sonar search, it gives a lot of code smells which I can not see while local development.But, I want to integrate it with my local development environment (VSCode). Is there any way to integrate sonar-css-plugin so that I can check all before sonar?
--
You received this message because you are subscribed to the Google Groups "SonarQube" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+...@googlegroups.com.