-
Notifications
You must be signed in to change notification settings - Fork 89
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
[WIP] "configGroups" literal in configuration group operations URL (old PR #780) #922
Conversation
Note old PR has diff values of +1,624 -13 while this one (at the moment of the first commit, just after porting) has +1,621 −12. The +3 -1 difference is due to a "cleaner" CHANGES_NEXT_RELEASE addition in this PR. |
Hi @fgalan , I have started working on this PR. Thanks! |
Great to know! :) I see two options:
As you prefer... :) |
(Self-note) The PR would need some adaptation to solve the conflicts. Basically:
(Please @jason-fox amend mi if I'm wrong) |
Done in c9b00ef (prettier) and a1bf53f (lint). Before using them, I thought that the prettier target was the one modifying the code to fit the style and the lint target was the one to check that the style was one (but without modifying the code). However, both modify the code. Interesting... |
Hi @fgalan,
I am planning to use the first option as mentioned above.
As per my understanding, to change the style of the code in my new PR, I only need to run |
I think so, but @jason-fox knows that better than me and can provide better feedback :) Maybe |
Hi @fgalan , @jason-fox |
Great! So I think I can close now this PR so we continue in PR #954 |
Issue #752
This is a port of old PR #780 (authored by @Jagatjot). That PR was closed by the author but in order to not losing his valuable work, we are opening this one. If somebody is interested in continuing his work, just tell me.
Please have a look at unresolved comments in the original PR.