Skip to content

Commit

Permalink
Update example analysis-options.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenthompson-wk committed Nov 8, 2023
1 parent ccc945d commit 7d40473
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions example/analysis-options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,5 @@

# analysis_options.yaml docs: https://www.dartlang.org/guides/language/analysis-options
analyzer:
# Strong mode is required. Applies to the current project.
strong-mode:
# When compiling to JS, both implicit options apply to the current
# project and all dependencies. They are useful to find possible
# Type fixes or areas for explicit typing.
implicit-casts: false
implicit-dynamic: true
language:
strict-casts: true

0 comments on commit 7d40473

Please sign in to comment.