-
-
Notifications
You must be signed in to change notification settings - Fork 106
Configurable formatter #171
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
Configurable formatter #171
Conversation
4b57cb9
to
1606593
Compare
@flying-sheep I've rebased on main, can you please fix the CI, thanks! |
c1b8977
to
21cd974
Compare
4fdb697
to
3eaf8d6
Compare
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.
The CI is failing.
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.
Requires test, changelog and documentation.
I’ll wait for the test module in #191 to land, that’ll make testing easier. Can you please help with the tests there? |
3e6a36c
to
1606593
Compare
@flying-sheep can you please force push back 3e6a36c, I by mistake overwritten this branch. Thanks 🙏 |
All done! |
fully_qualified=fully_qualified, | ||
simplify_optional_unions=simplify_optional_unions, |
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.
On second thought let's pass in the app.config
argument here as is. That way we'll not have to keep adding arguments in the future.
Signed-off-by: Bernát Gábor <[email protected]>
Fixes #112