Skip to content

Commit acc19ef

Browse files
committed
python-custom-rules should only be downloaded when there are Python files
Compatible with SonarQube 10.4
1 parent fb3f2fc commit acc19ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python-custom-rules/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
<requirePlugins>python:${sonar.python.version}</requirePlugins>
5555
<sonarLintSupported>true</sonarLintSupported>
5656
<skipDependenciesPackaging>true</skipDependenciesPackaging>
57+
<requiredForLanguages>python</requiredForLanguages>
5758
</configuration>
5859
</plugin>
5960

0 commit comments

Comments
 (0)