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

Unified Diff: pkg/analysis_server/lib/src/generated_protocol.dart

Issue 846493002: Lint error type for server. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 11 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: pkg/analysis_server/lib/src/generated_protocol.dart
===================================================================
--- pkg/analysis_server/lib/src/generated_protocol.dart (revision 42700)
+++ pkg/analysis_server/lib/src/generated_protocol.dart (working copy)
@@ -5351,6 +5351,8 @@
static const HINT = const AnalysisErrorType._("HINT");
+ static const LINT = const AnalysisErrorType._("LINT");
+
static const POLYMER = const AnalysisErrorType._("POLYMER");
static const STATIC_TYPE_WARNING = const AnalysisErrorType._("STATIC_TYPE_WARNING");
@@ -5375,6 +5377,8 @@
return COMPILE_TIME_ERROR;
case "HINT":
return HINT;
+ case "LINT":
+ return LINT;
case "POLYMER":
return POLYMER;
case "STATIC_TYPE_WARNING":
« 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