Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

bump lints #108

Merged
merged 1 commit into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,3 @@ include: package:dart_flutter_team_lints/analysis_options.yaml
analyzer:
language:
strict-casts: true

linter:
rules:
- comment_references
- always_declare_return_types
- omit_local_variable_types
- prefer_single_quotes
- unawaited_futures
- use_super_parameters
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ dependencies:
async: ^2.5.0

dev_dependencies:
dart_flutter_team_lints: ^2.0.0
test: ^1.16.0
dart_flutter_team_lints: ^3.0.0
test: ^1.16.6