Skip to content

Commit 6230f5d

Browse files
committed
do not merge; disable checks
We are waiting for the next release that will fix this issue. Signed-off-by: Zixuan James Li <zixuan@zulip.com>
1 parent d291098 commit 6230f5d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

analysis_options.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
include: package:flutter_lints/flutter.yaml
44

55
analyzer:
6+
exclude:
7+
# TODO(drift): remove this. See also:
8+
# https://github.com/simolus3/drift/issues/3384
9+
# Generated code from drift can contain unused local variables.
10+
- lib/model/database.g.dart
611
language:
712
strict-inference: true
813
strict-raw-types: true

0 commit comments

Comments
 (0)