Switch to using Makefile for lint
This uses gobin in the Makefile for golint. Gobin allows for easier pinning of dependencies that are project specific, as in the actual gobin command invocation you can specify the version.
This commit is contained in:
@@ -23,4 +23,4 @@ issues:
|
||||
- Error return value of .((os\.)?std(out|err)\..*|.*Close|.*Flush|os\.Remove(All)?|.*print(f|ln)?|os\.(Un)?Setenv). is not checked
|
||||
|
||||
# EXC0003 golint: False positive when tests are defined in package 'test'
|
||||
- func name will be used as test\.Test.* by other packages, and that stutters; consider calling this
|
||||
- func name will be used as test\.Test.* by other packages, and that stutters; consider calling this
|
||||
|
||||
Reference in New Issue
Block a user