Skip to content

Commit 9db6b2f

Browse files
committed
Ignore experimental member use errors
1 parent 29c8e1c commit 9db6b2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tooling/codelab_rebuild/analysis_options.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
include: package:lints/recommended.yaml
22

3+
analyzer:
4+
errors:
5+
experimental_member_use: ignore
36
linter:
47
rules:
58
avoid_types_on_closure_parameters: true

0 commit comments

Comments
 (0)