- 04 Apr, 2016 1 commit
-
-
Ian Hickson authored
* Enable the lint require documentation. * Track how many public Flutter members lack docs * Rename the .analysis_options file This makes Atom happier in the flutter_tools package.
-
- 14 Mar, 2016 4 commits
-
-
Hixie authored
-
Hixie authored
Also, some minor cleanup in activity.dart, though much more is needed (see https://github.com/flutter/flutter/issues/2668).
-
Hixie authored
-
Ian Hickson authored
-
- 12 Mar, 2016 2 commits
- 11 Mar, 2016 3 commits
-
-
pq authored
More groundwork to get `analyze` and IDE output to agree. See: https://github.com/dart-lang/sdk/issues/25723
-
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
-
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.
-
- 10 Mar, 2016 1 commit
-
-
Devon Carew authored
-