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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user