staticcheck (#313)
* CI: use staticcheck for linting This commit switches the linter for Go code from golint to staticcheck. Golint has been deprecated since last year and staticcheck is a recommended replacement. Signed-off-by: Lucas Servén Marín <lserven@gmail.com> * revendor Signed-off-by: Lucas Servén Marín <lserven@gmail.com> * cmd,pkg: fix lint warnings Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
This commit is contained in:
committed by
GitHub
parent
93f46e03ea
commit
50fbc2eec2
10
vendor/honnef.co/go/tools/lintcmd/cache/UPSTREAM
vendored
Normal file
10
vendor/honnef.co/go/tools/lintcmd/cache/UPSTREAM
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
This package is a copy of cmd/go/internal/cache.
|
||||
|
||||
Differences from upstream:
|
||||
- we continue to use renameio instead of lockedfile for writing trim.txt
|
||||
- we still use I/O helpers that work with earlier versions of Go.
|
||||
- we use a cache directory specific to Staticcheck
|
||||
- we use a Staticcheck-specific salt
|
||||
|
||||
The last upstream commit we've looked at was:
|
||||
06ac303f6a14b133254f757e54599c48e3c2a4ad
|
Reference in New Issue
Block a user