Bogus Inspection and incorrect fix in #820
FYI,
RubyMine highlights
/^\/\//
(match two forwards slashes at the beginning of the line) and warns that
there is a "Redundant character escape"
The proposed fix is
/^/
which is incorrect.
cheers,
Charles
Please sign in to leave a comment.
Hello,
I've filled a bug: http://www.jetbrains.net/jira/browse/RUBY-3615
Feel free to track progress of it.
Thanks,
Oleg