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
# Example: There are three reviews, with ranks 1, 2, and 3. A new
# review is saved with rank 2. The two reviews that originally had
# ranks 2 and 3 will have their ranks increased to 3 and 4.
When I run rubocop -a, the autocorrector changes the beginning of the second line of the comment:
# Example: There are three reviews, with ranks 1, 2, and 3. A new
# REVIEW: is saved with rank 2. The two reviews that originally had
# ranks 2 and 3 will have their ranks increased to 3 and 4.
Rubocop version: 0.31.0
Mac OS X: 10.9.5
Ruby: 2.1.2
The text was updated successfully, but these errors were encountered:
I have this comment in my code:
When I run
rubocop -a
, the autocorrector changes the beginning of the second line of the comment:Rubocop version: 0.31.0
Mac OS X: 10.9.5
Ruby: 2.1.2
The text was updated successfully, but these errors were encountered: