- Jan 06, 2020
-
-
Nate Bosch authored
- always_declare_return_types - annotate_overrides - curly_braces_in_flow_control_structures - prefer_for_elements_to_map_fromiterable - prefer_if_null_operators - prefer_single_quotes - prefer_spread_collections - unawaited_futures - use_function_type_syntax_for_parameters Rename a method starting with `get` to use a more accurately descriptive verb. Tighten the types on some methods highlighted by the `always_declare_return_types` lint by making them generic instead of returning `dynamic`.
-
- Apr 11, 2019
-
-
Kevin Moore authored
-
- Feb 27, 2019
-
-
Kevin Moore authored
-
- Feb 01, 2019
-
-
Kevin Moore authored
-
- Aug 07, 2018
-
-
Nate Bosch authored
Enable the `unnecessary_new` lint to prevent regressions.
-
- Aug 06, 2018
-
-
Nate Bosch authored
Enabled a bunch of lints which are (hopefully) not controversial and fix existing violations. Most of the fixes are pretty mechanical.
-
- Jul 26, 2018
-
-
Kevin Moore authored
-
- Jul 19, 2017
-
-
Kevin Moore authored
* Fix deprecated uses from cli_util * Move analysis_options to the correct name
-
- Aug 01, 2016
-
-
Natalie Weizenbaum authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//2184303002 .
-