Turn on WARNING for compilation on visibility and other compiler options.
This commit is contained in:
23
main.json
23
main.json
@@ -15,17 +15,18 @@
|
||||
"level": "VERBOSE",
|
||||
|
||||
"checks": {
|
||||
// "accessControls": "ERROR",
|
||||
// "visibility": "ERROR"
|
||||
// "checkTypes": "ERROR",
|
||||
// "checkRegExp": "ERROR",
|
||||
// "checkVars": "ERROR",
|
||||
// "deprecated": "ERROR",
|
||||
// "fileoverviewTags": "ERROR",
|
||||
// "invalidCasts": "ERROR",
|
||||
// "missingProperties": "ERROR",
|
||||
// "nonStandardJsDocs": "ERROR",
|
||||
// "undefinedVars": "ERROR"
|
||||
// acceptable values are "ERROR", "WARNING", and "OFF"
|
||||
"accessControls": "WARNING",
|
||||
"visibility": "WARNING",
|
||||
"checkTypes": "WARNING",
|
||||
"checkRegExp": "WARNING",
|
||||
"checkVars": "WARNING",
|
||||
"deprecated": "WARNING",
|
||||
"fileoverviewTags": "WARNING",
|
||||
"invalidCasts": "WARNING",
|
||||
"missingProperties": "WARNING",
|
||||
"nonStandardJsDocs": "WARNING",
|
||||
"undefinedVars": "WARNING"
|
||||
},
|
||||
|
||||
"jsdoc-html-output-path": "jsdoc"
|
||||
|
||||
Reference in New Issue
Block a user