Skip to content

Commit

Permalink
Merge pull request #27 from jycr/main
Browse files Browse the repository at this point in the history
green-code-initiative/creedengo-rules-specifications#63 - Fix pluginKey definition to conform to SonarSource Marketplace rules
  • Loading branch information
dedece35 authored Mar 9, 2023
2 parents 17601d8 + af2c07a commit 5a4cb76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
<artifactId>sonar-packaging-maven-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<pluginKey>${project.artifactId}</pluginKey>
<pluginKey>ecocodeandroid</pluginKey>
<pluginName>${project.name}</pluginName>
<pluginClass>io.ecocode.EcoCodeRulesPlugin</pluginClass>
<sonarLintSupported>true</sonarLintSupported>
Expand Down
6 changes: 3 additions & 3 deletions ios-plugin/sonar-ios-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<artifactId>ecodecode-sonar-ios-plugin</artifactId>
<packaging>sonar-plugin</packaging>

<name>ecoCode IOS plugin</name>
<name>ecoCode iOS plugin</name>
<description>Help the earth, adopt this green plugin for your applications</description>

<dependencies>
Expand All @@ -29,7 +29,7 @@
<artifactId>sonar-packaging-maven-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<pluginKey>${project.artifactId}</pluginKey>
<pluginKey>ecocodeios</pluginKey>
<pluginName>${project.name}</pluginName>
<pluginClass>io.ecocode.ios.EcoCodeIOSPlugin</pluginClass>
<sonarQubeMinVersion>${sonarqube.version}</sonarQubeMinVersion>
Expand All @@ -40,4 +40,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit 5a4cb76

Please sign in to comment.