Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: catapult_build/js_checks.py

Issue 1679333002: Suppress MISSING_MEMBER_DOCUMENTATION error in jslint (Closed) Base URL: https://github.com/catapult-project/catapult@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: catapult_build/js_checks.py
diff --git a/catapult_build/js_checks.py b/catapult_build/js_checks.py
index 1cc99792cc53d4d9b0d2301f00f7c133d8018caa..fb4eaea41601e861127d376b52c995776d47ab58 100644
--- a/catapult_build/js_checks.py
+++ b/catapult_build/js_checks.py
@@ -120,6 +120,7 @@ class JSChecker(object):
return error.code not in [
errors.JSDOC_ILLEGAL_QUESTION_WITH_PIPE,
errors.MISSING_JSDOC_TAG_THIS,
+ errors.MISSING_MEMBER_DOCUMENTATION,
]
results = []
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698