| Group ID: |
org.sonarsource.python |
| Artifact ID: |
python-custom-rules-plugin |
| Last modified: |
09.12.2025 16:21 |
| Packaging: |
sonar-plugin |
| Name: |
Python Custom Rules Plugin |
| Description: |
Python Custom Rules |
|
|
| Size: |
8.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/sonarsource/python/python-custom-rules-plugin/4.26.2.26738/python-custom-rules-plugin-4.26.2.26738.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonarsource.python</groupId>
<artifactId>it-python-plugin</artifactId>
<version>4.26.2.26738</version>
</parent>
<artifactId>python-custom-rules-plugin</artifactId>
<packaging>sonar-plugin</packaging>
<name>Python Custom Rules Plugin</name>
<description>Python Custom Rules</description>
<dependencies>
<dependency>
<groupId>org.sonarsource.api.plugin</groupId>
<artifactId>sonar-plugin-api</artifactId>
</dependency>
<dependency>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonar-plugin-api-impl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.sonarsource.python</groupId>
<artifactId>sonar-python-plugin</artifactId>
<type>sonar-plugin</type>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.sonarsource.python</groupId>
<artifactId>python-checks-testkit</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.sonarsource.sonar-packaging-maven-plugin</groupId>
<artifactId>sonar-packaging-maven-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<pluginClass>org.sonar.samples.python.CustomPythonRulesPlugin</pluginClass>
<requirePlugins>python:${project.version}</requirePlugins>
<pluginApiMinVersion>${pluginApiMinVersion}</pluginApiMinVersion>
<requiredForLanguages>py,ipynb</requiredForLanguages>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
| Maven: |
<dependency>
<groupId>org.sonarsource.python</groupId>
<artifactId>python-custom-rules-plugin</artifactId>
<version>4.26.2.26738</version>
</dependency>
|
| Gradle: |
org.sonarsource.python:python-custom-rules-plugin:4.26.2.26738 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|