1. 24 Mar, 2016 1 commit
  2. 21 Mar, 2016 2 commits
  3. 18 Mar, 2016 1 commit
  4. 14 Mar, 2016 3 commits
  5. 12 Mar, 2016 4 commits
  6. 11 Mar, 2016 6 commits
    • Devon Carew's avatar
      29df9f55
    • pq's avatar
      Migrate flutter analyze config to options. · 0aa07baf
      pq authored
      More groundwork to get `analyze` and IDE output to agree.
      
      See: https://github.com/dart-lang/sdk/issues/25723
      0aa07baf
    • pq's avatar
      Re-added conflictingNamesPattern. · a2dac85f
      pq authored
      a2dac85f
    • Devon Carew's avatar
      regenerate the i18n files · 94157c91
      Devon Carew authored
      94157c91
    • pq's avatar
      Analyze command cleanup. · aedef513
      pq authored
      Removing some special-casing in pursuit of aligning `flutter analyze` output with that provided by server/IDEs.  Specifically:
        * strong-hints (stale, no longer supported)
        * "analyzer says" comment handling in favor of `//ignore`s
        * `conflictingNamePattern` --- no longer needed
      
      Next up some of the error filter regexps...
      aedef513
    • Ian Hickson's avatar
      Enable ALL THE LINTS · 1b9cd520
      Ian Hickson authored
      Well, all the easy ones, anyway.
      
      For some reason `// ignore:` isn't working for me so I've disabled
      lints that need that. Also disabled those that require a ton of work
      (which I'm doing, but not in this PR, to keep it reviewable).
      
      This adds:
      - avoid_init_to_null
      - library_names
      - package_api_docs
      - package_names
      - package_prefixed_library_names
      - prefer_is_not_empty
      - sort_constructors_first
      - sort_unnamed_constructors_first
      - unnecessary_getters_setters
      1b9cd520
  7. 10 Mar, 2016 4 commits
  8. 09 Mar, 2016 1 commit
  9. 07 Mar, 2016 1 commit
  10. 04 Mar, 2016 1 commit
  11. 03 Mar, 2016 1 commit
  12. 01 Mar, 2016 1 commit
  13. 27 Feb, 2016 1 commit
  14. 26 Feb, 2016 2 commits
  15. 25 Feb, 2016 2 commits
    • pq's avatar
      Ignore errors via analysis options. · fdb2819e
      pq authored
      Migrates error suppression from regexps to analysis options.
      * Ignore TODOs.
      * Ignore strong mode field and method overrides (see `InvalidFieldOverride` and `InvalidMethodOverride` in `strong/info.dart`.
      * Remove stale regexp to capture refs to dead `dart:ui_internals` URI.
      * Remove stale regexp to capture dead strong mode "will need runtime check to cast to type" error (https://github.com/dart-lang/sdk/issues/24542).
      
      5 regexp downs, another small handful (~4) to go! :)
      fdb2819e
    • pq's avatar
      Ignore errors via analysis options. · 74c1f29e
      pq authored
      Migrates error suppression from regexps to analysis options.
      * Ignore TODOs.
      * Ignore strong mode field and method overrides (see `InvalidFieldOverride` and `InvalidMethodOverride` in `strong/info.dart`.
      * Remove stale regexp to capture refs to dead `dart:ui_internals` URI.
      * Remove stale regexp to capture dead strong mode "will need runtime check to cast to type" error (https://github.com/dart-lang/sdk/issues/24542).
      
      5 regexp downs, another small handful (~4) to go! :)
      74c1f29e
  16. 23 Feb, 2016 1 commit
  17. 22 Feb, 2016 1 commit
  18. 17 Feb, 2016 1 commit
  19. 10 Feb, 2016 1 commit
  20. 09 Feb, 2016 1 commit
  21. 31 Jan, 2016 1 commit
  22. 28 Jan, 2016 1 commit
  23. 24 Jan, 2016 1 commit
  24. 16 Jan, 2016 1 commit