mirror of
https://github.com/flutter/flutter
synced 2024-11-05 18:37:51 +00:00
parent
4fad739bf6
commit
1fef5912cf
1 changed files with 2 additions and 2 deletions
|
@ -129,7 +129,7 @@ linter:
|
||||||
# - only_throw_errors # https://github.com/flutter/flutter/issues/5792
|
# - only_throw_errors # https://github.com/flutter/flutter/issues/5792
|
||||||
- overridden_fields
|
- overridden_fields
|
||||||
- package_api_docs
|
- package_api_docs
|
||||||
- package_names
|
# - package_names # non conforming packages in sdk
|
||||||
- package_prefixed_library_names
|
- package_prefixed_library_names
|
||||||
# - parameter_assignments # we do this commonly
|
# - parameter_assignments # we do this commonly
|
||||||
- prefer_adjacent_string_concatenation
|
- prefer_adjacent_string_concatenation
|
||||||
|
@ -176,7 +176,7 @@ linter:
|
||||||
- slash_for_doc_comments
|
- slash_for_doc_comments
|
||||||
# - sort_child_properties_last # not yet tested
|
# - sort_child_properties_last # not yet tested
|
||||||
- sort_constructors_first
|
- sort_constructors_first
|
||||||
- sort_pub_dependencies
|
# - sort_pub_dependencies # prevents separating pinned transitive dependencies
|
||||||
- sort_unnamed_constructors_first
|
- sort_unnamed_constructors_first
|
||||||
- test_types_in_equals
|
- test_types_in_equals
|
||||||
- throw_in_finally
|
- throw_in_finally
|
||||||
|
|
Loading…
Reference in a new issue