You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
I think the types, constant, and identifier name rules are too strict.
See dart-lang/linter#52
I think underlines should be allowed when the casing of the first character is correct and upper- and lower-case characters are used.
I think underlines should be allowed to avoid ambiguity.
This didn't matter as long as there was no linter but I think it's too inconvenient to add a linter ignore comment for each such name (not supported yet anyway)
The text was updated successfully, but these errors were encountered:
I think the types, constant, and identifier name rules are too strict.
See dart-lang/linter#52
I think underlines should be allowed when the casing of the first character is correct and upper- and lower-case characters are used.
I think underlines should be allowed to avoid ambiguity.
This didn't matter as long as there was no linter but I think it's too inconvenient to add a linter ignore comment for each such name (not supported yet anyway)
The text was updated successfully, but these errors were encountered: