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

View file

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