-
Notifications
You must be signed in to change notification settings - Fork 517
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
include Sean Cribbs eunit formatter by default #918
Conversation
I'm ok with it, but I don't really have a lot of time to do debugging and maintenance of eunit_formatters. However, I'm happy to add collaborators if someone wants to take over the day-to-day. |
Understandable. I'd be happy to be a collaborator to handle the day-to-day issues if they come up. |
Done! |
+1 million. |
EUnitOpts1 = case proplists:get_value(verbose, Opts, false) of | ||
true -> set_verbose(EUnitOpts); | ||
false -> EUnitOpts | ||
end, |
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.
misaligned case/end, -millions
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.
+1 |
4347c97
to
87d9edc
Compare
include Sean Cribbs eunit formatter by default
Pinging @seancribbs in case he has any warnings about making this a default.
It can be turned off by either the user already having a
report
key in their eunit opts or settingeunit_formatters
tofalse
ineunit_opts
.