javascript - ASP .NET and SonarLint -
we have asp .net project, trying have on-the-fly analysis of js. sonarlint provides analysis of c# files.. incremental analysis seems have been deprecated, , issues analysis requires different configuration files, sonarqube scanner not support. having 2 different configuration files , continuously renaming them is, can imagine, difficult task convince, educate, , discipline large team of developers do.. solution?
you can't (for now) have on-the-fly support of js within sonarlint visual studio can have intellij/eclipse although not sure experience great asp.net project.
what suggest, if want have analysis before commit, have local sonarqube server (can found here) , manually run scanner cli , push result local instance.
Comments
Post a Comment