golang / dep

Go dependency management tool experiment (deprecated)
https://golang.github.io/dep/
BSD 3-Clause "New" or "Revised" License
12.86k stars 1.05k forks source link

hack,internal: fix staticcheck #2179

Closed kevinburke closed 5 years ago

kevinburke commented 5 years ago

The most recent version of staticcheck drops the "--ignore" flag in favor of inline ignore directives, so we need to use those or fix on the older version.

Good news is two of our ignore directives are now no longer needed.

Updates dominikh/go-tools#514. Updates dominikh/go-tools#515. Fixes #2178.