Skip to content

Commit a0f9d89

Browse files
authored
Ignore analyzer deprecations (for now) (#493)
1 parent 502d226 commit a0f9d89

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# https://dart.dev/guides/language/analysis-options
2+
include: ../analysis_options.yaml
3+
4+
analyzer:
5+
errors:
6+
# analyzer deprecations
7+
deprecated_member_use: ignore

0 commit comments

Comments
 (0)