Enable `typecheck` to catch syntax errors on files which are not normally compiled

https://travis-ci.org/status-im/status-go/jobs/393987750#L544
This commit is contained in:
Pedro Pombeiro 2018-06-20 18:13:10 +02:00 committed by Pedro Pombeiro
parent 58a8135a87
commit 878373ab30
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ linters:
- megacheck - megacheck
#- misspell #- misspell
- structcheck - structcheck
- typecheck
- unconvert - unconvert
- varcheck - varcheck
fast: false fast: false