Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Remove the no-longer-supported "strong-mode" analysis options category (
Browse files Browse the repository at this point in the history
#844)

After [0] landed this makes flutter-analyze builder red due to
unsupported entries in the gallery's analysis_options.yaml file.

[0] https://dart-review.googlesource.com/c/sdk/+/274921
  • Loading branch information
mkustermann authored Dec 14, 2022
1 parent f62712c commit a763dbc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
include: package:flutter_lints/flutter.yaml

analyzer:
strong-mode:
implicit-casts: false
implicit-dynamic: false

linter:
# In addition to the flutter_lints
rules:
Expand Down

0 comments on commit a763dbc

Please sign in to comment.