Skip to content

Commit

Permalink
disable analysis on generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Sep 18, 2024
1 parent 42a868c commit 575de3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flutter/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ include: package:flutter_lints/flutter.yaml
analyzer:
exclude:
- test/*.mocks.dart
- lib/src/native/c/binding.dart
language:
strict-casts: true
strict-inference: true
Expand Down

0 comments on commit 575de3f

Please sign in to comment.