Activate lint typecheck

This commit is contained in:
Jeffrey Regan
2019-11-18 06:53:38 -08:00
parent 562aaadf2c
commit 362454413a
5 changed files with 7 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ linters:
# stylecheck demands that acronyms not be treated as words
# in camelCase, so JsonOp become JSONOp, etc. Yuck.
# - stylecheck
# - typecheck (fails in lots of places)
- typecheck
- unconvert
- unused
- unparam