-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Trailing whitespace in terminal output if no inifile detected #2281
Comments
@fbjorn a PR would be greatly appreciated, thanks! |
agree, nothing wrong with cleaning this up so a PR would be accepted. |
This was referenced Mar 14, 2017
This was referenced Mar 6, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm running pytest inside Sublime Text 3. I have some plugin which highlights all trailing whitespaces found inside the editor.
If no inifile presented, then output of pytest will contain such one, and it will be highlighted:
It's a dead simple fix and I can submit PR on that, but I understand that my usage model is kind of uncommon so the question is if this change is relevant? Does it have any chances of being accepted?
The text was updated successfully, but these errors were encountered: