Unverified Commit 1fef5912 authored by Phil Quitslund's avatar Phil Quitslund Committed by GitHub

disable pub lints (#66522)

* disable pub lints

* + comments
parent 4fad739b
...@@ -129,7 +129,7 @@ linter: ...@@ -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: ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment