When I connect from VS2015 to SonarQube server using SonarLint, SonarLint starts to download nuget packages and then adds a .ruleset file for each project.
Is it possible to have only one ruleset defined for the solution (the one from here SonarQube/CSharp.ruleset) and only when needed to create specific ruleset files for project?
I saw the question from here but is as year old and maybe someone found a workaround for this (I have mainly C# projects and the same ruleset applies to all the projects).