DEV Community

Discussion on: Setting Up Dev Environment for Golang

Collapse
 
neel229 profile image
Neel Modi

First of all, it is faster than golint.
Second, you can append //nolint to the end of the line for the code you do want to perform linting on.

For more use cases, you can check them out here.
golangci-lint.run/usage/linters/