COMMITS
/ analysis_options.yaml August 1, 2022
M
Enable conditional_uri_does_not_exist (#108652)
Michael Goderbauer committed
M
clean-up analysis_options.yaml (#108747)
Michael Goderbauer committed
July 29, 2022
M
enable avoid_returning_null (#108650)
Michael Goderbauer committed
July 28, 2022
M
Unify analysis options (#108462)
Michael Goderbauer committed
July 18, 2022
A
enable combinators_ordering (#107847)
Alexandre Ardhuin committed
June 2, 2022
P
turn on `curly_braces_in_flow_control_structures` for develop-facing code (#105113)
Pierre-Louis committed
April 14, 2022
M
Enable `use_super_parameters` lint (#101074)
Michael Goderbauer committed
April 8, 2022
M
Enable unnecessary_import (#101600)
Michael Goderbauer committed
M
Enable strict-casts (as replacement for implicit-casts) (#101567)
Michael Goderbauer committed
March 27, 2022
Z
Removes soon to be deprecated analyzer option (#100862)
Zachary Anderson committed
February 22, 2022
T
Enable use_if_null_to_convert_nulls_to_bools lint (#98753)
Tomasz Gucio committed
January 21, 2022
M
Enable no_leading_underscores_for_local_identifiers (#96422)
Michael Goderbauer committed
January 20, 2022
S
Use strict-raw-types analysis instead of no-implicit-dynamic (#96296)
Sam Rawlins committed
January 13, 2022
M
enable unnecessary_late (#96417)
Michael Goderbauer committed
January 12, 2022
M
Enable no_leading_underscores_for_library_prefixes (#96420)
Michael Goderbauer committed
January 7, 2022
M
Sync analysis_options.yaml with all.yaml, enable secure_pubspec_urls (#96299)
Michael Goderbauer committed
December 13, 2021
M
Update comment about prefer_final_parameters (#95215)
Michael Goderbauer committed
October 15, 2021
I
Enable more lints (#91642)
Ian Hickson committed
October 12, 2021
I
Add some more new lints (#91659)
Ian Hickson committed
I
Enable `depend_on_referenced_packages` lint (#91653)
Ian Hickson committed
I
Enable `sort_child_properties_last` lint (#91585)
Ian Hickson committed
October 11, 2021
I
Enable `only_throw_errors` (#91567)
Ian Hickson committed
I
Enable `prefer_relative_imports` and fix files. (#91573)
Ian Hickson committed
I
Enable no_default_cases lint (#91530)
Ian Hickson committed
October 9, 2021
I
Document why some lints aren't enabled and fix some minor issues. (#91527)
Ian Hickson committed
October 8, 2021
I
Enable avoid_redundant_argument_values lint (#91409) (#91462)
Ian Hickson committed
Z
Revert "Enable avoid_redundant_argument_values lint (#91409)" (#91461)
Zachary Anderson committed
I
Enable avoid_redundant_argument_values lint (#91409)
Ian Hickson committed
October 7, 2021
I
Enable `avoid_print` lint. (#91444)
Ian Hickson committed
M
Revert "Enable `avoid_print` lint. (#91332)" (#91438)
Mouad Debbar committed
I
Enable `avoid_print` lint. (#91332)
Ian Hickson committed
October 6, 2021
D
Suppress diagnostics from // HACK comments (#91301)
Danny Tuppeny committed
October 4, 2021
I
Enable `avoid_implementing_value_types` lint (#91078)
Ian Hickson committed
October 1, 2021
I
Enable avoid_setters_without_getters (#91067)
Ian Hickson committed
September 14, 2021
S
Remove and also ignore unnecessary imports (#89796)
Sam Rawlins committed
September 10, 2021
P
master->main deafult branch migration (#89782)
Phil Quitslund committed
June 14, 2021
June 4, 2021
A
enable lint use_test_throws_matchers (#83943)
Alexandre Ardhuin committed
A
enable lint noop_primitive_operations (#83930)
Alexandre Ardhuin committed
June 1, 2021
A
enable lint prefer_interpolation_to_compose_strings (#83407)
Alexandre Ardhuin committed
May 25, 2021
C
Migrate flutter conductor out of dev/tools and into its own directory (#83313)
Christopher Fujino committed
May 19, 2021
H
Enable avoid_escaping_inner_quotes lint (#81153)
Hattomo (TomohiroHattori) committed
May 14, 2021
A
Enable unnecessary_null_checks lint (#82084)
Abhishek Ghaskata committed
May 13, 2021
A
Enable use_named_constants_lint (#82426)
Abhishek Ghaskata committed
May 11, 2021
M
clean-up analysis_options.yaml's across the repository (#81986)
Michael Goderbauer committed
May 10, 2021
M
Enable library_private_types_in_public_api lint (#81578)
Michael Goderbauer committed
May 1, 2021
P
re-enable directives_ordering (#81544)
Phil Quitslund committed
April 27, 2021
P
(temp) disable `sort_directives` (#81220)
Phil Quitslund committed
April 19, 2021
C
[flutter_conductor] Add "start", "status", "clean" commands to conductor release tool (#80528)
Christopher Fujino committed
March 17, 2021
J
Spell check for analysis_options.yaml (#78388)
Jehun Seem(심제훈) committed