Skip to content

Commit 38a00c3

Browse files
authored
Update to latest lints and cleanup (#309)
1 parent cedd304 commit 38a00c3

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.1.5-dev
1+
## 2.1.5-wip
22

33
- Added an operator== to Quaternion so that two instances of quaternions can
44
be evaluated for equality.

analysis_options.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,17 @@ linter:
1414
- avoid_classes_with_only_static_members
1515
- avoid_private_typedef_functions
1616
- avoid_redundant_argument_values
17-
- avoid_returning_null_for_future
1817
- avoid_returning_this
1918
- avoid_unused_constructor_parameters
2019
- avoid_void_async
2120
- cancel_subscriptions
22-
- comment_references
2321
- join_return_with_assignment
2422
- literal_only_boolean_expressions
2523
- missing_whitespace_between_adjacent_strings
2624
- no_adjacent_strings_in_list
2725
- no_runtimeType_toString
2826
- package_api_docs
29-
- prefer_const_constructors
3027
- prefer_expression_function_bodies
3128
- prefer_final_locals
32-
- prefer_relative_imports
33-
- test_types_in_equals
3429
- unnecessary_await_in_return
3530
- use_string_buffers
36-
- use_super_parameters

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: vector_math
2-
version: 2.1.5-dev
2+
version: 2.1.5-wip
33
description: A Vector Math library for 2D and 3D applications.
44
repository: https://github.com/google/vector_math.dart
55

@@ -11,6 +11,6 @@ dev_dependencies:
1111
build_runner: ^2.0.0
1212
build_test: ^2.0.0
1313
build_web_compilers: ^4.0.0
14-
dart_flutter_team_lints: ^1.0.0
14+
dart_flutter_team_lints: ^2.0.0
1515
path: ^1.8.0
1616
test: ^1.16.0

0 commit comments

Comments
 (0)