Activate more compiler checks

This commit is contained in:
Tom Payne
2013-04-28 19:41:37 +02:00
parent 936f86568e
commit c78754abba

View File

@@ -6,7 +6,10 @@
"accessControls": "ERROR", "accessControls": "ERROR",
"ambiguousFunctionDecl": "ERROR", "ambiguousFunctionDecl": "ERROR",
"checkDebuggerStatement": "WARNING", "checkDebuggerStatement": "WARNING",
"checkEventfulObjectDisposal": "ERROR",
"checkProvides": "ERROR",
"checkRegExp": "ERROR", "checkRegExp": "ERROR",
"checkStructDictInheritance": "ERROR",
"checkTypes": "ERROR", "checkTypes": "ERROR",
"checkVars": "ERROR", "checkVars": "ERROR",
"const": "ERROR", "const": "ERROR",
@@ -14,20 +17,25 @@
"deprecated": "ERROR", "deprecated": "ERROR",
"duplicate": "ERROR", "duplicate": "ERROR",
"duplicateMessage": "ERROR", "duplicateMessage": "ERROR",
"es3": "ERROR",
"es5Strict": "ERROR", "es5Strict": "ERROR",
"externsValidation": "ERROR", "externsValidation": "ERROR",
"fileoverviewTags": "ERROR", "fileoverviewTags": "ERROR",
"globalThis": "ERROR", "globalThis": "ERROR",
"internetExplorerChecks": "ERROR", "internetExplorerChecks": "ERROR",
"invalidCasts": "ERROR", "invalidCasts": "ERROR",
"misplacedTypeAnnotation": "ERROR",
"missingProperties": "ERROR", "missingProperties": "ERROR",
"nonStandardJsDocs": "ERROR", "nonStandardJsDocs": "ERROR",
"strictModuleDepCheck": "ERROR", "strictModuleDepCheck": "ERROR",
"suspiciousCode": "ERROR",
"typeInvalidation": "ERROR", "typeInvalidation": "ERROR",
"tweakValidation": "ERROR",
"undefinedNames": "ERROR", "undefinedNames": "ERROR",
"undefinedVars": "ERROR", "undefinedVars": "ERROR",
"unknownDefines": "ERROR", "unknownDefines": "ERROR",
"uselessCode": "ERROR", "uselessCode": "ERROR",
"violatedModuleDep": "ERROR",
"visibility": "ERROR" "visibility": "ERROR"
}, },