Skip to content

Commit

Permalink
PLUGINAPI-34 add aliases for sonar.test.inclusions and sonar.test.exc…
Browse files Browse the repository at this point in the history
…lusions
  • Loading branch information
benjamin-campomenosi-sonarsource committed Jan 3, 2023
1 parent 23f63d2 commit a27e426
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugin-api/src/main/java/org/sonar/api/CoreProperties.java
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,12 @@ public interface CoreProperties {
String PROJECT_TEST_EXCLUSIONS_PROPERTY = "sonar.test.exclusions";
String GLOBAL_EXCLUSIONS_PROPERTY = "sonar.global.exclusions";
String GLOBAL_TEST_EXCLUSIONS_PROPERTY = "sonar.global.test.exclusions";

/**
* @since 9.14
*/
String PROJECT_TESTS_INCLUSIONS_PROPERTY = "sonar.tests.inclusions";
String PROJECT_TESTS_EXCLUSIONS_PROPERTY = "sonar.tests.inclusions";

/* Sonar Core */

Expand Down

0 comments on commit a27e426

Please sign in to comment.