Skip to content

Commit 5c9dd72

Browse files
authored
Sonarpy 103 cleanup (SonarSource#30)
* SONARPY-103 Clean up: remove old code (PythonColorizer) * SONARPY-103 Fix in clean up
1 parent 3ba4298 commit 5c9dd72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

its/ruling/src/test/java/org/sonar/python/it/PythonRulingTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void test() throws Exception {
5959
.setProperty("dump.old", FileLocation.of("src/test/resources/expected").getFile().getAbsolutePath())
6060
.setProperty("dump.new", FileLocation.of("target/actual").getFile().getAbsolutePath())
6161
.setProperty("sonar.cpd.skip", "true")
62-
.setProperty("sonar.analysis.mode", "preview")
62+
// .setProperty("sonar.analysis.mode", "preview")
6363
.setProperty("sonar.issuesReport.html.enable", "true")
6464
.setProperty("lits.differences", litsDifferencesFile.getAbsolutePath())
6565
.setEnvironmentVariable("SONAR_RUNNER_OPTS", "-Xmx2000m");

0 commit comments

Comments
 (0)