Skip to content

Commit

Permalink
update to latest lints (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Nov 3, 2023
1 parent b7a94d2 commit 25e9c76
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 @@ -19,22 +19,17 @@ linter:
- avoid_void_async
- cancel_subscriptions
- cascade_invocations
- comment_references
- join_return_with_assignment
- literal_only_boolean_expressions
- missing_whitespace_between_adjacent_strings
- no_adjacent_strings_in_list
- no_runtimeType_toString
- package_api_docs
- prefer_const_constructors
- prefer_const_declarations
- prefer_expression_function_bodies
- prefer_final_locals
- prefer_relative_imports
- require_trailing_commas
- test_types_in_equals
- unnecessary_await_in_return
- use_if_null_to_convert_nulls_to_bools
- use_raw_strings
- use_string_buffers
- use_super_parameters
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dev_dependencies:
build_verify: ^3.0.0
build_version: ^2.0.0
build_web_compilers: ^4.0.0
dart_flutter_team_lints: ^1.0.0
dart_flutter_team_lints: ^2.0.0
js: ^0.6.1
test: ^1.0.0
test_descriptor: ^2.0.0
Expand Down

0 comments on commit 25e9c76

Please sign in to comment.