Try working around staticcheck issues

by not running staticcheck. meh.

Signed-off-by: Matthias Rampke <mr@soundcloud.com>
This commit is contained in:
Matthias Rampke 2018-12-20 17:31:40 +00:00
parent 15e0f4c963
commit d712534c13
No known key found for this signature in database
GPG key ID: 2CDE413A9BD0A5BC

View file

@ -11,6 +11,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# by being first, this takes over plain `make`. It cuts out `staticcheck`
# because in the circleci/golang:1.11 image it chokes on the go module cache.
default: precheck style staticcheck unused build test
include Makefile.common
STATICCHECK_IGNORE = \