[cloud_firestore_odm_generator] Respect linting rules on single quotes #9602
Answered
by
rrousselGit
Purus
asked this question in
Feature request
-
When generating the models, generator should respect the linting rules of having single quotes. But currently, the generated code contains double quotes. Because of this, there are lot of information messages in Android Studios' return _$FriendsQuery(
_collection,
$referenceWithoutCursor: $referenceWithoutCursor.where(
_$AppUserFieldMap["email"]!,
) |
Beta Was this translation helpful? Give feedback.
Answered by
rrousselGit
Sep 22, 2022
Replies: 1 comment
-
Single quote vs double quote is a matter of taste. There are rules for both The true solution is to ignore lints form generated files, or to modify your build.yaml to add custom ignore rules that fit your project. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Purus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Single quote vs double quote is a matter of taste. There are rules for both
The true solution is to ignore lints form generated files, or to modify your build.yaml to add custom ignore rules that fit your project.