Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix analyzer issue
  • Loading branch information
vaind committed Sep 12, 2023
commit 2329707eeecbc883b0d9e970d42a4386166270cb
2 changes: 2 additions & 0 deletions flutter/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
include: package:flutter_lints/flutter.yaml

analyzer:
exclude:
- test/*.mocks.dart
language:
strict-casts: true
strict-inference: true
Expand Down