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

Unified Diff: pkg/polymer/lib/src/build/build_filter.dart

Issue 112843004: Add linter by default for polymer's pub-build, also cleans up the linter code. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years 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
Index: pkg/polymer/lib/src/build/build_filter.dart
diff --git a/pkg/polymer/lib/src/build/build_filter.dart b/pkg/polymer/lib/src/build/build_filter.dart
index 9bc8bd4fe0a7fbb14b4e506fd58b02255916cb55..fb62ca72e938fdacacd511073c786519293e7abb 100644
--- a/pkg/polymer/lib/src/build/build_filter.dart
+++ b/pkg/polymer/lib/src/build/build_filter.dart
@@ -44,4 +44,6 @@ class BuildFilter extends Transformer with PolymerTransformer {
}
});
}
+
+ String toString() => 'polymer-build-filter';
Siggi Cherem (dart-lang) 2013/12/12 03:14:55 this is used by pub-build to indicate which transf
Jennifer Messerly 2013/12/12 03:32:55 nice! My only question: should this just be '$run
Siggi Cherem (dart-lang) 2013/12/12 17:57:27 haha - that's the default behavior from pub if you
}

Powered by Google App Engine
This is Rietveld 408576698