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
We've seen this before, and I mentioned it in #1297. The problem is that things in the code that are not URIs are matched by URI.regexp of the ruby standard library. Maybe we should make our own regexp that only matches the most common kinds of URIs.
Originally from an RSpec example, but distilled down to a single line file containing:
Running Rubocop 0.26.0 I get:
When I create a .rubocop.yml in the same directory containing:
I see the following output:
I have the same issue on the current
master
version, also.The text was updated successfully, but these errors were encountered: