@@ -298,6 +298,7 @@ class AnalyzeCommand extends FlutterCommand {
newRegExp(r'\[lint\] Prefer using lowerCamelCase for constant names.'),// sometimes we have no choice (e.g. when matching other platforms)
newRegExp(r'\[lint\] Avoid defining a one-member abstract class when a simple function will do.'),// too many false-positives; code review should catch real instances
newRegExp(r'\[info\] TODO.+'),
newRegExp('\\[warning\\] Missing concrete implementation of \'RenderObject\\.applyPaintTransform\''),// https://github.com/dart-lang/sdk/issues/25232