From 878373ab305f14772217deff7b2d8647edfcbf95 Mon Sep 17 00:00:00 2001 From: Pedro Pombeiro Date: Wed, 20 Jun 2018 18:13:10 +0200 Subject: [PATCH] Enable `typecheck` to catch syntax errors on files which are not normally compiled https://travis-ci.org/status-im/status-go/jobs/393987750#L544 --- .golangci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.golangci.yml b/.golangci.yml index b995fb7c4..f4839517b 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -58,6 +58,7 @@ linters: - megacheck #- misspell - structcheck + - typecheck - unconvert - varcheck fast: false