Chromium Code Reviews| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/ErrorType.java |
| diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/ErrorType.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/ErrorType.java |
| index 17bd41f74da7858d790dd73e5fad7df2f6126c79..aa408fded5abf1b1f478e00e65b7cf51ec4399ab 100644 |
| --- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/ErrorType.java |
| +++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/ErrorType.java |
| @@ -26,6 +26,12 @@ public enum ErrorType { |
| COMPILE_TIME_ERROR(ErrorSeverity.ERROR), |
| /** |
| + * Bad practices representing situations where the user has deviated from recommended pub |
|
Brian Wilkerson
2013/05/31 15:28:58
nit: Perhaps "Bad practices representing" --> "Sug
danrubel
2013/05/31 19:43:45
Done.
|
| + * programming practices. |
| + */ |
| + PUB_SUGGESTION(ErrorSeverity.SUGGESTION), |
| + |
| + /** |
| * Static warnings are those warnings reported by the static checker. They have no effect on |
| * execution. Static warnings must be provided by Dart compilers used during development. |
| */ |