Skip to content

Commit

Permalink
Remove mentions to deprecated strong_mode options (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Jul 12, 2023
1 parent a21e90e commit 9b97f84
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkgs/leak_tracker/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ include: package:flutter_lints/flutter.yaml
# TODO(polina-c): start using https://pub.dev/packages/dart_flutter_team_lints instead.

analyzer:
#strong-mode:
#implicit-casts: false # 367 issues
#implicit-dynamic: false # 169 issues
#language:
language:
#strict-casts: true # 14 issues
#strict-inference: true # 34 issues
#strict-raw-types: true # 103 issues
errors:
Expand Down

0 comments on commit 9b97f84

Please sign in to comment.