Audit TODO syntax (#20837)

Fixes the pattern for some TODOs to match our style guide.

(Also, a couple of minor code order fixes.)
This commit is contained in:
Ian Hickson
2018-08-21 14:02:11 -07:00
committed by GitHub
parent adafaee0e3
commit b7261586e5
22 changed files with 38 additions and 41 deletions

View File

@@ -26,7 +26,7 @@ analyzer:
errors:
# treat missing required parameters as a warning (not a hint)
missing_required_param: warning
# TODO: https://github.com/flutter/flutter/issues/20114
# TODO(devoncarew): https://github.com/flutter/flutter/issues/20114
# treat missing returns as a warning (not a hint)
missing_return: ignore
# allow having TODOs in the code