You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@pascalgrimaud : I like it, and I want to confirm if I understand it correctly. I can implement it after addressing the rank module issue.
My idea would be to add src/main/resources/presets/perso/ to .gitignore.
Did you mean person instead of perso here? So it would be easier to personalize the presets instead of editing the preset.json and having to handle changes made by others, even if the person clones their own fork. Is that right?
Another improvement would be the possibility to add different preset files:
So these files would be inside src/main/resources/presets, and the idea is to only put presets related to Gradle in preset-gradle.json and only presets related to Maven in preset-maven.json?
The goal would be to replace the current configuration to something like:
The presets should load all the JSON in this folder + sub folders instead of reading a single file:
preset.json
My idea would be to add to gitignore
src/main/resources/presets/perso/
So each user can add their own presets configuration there.
Another improvement would be the possibility to add different preset files:
etc
What do you think about this, @renanfranca ?
The text was updated successfully, but these errors were encountered: