Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Fix newly enforced package:pedantic lints #19

Merged
merged 1 commit into from
Dec 18, 2019
Merged

Conversation

natebosch
Copy link
Contributor

  • always_declare_return_types
  • annotate_overrides
  • prefer_conditional_assignment
  • prefer_if_null_operators
  • prefer_single_quotes
  • use_function_type_syntax_for_parameters

Drop unused author field from pubspec.

Simplify dependency on string_scanner since older versions aren't
supported on the Dart 2 SDK and so wouldn't be picked up even with a
wide constraint.

- always_declare_return_types
- annotate_overrides
- prefer_conditional_assignment
- prefer_if_null_operators
- prefer_single_quotes
- use_function_type_syntax_for_parameters

Drop unused author field from pubspec.

Simplify dependency on `string_scanner` since older versions aren't
supported on the Dart 2 SDK and so wouldn't be picked up even with a
wide constraint.
@natebosch natebosch merged commit 55301c0 into master Dec 18, 2019
@natebosch natebosch deleted the new-pedantic-lints branch December 18, 2019 21:52
mosuem pushed a commit to dart-lang/tools that referenced this pull request Oct 18, 2024
…tor#19)

- always_declare_return_types
- annotate_overrides
- prefer_conditional_assignment
- prefer_if_null_operators
- prefer_single_quotes
- use_function_type_syntax_for_parameters

Drop unused author field from pubspec.

Simplify dependency on `string_scanner` since older versions aren't
supported on the Dart 2 SDK and so wouldn't be picked up even with a
wide constraint.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants