- 19 May, 2017 1 commit
-
-
Ian Hickson authored
-
- 15 May, 2017 2 commits
-
-
Alexandre Ardhuin authored
* try use_to_and_as_if_applicable lint * address review comments
-
Alexandre Ardhuin authored
-
- 13 May, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 12 May, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 11 May, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 10 May, 2017 3 commits
-
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
* enable always_require_non_null_named_parameters lint * Update home.dart
-
Alexandre Ardhuin authored
-
- 22 Apr, 2017 1 commit
-
-
Alexandre Ardhuin authored
* enable lint overridden_fields * address review comment
-
- 21 Apr, 2017 2 commits
-
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
-
- 20 Apr, 2017 2 commits
-
-
Alexandre Ardhuin authored
* comprehensive list of lints * add comments to commented out lint * fix unnecessary_this lints * exclude prefer_final_fields
-
Kasper Lund authored
-
- 08 Apr, 2017 1 commit
-
-
Alexandre Ardhuin authored
* upgrade to linter-0.1.30 * add prefer_is_empty lint * add directives_ordering lint * add no_adjacent_strings_in_list lint * add no_duplicate_case_values lint * add prefer_collection_literals lint * add prefer_const_constructors lint * add prefer_contains lint * add prefer_initializing_formals lint * add unnecessary_null_aware_assignments lint * add unnecessary_null_in_if_null_operators lint
-
- 05 Apr, 2017 1 commit
-
-
Ian Hickson authored
This yak shave went as follows: Fix https://github.com/flutter/flutter/issues/8795 by adding stocks to the examples README. Notice the layers entry in that README isn't quite right either. Update that. Check the layers/README file is worth pointing at. Update the layers/README. Let's run some of the layer tests to see if they still work. Oops, need to update them to gradle. Ok let's try running them again. Oops, sector is broken. Add a test for sector. Fix sector. Find you need to add an assert to a const constructor. Notice we need to turn const asserts on for the analyzer. Notice the analysis_options files are out of sync with each other and with the full list of lints. Turn on the lints that should be on. Fix the bugs that finds.
-
- 17 Mar, 2017 1 commit
-
-
Phil Quitslund authored
Fixes: #8783
-
- 16 Mar, 2017 1 commit
-
-
Phil Quitslund authored
Fixes: https://github.com/flutter/flutter-intellij/issues/808
-
- 04 Mar, 2017 1 commit
-
-
Chris Bracken authored
-
- 13 Feb, 2017 2 commits
-
-
Phil Quitslund authored
Fixes: #8087.
-
Dan Rubel authored
* move flutter user analysis options file * add comments referencing each of the analysis options files
-
- 23 Jan, 2017 2 commits
-
-
Ian Hickson authored
...now that we have generic methods, their types need to be specified too.
-
Ian Hickson authored
See https://github.com/dart-lang/sdk/issues/28463, which I think is a regression. This also fixes the regression introduced by https://codereview.chromium.org/2559773002 whereby we were no longer checking any of the lints.
-
- 13 Jan, 2017 1 commit
-
-
Adam Barth authored
That test intentionally has analysis errors to check how the tools react to that situation.
-
- 15 Dec, 2016 1 commit
-
-
John McCutchan authored
- [x] Introduce DependencyChecker which can determine if any dependencies have been modified. - [x] Move the DartDependencyBuilder into a separate file. - [x] Add unit tests for DartDependencyBuilder. - [x] Add unit tets for DependencyChecker Part of #7014
-
- 22 Nov, 2016 1 commit
-
-
Devon Carew authored
-
- 07 Nov, 2016 1 commit
-
-
Devon Carew authored
-
- 07 Oct, 2016 1 commit
-
-
Adam Barth authored
This patch adds `@checked` everywhere is needed to remove the `strong_mode_invalid_method_override` strong mode error.
-
- 15 Sep, 2016 1 commit
-
-
Dan Rubel authored
This moves all of the various .analysis_options* files to the flutter repo root so that it's easier to * remember to keep them all in sync, and * easily refer customers to them
-
- 12 Sep, 2016 1 commit
-
-
Dan Rubel authored
fixes https://github.com/flutter/flutter/issues/5788
-
- 09 Sep, 2016 2 commits
-
-
Dan Rubel authored
This adds and enables a raft of new analysis options for the flutter repository, many of which are commented out until we clean up our code and/or address any linter false positives.
-
Dan Rubel authored
This aligns the comments and fixes some misspellings in the three related analysis options files. There will be a follow on PR with more controversial changes to the repo level analysis options.
-
- 08 Sep, 2016 1 commit
-
-
Dan Rubel authored
This updates the flutter analyze command to use the .analysis_options_flutter_analyze in the repo root when either the --flutter-repo flag is supplied or the sources being analyzed reside in the flutter repo.
-
- 19 Aug, 2016 1 commit
-
-
Devon Carew authored
-
- 20 May, 2016 1 commit
-
-
Ian Hickson authored
-
- 05 May, 2016 1 commit
-
-
krisgiesing authored
* Move global analysis options file to the repo root Also restore the analysis options file for stocks example, since the global options trigger warnings on generated intl files. * Remove obsolete analysis options file for Material Gallery example
-
- 04 May, 2016 1 commit
-
-
krisgiesing authored
This aligns the analysis options used by 'flutter analyze' with the options used by Atom.
-
- 28 Apr, 2016 1 commit
-
-
Adam Barth authored
Related to #3608
-
- 11 Apr, 2016 1 commit
-
-
pq authored
As per https://github.com/dart-lang/sdk/issues/25723, moves last command-line flag to `.analysis_options`.
-
- 08 Apr, 2016 1 commit
-
-
Devon Carew authored
-