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
Some unicode characters are invisible / hard to see ... so it would be great if we can get an exact location.
# foobar ∂
atm results in foo.rb:4:1 Style/AsciiComments: Use only ascii symbols in comments
but it would be much nicer if it pinpointed the exact location (or position of first violation in this line):
`foo.rb:4:8 Style/AsciiComments: Use only ascii symbols in comments`
The text was updated successfully, but these errors were encountered:
Drenmi
added a commit
to Drenmi/rubocop
that referenced
this issue
Jul 3, 2016
This change adds smarter highlighting for the `Style/AsciiComments`
cop. It will highlight the first consecutive range of non-ascii
characters in the comments, rather than the whole expression.
…op (rubocop#3279)
This change adds smarter highlighting for the `Style/AsciiComments`
cop. It will highlight the first consecutive range of non-ascii
characters in the comments, rather than the whole expression.
Some unicode characters are invisible / hard to see ... so it would be great if we can get an exact location.
atm results in
foo.rb:4:1 Style/AsciiComments: Use only ascii symbols in comments
but it would be much nicer if it pinpointed the exact location (or position of first violation in this line):
The text was updated successfully, but these errors were encountered: