lib/src/rules/flutter_style_todos.dart (3 lines): - line 11: const _desc = r'Use Flutter TODO format: ' - line 16: **DO** Use Flutter TODO format. - line 20: > TODOs should include the string TODO in all caps, followed by the GitHub username of the person with the best context about the problem referenced by the TODO in parenthesis. A TODO is not a commitment that the person referenced will fix the problem, it is intended to be the person with enough context to explain the problem. Thus, when you create a TODO, it is almost always your username that is given. lib/src/formatter.dart (2 lines): - line 117: // TODO: Shame timings slower than 100ms? - line 118: // TODO: Present both total times and time per count? tool/canonical/scorecard.dart (2 lines): - line 103: footer.writeln('\n\nTODO: add bulk fixes for'); - line 110: footer.writeln('\n\nTODO: add fixes for'); lib/src/util/tested_expressions.dart (1 line): - line 124: /// TODO: A truly smart implementation would detect lib/src/ast.dart (1 line): - line 131: // TODO: move into WorkspacePackage lib/src/util/leak_detector_visitor.dart (1 line): - line 74: // TODO: Should there be another lint more relaxed that omits this step? tool/rule.dart (1 line): - line 153: // TODO: implement