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:
parent
58a8135a87
commit
878373ab30
|
@ -58,6 +58,7 @@ linters:
|
||||||
- megacheck
|
- megacheck
|
||||||
#- misspell
|
#- misspell
|
||||||
- structcheck
|
- structcheck
|
||||||
|
- typecheck
|
||||||
- unconvert
|
- unconvert
|
||||||
- varcheck
|
- varcheck
|
||||||
fast: false
|
fast: false
|
||||||
|
|
Loading…
Reference in New Issue