Turn on WARNING for compilation on visibility and other compiler options.
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user