Skip to content

Commit

Permalink
fix: update flutter linting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ravgeetdhillon committed Sep 14, 2021
1 parent ff16e02 commit 31049af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions analysis_options.yaml
Expand Up @@ -4,6 +4,10 @@ analyzer:
exclude:
- build/**
- lib/**.g.dart
strong-mode:
implicit-casts: false
implicit-dynamic: false

errors:
missing_return: error
dead_code: error
Expand Down

0 comments on commit 31049af

Please sign in to comment.