Unverified Commit 39f5769c authored by Danny Tuppeny's avatar Danny Tuppeny Committed by GitHub

Suppress diagnostics from // HACK comments (#91301)

* Suppress diagnostics from // HACK comments
parent 1d0e5538
......@@ -27,8 +27,9 @@ analyzer:
missing_required_param: warning
# treat missing returns as a warning (not a hint)
missing_return: warning
# allow having TODOs in the code
# allow having TODO/HACK comments in the code
todo: ignore
hack: 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