File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
resources/io/ecocode/android Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2121
2222public interface Java { //NOSONAR - we use the interface for constant without inheriting it
2323 String REPOSITORY_NAME = "ecoCode (Android)" ;
24- String PROFILE_NAME = "ecoCode" ;
2524 String KEY = "java" ;
2625 String REPOSITORY_KEY = "ecocode-android-java" ;
2726 String RULES_SPECIFICATIONS_JAVA_PATH = "/io/ecocode/rules/java" ; //NOSONAR - this URI is the same everywhere
28- String PROFILE_PATH = "org/sonar/l10n/java/rules/squid/ecocode_java_profile.json" ;
27+ String PROFILE_NAME = "ecoCode (Android)" ;
28+ String PROFILE_PATH = "io/ecocode/android/java/ecocode_java_profile.json" ;
2929}
Original file line number Diff line number Diff line change 2121
2222public interface Xml { //NOSONAR - we use the interface for constant without inheriting it
2323 String REPOSITORY_NAME = "ecoCode (Android)" ;
24- String PROFILE_NAME = "ecoCode" ;
2524 String KEY = "xml" ;
2625 String REPOSITORY_KEY = "ecocode-android-xml" ;
2726 String RULES_SPECIFICATIONS_XML_PATH = "io/ecocode/rules/xml" ;
28- String PROFILE_PATH = "io/ecocode/xml/rules/ecocode_xml_profile.json" ;
27+ String PROFILE_NAME = "ecoCode (Android)" ;
28+ String PROFILE_PATH = "io/ecocode/android/xml/ecocode_xml_profile.json" ;
2929}
Original file line number Diff line number Diff line change 11{
2- "name" : " ecoCode" ,
2+ "name" : " ecoCode Android " ,
33 "ruleKeys" : [
44 " EC500" ,
55 " EC501" ,
3535 " EC531" ,
3636 " EC532"
3737 ]
38- }
38+ }
Original file line number Diff line number Diff line change 11{
2- "name" : " ecoCode" ,
2+ "name" : " ecoCode Android " ,
33 "ruleKeys" : [
44 " EC540" ,
55 " EC541" ,
You can’t perform that action at this time.
0 commit comments