1. 19 May, 2017 1 commit
  2. 15 May, 2017 2 commits
  3. 13 May, 2017 1 commit
  4. 12 May, 2017 1 commit
  5. 11 May, 2017 1 commit
  6. 10 May, 2017 3 commits
  7. 22 Apr, 2017 1 commit
  8. 21 Apr, 2017 2 commits
  9. 20 Apr, 2017 2 commits
  10. 08 Apr, 2017 1 commit
    • Alexandre Ardhuin's avatar
      upgrade to linter-0.1.30 (#9297) · 610955f8
      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
      610955f8
  11. 05 Apr, 2017 1 commit
    • Ian Hickson's avatar
      Update the examples/ README and associated fixes. (#9090) · a52c7b47
      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.
      a52c7b47
  12. 17 Mar, 2017 1 commit
  13. 16 Mar, 2017 1 commit
  14. 04 Mar, 2017 1 commit
  15. 13 Feb, 2017 2 commits
  16. 23 Jan, 2017 2 commits
  17. 13 Jan, 2017 1 commit
  18. 15 Dec, 2016 1 commit
    • John McCutchan's avatar
      DependencyChecker with tests (#7268) · 2546259a
      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 
      2546259a
  19. 22 Nov, 2016 1 commit
  20. 07 Nov, 2016 1 commit
  21. 07 Oct, 2016 1 commit
    • Adam Barth's avatar
      Deploy `@checked` (#6244) · 2c21d795
      Adam Barth authored
      This patch adds `@checked` everywhere is needed to remove the
      `strong_mode_invalid_method_override` strong mode error.
      2c21d795
  22. 15 Sep, 2016 1 commit
    • Dan Rubel's avatar
      move all analysis options to repo root (#5882) · cc1755aa
      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
      cc1755aa
  23. 12 Sep, 2016 1 commit
  24. 09 Sep, 2016 2 commits
    • Dan Rubel's avatar
      new flutter repo level analysis options (#5786) · 7cf47ca4
      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.
      7cf47ca4
    • Dan Rubel's avatar
      update analysis option comments (#5785) · 5784385a
      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.
      5784385a
  25. 08 Sep, 2016 1 commit
    • Dan Rubel's avatar
      flutter analyze repo analysis options (#5707) · 3ed3390d
      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.
      3ed3390d
  26. 19 Aug, 2016 1 commit
  27. 20 May, 2016 1 commit
  28. 05 May, 2016 1 commit
    • krisgiesing's avatar
      Move global analysis options file to the repo root (#3750) · 01978d98
      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
      01978d98
  29. 04 May, 2016 1 commit
  30. 28 Apr, 2016 1 commit
  31. 11 Apr, 2016 1 commit
  32. 08 Apr, 2016 1 commit