Turn on WARNING for compilation on visibility and other compiler options.

This commit is contained in:
Petr Pridal
2012-06-20 11:39:28 +02:00
parent e0d444551c
commit 638a3b104e
+12 -11
View File
@@ -15,17 +15,18 @@
"level": "VERBOSE", "level": "VERBOSE",
"checks": { "checks": {
// "accessControls": "ERROR", // acceptable values are "ERROR", "WARNING", and "OFF"
// "visibility": "ERROR" "accessControls": "WARNING",
// "checkTypes": "ERROR", "visibility": "WARNING",
// "checkRegExp": "ERROR", "checkTypes": "WARNING",
// "checkVars": "ERROR", "checkRegExp": "WARNING",
// "deprecated": "ERROR", "checkVars": "WARNING",
// "fileoverviewTags": "ERROR", "deprecated": "WARNING",
// "invalidCasts": "ERROR", "fileoverviewTags": "WARNING",
// "missingProperties": "ERROR", "invalidCasts": "WARNING",
// "nonStandardJsDocs": "ERROR", "missingProperties": "WARNING",
// "undefinedVars": "ERROR" "nonStandardJsDocs": "WARNING",
"undefinedVars": "WARNING"
}, },
"jsdoc-html-output-path": "jsdoc" "jsdoc-html-output-path": "jsdoc"