I am really confused about SonarLint and SonarTS.
I have used SonarLint in my Visual Studio, but my client ask me to use SonarTs plugin
SonarLint does analysis for overall project and SonarTS does analysis for only Typescript Projects. Am I correct? Does SonarTsPlugine support C# code? I am totally confused. I have an idea about SonarQube And SonarLint difference, but no idea about SonarLint and SonarTS.
I am really confused about SonarLint and SonarTS.
I have used SonarLint in my Visual Studio, but my client ask me to use SonarTs plugin
Share Improve this question edited Oct 22, 2019 at 11:56 domino_katrino 3643 silver badges19 bronze badges asked Feb 2, 2018 at 10:00 Ramesh RajendranRamesh Rajendran 38.8k49 gold badges159 silver badges240 bronze badgesSonarLint does analysis for overall project and SonarTS does analysis for only Typescript Projects. Am I correct? Does SonarTsPlugine support C# code? I am totally confused. I have an idea about SonarQube And SonarLint difference, but no idea about SonarLint and SonarTS.
2 Answers
Reset to default 4SonarLint is an IDE extension for IntelliJ IDEA, Eclipse, Visual Studio, VS Code, Atom.
SonarLint includes a list of language analyzer plugins, and SonarTS is the one for Typescript.
To check if SonarLint support TypeScript in your IDE visit https://www.sonarlint/ and click on your IDE name.
At the time I'm wiring this answer, TypeScript is included in SonarLint for VS Code, but not in SonarLint for Visual Studio.
SonarTs Plugin is a munity plugin for SonarQube to analyse TypeScript code.
- if you install it on your SonarQube
- if you use connected mode of SonarLint in your IDE
then probably you can profit from SonarTs Plugin in your IDE (while I'm not sure if TS files will be at all analysed)
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745293253a4620990.html
评论列表(0条)