• 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...
dev Loading commit data...
examples Loading commit data...
infra Loading commit data...
packages Loading commit data...
travis Loading commit data...
.analysis_options Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...