Skip to content

Commit c3ce102

Browse files
committed
Disable SonarLint for now (see #29)
1 parent c191c83 commit c3ce102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonar-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<pluginKey>ecocodejavascript</pluginKey>
138138
<pluginName>${project.name}</pluginName>
139139
<pluginClass>io.ecocode.javascript.JavaScriptPlugin</pluginClass>
140-
<sonarLintSupported>true</sonarLintSupported>
140+
<sonarLintSupported>false</sonarLintSupported>
141141
<sonarQubeMinVersion>${sonarqube.version}</sonarQubeMinVersion>
142142
<skipDependenciesPackaging>true</skipDependenciesPackaging>
143143
<jreMinVersion>${java.version}</jreMinVersion>

0 commit comments

Comments
 (0)