Skip to content

Commit 2fb3d67

Browse files
committed
ignore avoid-passing-async-when-sync-expected
1 parent 85c245d commit 2fb3d67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

analysis_options.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ dart_code_metrics:
163163
- prefer-prefixed-global-constants: false # we don't really care for the 'k' prefix
164164
- prefer-single-widget-per-file: false
165165
- avoid-passing-self-as-argument: false # fairly harmless. and e.g. drift calls are like this
166+
- avoid-passing-async-when-sync-expected: false # we really like to do this in onTap() etc, and it seems harmless
167+
166168
formatter:
167169
indent: 0
168170
line-length: 100

0 commit comments

Comments
 (0)