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 has been archived by the owner on Jul 16, 2023. It is now read-only.
@FMorschel for multiline comments the rule treats TODO: as separate parts of the sentences (which is probably incorrect) and expects an uppercase letter to be the first after the :.
The more I look at various examples of todos, the more I'm not sure whether any change should be done here. Most of them start with the uppercase after :.
@FMorschel and you expected for the rule to accept a lowercase letter as the first sentence letter?
Yes, but obviously this is just team standards. This could be solved by, for example, the lint warning about that. That would make us self aware and we could solve that by simply changing the first letter. If we are willing to use DCM, we should be considered of it's boundaries.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Environment and configuration
DCM version: 5.7.3
Dart SDK version: 3.0.0
Configuration
What did you do?
What did you expect to happen?
No line should trigger since I'm actually formatting them like sentences.
What actually happened?
When I have two lines of comment one after another, this lint triggers. When there is only one, the lint doesn't trigger.
Participation
Additional comments
No response
The text was updated successfully, but these errors were encountered: