Skip to content
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

We should be using both "error" and "warn" #252

Open
samhstn opened this issue Oct 3, 2016 · 0 comments
Open

We should be using both "error" and "warn" #252

samhstn opened this issue Oct 3, 2016 · 0 comments

Comments

@samhstn
Copy link
Member

samhstn commented Oct 3, 2016

For instance, when I am doing some code rearranging and trying get my code back to a working state, when I run the goodparts executable. I want to ensure that the code is not going to error. I don't want to get "error" messages about 'defined but never used', 'complexity', 'trailing whitespace' or 'missing semis'.

So I have to sift through all the "errors" for what I would consider actual errors like 'not defined' or 'unexpected tokens'

@nelsonic @SimonLab @jrans @eliasCodes Thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant