sonarlint-visualstudio
sonarlint-visualstudio copied to clipboard
Support test inclusions/exclusions
Description
Following #1335, add support for: sonar.test.inclusions, sonar.test.exclusions
Based on the sonar-plugin-api constants I think there are also the sonar.tests.inclusions, sonar.tests.exclusions and sonar.global.test.exclusions that need to be covered. Source: https://github.com/SonarSource/sonar-plugin-api/blob/81c796b5606ad91f8ec138090bf3815e8b0002ad/plugin-api/src/main/java/org/sonar/api/CoreProperties.java#L209
Moved to SLVS-2239