Apply void_checks lint. (#48267)

This commit is contained in:
Ian Hickson
2020-01-13 10:03:01 -08:00
committed by Flutter GitHub Bot
parent ab36346af6
commit e2b169ebd3
7 changed files with 9 additions and 12 deletions

View File

@@ -199,4 +199,4 @@ linter:
# - use_string_buffers # has false positives: https://github.com/dart-lang/sdk/issues/34182
# - use_to_and_as_if_applicable # has false positives, so we prefer to catch this by code-review
- valid_regexps
# - void_checks # not yet tested
- void_checks