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
My real problem is:
In my comments, a sentence might start with an annotation keyword, but I don't mean to use it as a keyword.
e.g. "Optimize foo by removing bar"
Unusual, but I ran across a similar case in my own code.
But, might be easier/more inline with other use cases to fix:
Being able to configure my own comment annotation keywords
This works for me, because I don't use all annotation keywords from the style guide.
And also covers use cases for other uses that might want to add their own keywords (which I don't).
Perhaps a different solution might be to ignore a word that starts with a capital letter and has no colon in it ??? The cop may give more false negatives, but at least it does not restrict your sentences.
The text was updated successfully, but these errors were encountered:
My real problem is:
In my comments, a sentence might start with an annotation keyword, but I don't mean to use it as a keyword.
e.g. "Optimize foo by removing bar"
Unusual, but I ran across a similar case in my own code.
But, might be easier/more inline with other use cases to fix:
This works for me, because I don't use all annotation keywords from the style guide.
And also covers use cases for other uses that might want to add their own keywords (which I don't).
Perhaps a different solution might be to ignore a word that starts with a capital letter and has no colon in it ??? The cop may give more false negatives, but at least it does not restrict your sentences.
The text was updated successfully, but these errors were encountered: