1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-31 16:55:34 +00:00

Adjust lint rules for experimental/web_dashboard (#820)

This commit is contained in:
Brett Morgan
2021-06-08 07:48:36 +10:00
committed by GitHub
parent 9ad1fae51c
commit 40abd00a45
3 changed files with 2 additions and 9 deletions

View File

@@ -7,13 +7,11 @@ analyzer:
linter:
rules:
avoid_print: false
avoid_types_on_closure_parameters: true
avoid_void_async: true
cancel_subscriptions: true
close_sinks: true
directives_ordering: true
file_names: false
package_api_docs: true
package_prefixed_library_names: true
test_types_in_equals: true