flutter/packages/flutter_tools
Ian Hickson 1b9cd52081 Enable ALL THE LINTS
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
2016-03-10 23:15:31 -08:00
..
bin Enable always_declare_return_types lint 2016-03-09 17:57:39 -08:00
lib Enable ALL THE LINTS 2016-03-10 23:15:31 -08:00
templates Merge pull request #2328 from devoncarew/no_dashes 2016-03-02 12:36:56 -08:00
test move the analysis_options to a file 2016-03-10 13:47:20 -08:00
tool move the analysis_options to a file 2016-03-10 13:47:20 -08:00
.analysis_options Enable ALL THE LINTS 2016-03-10 23:15:31 -08:00
pubspec.yaml Remove test dependency from package:flutter 2016-03-03 12:26:58 -08:00
README.md Simplify README 2015-11-04 22:24:53 -08:00

Flutter tools

Tools for building Flutter applications.

To run the tests:

  • pub get
  • pub run test