提交 f7909035 编写于 作者: A Adam Barth

Merge pull request #2553 from abarth/remove_type_lint

Remove one type-related lint
......@@ -27,7 +27,7 @@ linter:
rules:
- avoid_empty_else
- always_declare_return_types
- always_specify_types
# - always_specify_types # We currently whitelist some type omissions.
- annotate_overrides
# - avoid_as # https://github.com/dart-lang/linter/issues/195
- avoid_init_to_null
......@@ -50,7 +50,7 @@ linter:
- sort_constructors_first
- sort_unnamed_constructors_first
- super_goes_last
- type_annotate_public_apis # subset of always_specify_types
# - type_annotate_public_apis # subset of always_specify_types
- type_init_formals
- unnecessary_brace_in_string_interp
- unnecessary_getters_setters
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册