Unverified Commit 2b1288ee authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

clean-up analysis_options.yaml (#108747)

parent d65cca38
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment