-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Lint tests by default #36
Labels
enhancement
New feature or improvement
Comments
golangci
pushed a commit
that referenced
this issue
Jun 2, 2018
golangci
pushed a commit
that referenced
this issue
Jun 2, 2018
golangci
pushed a commit
that referenced
this issue
Jun 2, 2018
Hello, thank you for the issue! I've enabled tests linting by default in #59 |
golangci
pushed a commit
that referenced
this issue
Jun 2, 2018
Nice. Thanks, @jirfag! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think we shouldn't treat testing code as a second class citizen. In my opinion this sends a wrong message that somehow its not as important for test code to be clean as for non-test code. I think we should set
--tests
totrue
by default.The text was updated successfully, but these errors were encountered: