| commit | 7500d6225f0e7715e313f93cadf52b22fe09a923 | [log] [tgz] |
|---|---|---|
| author | Nate Bosch <nbosch1@gmail.com> | Mon Apr 13 12:02:36 2020 -0700 |
| committer | GitHub <noreply@github.com> | Mon Apr 13 12:02:36 2020 -0700 |
| tree | 62db3d176ab4272b14d45183ae2d1462ee4317d4 | |
| parent | 6e7c07478bd039aabd8e2696a0b50ea7146d2e3e [diff] |
Enable and fix package:pedantic lints (dart-lang/stack_trace#62) - always_declare_return_types - annotate_overrides - prefer_conditional_assignment - prefer_if_null_operators - prefer_single_quotes - unnecessary_this - use_function_type_syntax_for_parameters Remove local lint config which duplicates enabled rules. Ignore `prefer_spread_collections` for now. We should publish once more before bumping the min SDK.