Merge pull request #3955 from pq/type_annotate_public_apis_off
Remove redundant type annotation lint.
This commit is contained in:
commit
04cdf71add
@ -50,7 +50,6 @@ linter:
|
|||||||
- sort_constructors_first
|
- sort_constructors_first
|
||||||
- sort_unnamed_constructors_first
|
- sort_unnamed_constructors_first
|
||||||
- super_goes_last
|
- super_goes_last
|
||||||
- type_annotate_public_apis # subset of always_specify_types
|
|
||||||
- type_init_formals
|
- type_init_formals
|
||||||
- unnecessary_brace_in_string_interp
|
- unnecessary_brace_in_string_interp
|
||||||
- unnecessary_getters_setters
|
- unnecessary_getters_setters
|
||||||
|
Loading…
x
Reference in New Issue
Block a user