Skip to content

Commit

Permalink
Add note about why implicit casts aren't actually disabled yet
Browse files Browse the repository at this point in the history
  • Loading branch information
greglittlefield-wf committed Aug 9, 2023
1 parent 43d1bc4 commit b1f8842
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
include: package:workiva_analysis_options/v2.recommended.yaml

analyzer:
strong-mode:
# TODO change to false as part of the null safety major, which avoids us having to add a lot more casts
implicit-casts: true
errors:
must_call_super: error
comment_references: info
Expand Down

0 comments on commit b1f8842

Please sign in to comment.