We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f580e commit d0cbb39Copy full SHA for d0cbb39
android-plugin/src/main/java/org/sonar/plugins/groovy/codenarc/CodeNarcRulesDefinition.java
@@ -34,8 +34,9 @@
34
35
public class CodeNarcRulesDefinition implements RulesDefinition {
36
37
+ // TODO: Prefix repository-key with "ecocode-" and make "re-keying" of all contained rules
38
public static final String REPOSITORY_KEY = Groovy.KEY;
- public static final String REPOSITORY_NAME = "CodeNarc";
39
+ public static final String REPOSITORY_NAME = "ecoCode";
40
private static final String COST_FILE_PATH = "/org/sonar/plugins/groovy/cost.csv";
41
42
@Override
0 commit comments