-
Notifications
You must be signed in to change notification settings - Fork 28
rename EC to GCI #57
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
rename EC to GCI #57
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,15 @@ | ||
| { | ||
| "name": "ecoCode", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. change this value and change filename (warning : check where this filename is used to get impacts)
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this changes is being processed in another PR
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes sorry I will finish this PR asap! |
||
| "ruleKeys": [ | ||
| "EC9", | ||
| "EC11", | ||
| "EC12", | ||
| "EC24", | ||
| "EC25", | ||
| "EC26", | ||
| "EC29", | ||
| "EC30", | ||
| "EC523", | ||
| "EC530" | ||
| "GCI9", | ||
| "GCI11", | ||
| "GCI12", | ||
| "GCI24", | ||
| "GCI25", | ||
| "GCI26", | ||
| "GCI29", | ||
| "GCI30", | ||
| "GCI523", | ||
| "GCI530" | ||
| ] | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "ecoCode", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same feedback as above
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same as above, migration for files path is made is another PR |
||
| "ruleKeys": [ | ||
| "EC13" | ||
| "GCI13" | ||
| ] | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.