Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ISSUE 40] refacto 'cnumr' to 'greencodeinitiative' #54

Merged
merged 1 commit into from
Jan 31, 2023

Conversation

dedece35
Copy link
Member

@dedece35 dedece35 commented Jan 28, 2023

modifications cnumrto greencodeinitiative:

  • package name of all source code
  • modification of directories
  • automatic reformatting

WARNING : a lot of modifications (as mentionned during weekly appointment)

local tests :

  • unit tests
  • building plugin
  • deploying plugin on local SonarQube with docker tool scripts
  • push a report of custom project to SonarQube with plugins installed => check ecode issues appears

to correct issue #40

@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

Bug C 1 Bug
Vulnerability A 0 Vulnerabilities
Security Hotspot E 3 Security Hotspots
Code Smell A 26 Code Smells

71.1% 71.1% Coverage
0.8% 0.8% Duplication

@dedece35 dedece35 changed the title refacto 'cnumr' to 'greencodeinitiative' [ISSUE 40] refacto 'cnumr' to 'greencodeinitiative' Jan 28, 2023
@jhertout
Copy link
Contributor

OK for me. I go through the modification and I do not see any problems. I have not test. I trust you for that ;)

@dedece35 dedece35 merged commit 303ac59 into main Jan 31, 2023
@dedece35 dedece35 deleted the ISSUE_40_refacto branch January 31, 2023 09:33
@@ -39,14 +39,14 @@
public class JavaRulesDefinition implements RulesDefinition {

// don't change that because the path is hard coded in CheckVerifier
private static final String RESOURCE_BASE_PATH = "fr/cnumr/l10n/java/rules/java";
private static final String RESOURCE_BASE_PATH = "fr/greencodeinitiative/l10n/java/rules/java";


// Add the rule keys of the rules which need to be considered as template-rules
private static final Set<String> RULE_TEMPLATES_KEY = Collections.emptySet();
public static final String NAME = "Collectif Conception Numérique Responsable ";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we keep this name?

Copy link
Member Author

@dedece35 dedece35 Feb 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, you're right. correction done (and in other files also)
see a5bcad8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants