question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Handle upper-case false positives

See original GitHub issue

Thanks 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:closed
  • Created 9 months ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
lipojacommented, Dec 19, 2022

Released v1.8.0

0reactions
GokulNCcommented, Dec 20, 2022

That’s awesome! Thanks alot @lipoja 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found