From 181a57412642bc033a5bbb3cf4bc8f0f39e69b6b Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Wed, 19 Sep 2012 15:51:29 +0200 Subject: [PATCH] Enable more compiler checks --- base.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/base.json b/base.json index 65ff848e27..ab8f56372a 100644 --- a/base.json +++ b/base.json @@ -4,16 +4,25 @@ "checks": { "accessControls": "ERROR", - "visibility": "ERROR", - "checkTypes": "ERROR", + "ambiguousFunctionDecl": "ERROR", "checkRegExp": "ERROR", + "checkTypes": "ERROR", "checkVars": "ERROR", + "const": "ERROR", + "constantProperty": "ERROR", "deprecated": "ERROR", + "duplicate": "ERROR", + "externsValidation": "ERROR", "fileoverviewTags": "ERROR", + "globalThis": "ERROR", + "internetExplorerChecks": "ERROR", "invalidCasts": "ERROR", "missingProperties": "ERROR", "nonStandardJsDocs": "ERROR", - "undefinedVars": "ERROR" + "strictModuleDepCheck": "ERROR", + "undefinedVars": "ERROR", + "uselessCode": "ERROR", + "visibility": "ERROR" }, "define": {