Ignore avoid_print analysis_option

I dont want to use a logging library.
This commit is contained in:
Brandon Presley 2023-11-10 17:08:43 +13:00
parent 8fb58a4db1
commit 2a1eb9d07f
1 changed files with 1 additions and 0 deletions

View File

@ -3,3 +3,4 @@ include: package:flutter_lints/flutter.yaml
linter:
rules:
curly_braces_in_flow_control_structures: false
avoid_print: false