1
0
mirror of https://github.com/git-touch/git-touch synced 2025-03-08 07:25:09 +01:00

chore: temporarily disable lint rules

This commit is contained in:
Rongjian Zhang 2022-10-04 00:52:20 +08:00
parent e872b4753d
commit 775b2cef49

@ -31,8 +31,13 @@ linter:
prefer_final_in_for_each: true
prefer_final_locals: true
use_super_parameters: true
use_key_in_widget_constructors: false # waiting for auto fix: https://github.com/dart-lang/sdk/issues/50056
avoid_print: false # TODO:
analyzer:
errors:
todo: ignore
fixme: ignore
exclude:
- "**/*.gql.dart"
- "**/*.g.dart"