Skip to content

Commit d0cbb39

Browse files
committed
refactor: Change name of Groovy rule repository
1 parent c1f580e commit d0cbb39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

android-plugin/src/main/java/org/sonar/plugins/groovy/codenarc/CodeNarcRulesDefinition.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@
3434

3535
public class CodeNarcRulesDefinition implements RulesDefinition {
3636

37+
// TODO: Prefix repository-key with "ecocode-" and make "re-keying" of all contained rules
3738
public static final String REPOSITORY_KEY = Groovy.KEY;
38-
public static final String REPOSITORY_NAME = "CodeNarc";
39+
public static final String REPOSITORY_NAME = "ecoCode";
3940
private static final String COST_FILE_PATH = "/org/sonar/plugins/groovy/cost.csv";
4041

4142
@Override

0 commit comments

Comments
 (0)