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

Commit

Permalink
drop outdated lints (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Dec 4, 2023
1 parent 0b16bd2 commit 6f6d81d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@ analyzer:

linter:
rules:
- avoid_returning_null
- avoid_unused_constructor_parameters
- cancel_subscriptions
- comment_references
- no_adjacent_strings_in_list
- package_api_docs
- prefer_const_constructors
- test_types_in_equals
- use_super_parameters
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ dependencies:
collection: ^1.15.0

dev_dependencies:
dart_flutter_team_lints: ^1.0.0
dart_flutter_team_lints: ^2.0.0
test: ^1.16.0

0 comments on commit 6f6d81d

Please sign in to comment.