[go: nahoru, domu]

Skip to content

Commit

Permalink
clean-up analysis_options.yaml (flutter#108747)
Browse files Browse the repository at this point in the history
  • Loading branch information
goderbauer committed Aug 1, 2022
1 parent d65cca3 commit 2b1288e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ analyzer:
strict-casts: true
strict-raw-types: true
errors:
# treat missing required parameters as a warning (not a hint)
missing_required_param: warning
# treat missing returns as a warning (not a hint)
missing_return: warning
# allow having TODO comments in the code
todo: ignore
# allow self-reference to deprecated members (we do this because otherwise we have
# to annotate every member in every test, assert, etc, when we deprecate something)
deprecated_member_use_from_same_package: ignore
Expand Down

0 comments on commit 2b1288e

Please sign in to comment.