Skip to content

Commit 5044803

Browse files
pynicolasivandalbosco
authored andcommitted
SonarLintTest should be run in the test suite (SonarSource#89)
1 parent c861e88 commit 5044803

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • its/plugin/src/test/java/com/sonar/python/it/plugin

its/plugin/src/test/java/com/sonar/python/it/plugin/Tests.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
PylintReportTest.class,
5454
TestReportTest.class,
5555
NoSonarTest.class,
56-
XPathRuleTest.class
56+
XPathRuleTest.class,
57+
SonarLintTest.class
5758
})
5859
public class Tests {
5960

0 commit comments

Comments
 (0)