-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
feat(analyser): add config builder to extend the analyser config #730
feat(analyser): add config builder to extend the analyser config #730
Conversation
* feat(decoratormanager) add validate method Signed-off-by: Ertugrul Karademir <[email protected]>
Signed-off-by: Ertugrul Karademir <[email protected]>
* feat(map): add property based flag Signed-off-by: Jonathan Casey <[email protected]> * fix typo Signed-off-by: Jonathan Casey <[email protected]> --------- Signed-off-by: Jonathan Casey <[email protected]> Signed-off-by: Ertugrul Karademir <[email protected]>
* feat(map): add jsdoc for enableMapType option Signed-off-by: Jonathan Casey <[email protected]> * chore(*): update changelog Signed-off-by: Jonathan Casey <[email protected]> --------- Signed-off-by: Jonathan Casey <[email protected]> Signed-off-by: Ertugrul Karademir <[email protected]>
Signed-off-by: Ertugrul Karademir <[email protected]>
Signed-off-by: Ertugrul Karademir <[email protected]>
6e98c14
to
200acfc
Compare
Signed-off-by: Ertugrul Karademir <[email protected]>
Signed-off-by: Ertugrul Karademir <[email protected]>
Signed-off-by: Ertugrul Karademir <[email protected]>
Signed-off-by: Ertugrul Karademir <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A well designed extension, thanks @ekarademir!
Do you understand why we have the linting/whitespace changes? Is there a build step that we should be automating, or are these changes made by your editor's configuration?
What generated those differences was to run the |
Nice work @ekarademir |
d536e59
to
8441a77
Compare
Signed-off-by: Ertugrul Karademir <[email protected]>
Signed-off-by: Ertugrul Karademir <[email protected]>
8441a77
to
f562818
Compare
Closes #720
Adds a builder to create a
CompareConfig
that can be used for creatingCompare
class.Changes
CompareConfigBuilder
class that starts from an empty configuration and able to build up configuration as we go.build
method to get the resulting configuration.Flags
Screenshots or Video
Related Issues
Author Checklist
--signoff
option of git commit.main
fromfork:branchname