We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cacfdc4 commit ee2f2c6Copy full SHA for ee2f2c6
analysis_options.yaml
@@ -40,7 +40,6 @@ linter:
40
- file_names
41
- hash_and_equals
42
- implementation_imports
43
- - invariant_booleans
44
- iterable_contains_unrelated_type
45
- join_return_with_assignment
46
- library_names
webdev/lib/src/daemon/app_domain.dart
@@ -56,7 +56,6 @@ class AppDomain extends Domain {
56
});
57
58
// Shutdown could have been triggered while awaiting above.
59
- // ignore: invariant_booleans
60
if (_isShutdown) dispose();
61
}
62
0 commit comments