Skip to content

Commit 90adb66

Browse files
chore: remove prefer_expression_function_bodies
1 parent 4898507 commit 90adb66

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/analysis_options.10.1.0.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ linter:
133133
- prefer_const_literals_to_create_immutables
134134
- prefer_constructors_over_static_methods
135135
- prefer_contains
136-
- prefer_expression_function_bodies
137136
- prefer_final_fields
138137
- prefer_final_in_for_each
139138
- prefer_final_locals

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: very_good_analysis
2-
version: 10.1.0-rc.1
2+
version: 10.1.0-rc.2
33
description: Lint rules for Dart and Flutter used internally at Very Good Ventures.
44
repository: https://github.com/VeryGoodOpenSource/very_good_analysis
55
issue_tracker: https://github.com/VeryGoodOpenSource/very_good_analysis/issues

0 commit comments

Comments
 (0)