• 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
Name
Last commit
Last update
..
.gitignore Loading commit data...
card_collection.dart Loading commit data...
drag_and_drop.dart Loading commit data...
mozart.dart Loading commit data...
overlay_geometry.dart Loading commit data...
pageable_list.dart Loading commit data...
pubspec.yaml Loading commit data...
raw_keyboard.dart Loading commit data...