• pq's avatar
    Remove redundant type annotation lint. · 464ccdfc
    pq authored
    SInce this is a subset of `always_specify_types` I think we can safely remove it.
    
    In practice, if you violate you get doubly nagged:
    ```
    [lint] Type annotate public APIs. (packages/flutter_tools/lib/src/dart/runner.dart, line 5, col 1)
    [lint] Declare method return types. (packages/flutter_tools/lib/src/dart/runner.dart, line 5, col 1)
    ```
    
    One warning is probably enough to get the message across? ;)
    464ccdfc
Name
Last commit
Last update
..
bin Loading commit data...
lib Loading commit data...
schema Loading commit data...
templates Loading commit data...
test Loading commit data...
tool Loading commit data...
README.md Loading commit data...
flutter_analysis_options Loading commit data...
pubspec.yaml Loading commit data...