1. 20 May, 2016 1 commit
  2. 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
  3. 04 May, 2016 1 commit
  4. 28 Apr, 2016 1 commit
  5. 11 Apr, 2016 1 commit
  6. 08 Apr, 2016 1 commit
  7. 04 Apr, 2016 1 commit
  8. 14 Mar, 2016 4 commits
  9. 12 Mar, 2016 2 commits
  10. 11 Mar, 2016 3 commits
    • 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
    • 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
    • Hixie's avatar
      Remove the _EquationMember.hashCode override · 1d035228
      Hixie authored
      Since we removed our operator== overload, we can now allow people to put
      these in collections again.
      
      Also, turn on two more analyzer lints: avoid_empty_else and hash_and_equals.
      1d035228
  11. 10 Mar, 2016 1 commit