Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Configure golangci-lint to skip some linters #75

Merged
merged 1 commit into from
Oct 16, 2020

Conversation

u5surf
Copy link
Contributor

@u5surf u5surf commented Oct 16, 2020

Skip funlen, bodyclose, gosec in the test files.
Also, removed //nolinter annotations.

Fixes #72

Skip `funlen`, `bodyclose`, `gosec` in the test files.
Also, removed `//nolinter` annotations.
@orlangure
Copy link
Owner

Thank you @u5surf!
Well done😼

@orlangure orlangure merged commit e18ebe5 into orlangure:master Oct 16, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configure golangci-lint to skip some linters in test files
2 participants