Skip to content

Commit 75cbf6e

Browse files
committed
ci(analysis_options): ignore asynchronous use of context
- Add 'use_build_context_synchronously' to ignore list in analysis options - This change allows ignoring warnings related to using BuildContext synchronously
1 parent d4095b8 commit 75cbf6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

analysis_options.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ analyzer:
99
flutter_style_todos: ignore
1010
lines_longer_than_80_chars: ignore
1111
prefer_asserts_with_message: ignore
12+
use_build_context_synchronously: ignore
1213
use_if_null_to_convert_nulls_to_bools: ignore
1314
include: package:very_good_analysis/analysis_options.7.0.0.yaml
1415
linter:

0 commit comments

Comments
 (0)