Handle upper-case false positives
See original GitHub issueThanks for this awesome library!
For example, for the string "S.No. 3"
, the substring "S.No."
is getting matched as a URL.
Is it possible to enforce the fact that domain names will never be in upper-case? (thereby avoiding false positives like above)
Issue Analytics
- State:
- Created 9 months ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
comment-format check-uppercase false positive #649 - GitHub
Just run into this too. For check-uppercase , it doesn't matter if the second direct line comment is uppercase or lowercase.
Read more >How can I test if a letter in a string is uppercase or lowercase ...
The answer by josh and maleki will return true on both upper and lower case if the character or the whole string is...
Read more >False positive 'attribute-allowed-values' in case of uppercase ...
Based on this the validation completes without any error. Actual result. html-validate test.html reports error like below: 6:17 error Attribute ...
Read more >Better Bayesian Filtering - Paul Graham
Spam filtering is not just classification, because false positives are so ... I consider terminal exclamation points, uppercase letters, and occurring in ...
Read more >"Literal suffixes should be upper case" is slightly contradicting
"Literal suffixes should be upper case" is slightly contradicting ... The rule flags literals like 1d and recommends to use the upper case...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Released v1.8.0
That’s awesome! Thanks alot @lipoja 😃