Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upProvide more clear explanation for message at the end of PLT generation #345
Comments
|
See the discussion in #224. I'm kind of leaning to your point of view now though; this message is probably a distraction in most cases. It is there so that if you have an ignore file with the wrong name, you get a clue what the problem is. I'm not sure if there is another way we could help solve that, or maybe we could just make the message sound less like a problem? |
|
@jeremyjh I believe that if the user did not provide Document what is the default value of Also, better than the current message, is to present the user with the value being used for the Both of these should be more than enough. |
Environment
Current behavior
The message at the end of this
is not sufficiently clear to the developer seeing it for the first time. What should the developer do?
Expected behavior
It seems that either Dialyxir should provide a default value for the
:ignore_warningsoption, or the developer should not be bothered with this message, which should then be cleared.But if something must be done, please tell what must be done.