- 20 Sep, 2023 1 commit
-
-
Michael Goderbauer authored
Avoids that dynamic accidentally sneaks in, see https://dart.dev/tools/analysis#enabling-additional-type-checks
-
- 23 Aug, 2023 1 commit
-
-
Michael Goderbauer authored
Blocking issue (https://github.com/dart-lang/linter/issues/453) for this lint has been resolved.
-
- 26 Jul, 2023 3 commits
-
-
Ian Hickson authored
This primarily implements DecorationImage.lerp(). It also makes some minor tweaks, the main one of which is defering to dart:ui for `clampDouble` instead of duplicating it in package:foundation. Fixes https://github.com/flutter/flutter/issues/12452 This was first landed in https://github.com/flutter/flutter/pull/130533 and reverted in https://github.com/flutter/flutter/pull/131347.
-
Ian Hickson authored
Reverts flutter/flutter#130533 Tree breakage.
-
Ian Hickson authored
This primarily implements DecorationImage.lerp(). It also makes some minor tweaks, the main one of which is defering to dart:ui for `clampDouble` instead of duplicating it in package:foundation. Fixes https://github.com/flutter/flutter/issues/12452
-
- 06 Jul, 2023 1 commit
-
-
Michael Goderbauer authored
PLUS: clean-up of all the unreachable stuff.
-
- 01 Jul, 2023 1 commit
-
-
Michael Goderbauer authored
Wildcard parameters and local variables (e.g. underscore-only names like _, __, ___, etc.) will become non-binding in a future version of the Dart language. Any existing code that uses wildcard parameters or variables will break. In anticipation of this change, and to make adoption easier, this lint disallows wildcard and variable parameter uses. We had no violations of this in the framework. Let's keep it that way!
-
- 28 Jun, 2023 1 commit
-
-
Parker Lougheed authored
Contributes to https://github.com/dart-lang/linter/issues/4460 and https://github.com/dart-lang/site-www/issues/4499
-
- 02 Jun, 2023 1 commit
-
-
Michael Goderbauer authored
Syncs our lints with https://github.com/dart-lang/linter/blob/master/example/all.yaml: * removed the deprecated `iterable_contains_unrelated_type` and `list_remove_unrelated_type` lints (their replacement `collection_methods_unrelated_type` was already enabled for us) * enabled the new `no_self_assignments` and fixed one issue triggered by the lint.
-
- 16 May, 2023 1 commit
-
-
Michael Goderbauer authored
-
- 11 May, 2023 1 commit
-
-
Michael Goderbauer authored
Sync lints with https://github.com/dart-lang/linter/blob/master/example/all.yaml and enable `implicit_reopen` and `type_literal_in_constant_pattern` (which have no violations). Also contains some clean-up work towards enabling `matching_super_parameters`, which is not quite ready yet due to its handling of "private" arguments.
-
- 26 Apr, 2023 1 commit
-
-
Michael Goderbauer authored
Per discusion in https://github.com/flutter/flutter/pull/125061.
-
- 23 Mar, 2023 1 commit
-
-
Michael Goderbauer authored
-
- 22 Mar, 2023 1 commit
-
-
Michael Goderbauer authored
Remove 1745 decorative breaks
-
- 21 Mar, 2023 1 commit
-
-
Michael Goderbauer authored
Enable prefer_mixin
-
- 09 Mar, 2023 1 commit
-
-
Michael Goderbauer authored
Enable invalid_case_patterns lint
-
- 23 Feb, 2023 1 commit
-
-
Lioness100 authored
* Fix typos * lowercase animated & opacity * Undo typo fix --------- Co-authored-by: Michael Goderbauer <goderbauer@google.com>
-
- 13 Feb, 2023 1 commit
-
-
Taha Tesser authored
* Remove `prefer_equal_for_default_values` lint rule * Remove prefer_equal_for_default_values line
-
- 07 Feb, 2023 1 commit
-
-
Sam Rawlins authored
* Remove unreachable_from_main linter rule * Comment out * Update analysis_options.yaml --------- Co-authored-by: Michael Goderbauer <goderbauer@google.com>
-
- 24 Jan, 2023 1 commit
-
-
Michael Goderbauer authored
* Enable unnecessary_null_comparison outside of packages * fix snippet * enable for all
-
- 21 Dec, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 20 Dec, 2022 4 commits
-
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
Michael Goderbauer authored
* Enable lint * note about discarded_futures * note about use_decorated_box * update note on require_trailing_commas
-
- 01 Aug, 2022 2 commits
-
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
- 29 Jul, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 28 Jul, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 18 Jul, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 02 Jun, 2022 1 commit
-
-
Pierre-Louis authored
-
- 14 Apr, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 08 Apr, 2022 2 commits
-
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
- 27 Mar, 2022 1 commit
-
-
Zachary Anderson authored
-
- 22 Feb, 2022 1 commit
-
-
Tomasz Gucio authored
-
- 21 Jan, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 20 Jan, 2022 1 commit
-
-
Sam Rawlins authored
-
- 13 Jan, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 12 Jan, 2022 1 commit
-
-
Michael Goderbauer authored
-