Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rubocop autocorrect: Infinite loop between 2 rules (space before super and no space after !) #2877

Closed
lacostej opened this issue Feb 22, 2016 · 1 comment

Comments

@lacostej
Copy link

Infinite loop detected in:

lib/spaceship/tunes/app_version.rb:464:9: C: [Corrected] Do not leave space between ! and its argument.
        ! super.nil?
        ^
lib/spaceship/tunes/app_version.rb:464:10: C: [Corrected] Space before keyword super is missing.
        !super.nil?
@lacostej lacostej changed the title rubocop autocorret: Infinite loop between 2 rules (space before super and no space after !) rubocop autocorrect: Infinite loop between 2 rules (space before super and no space after !) Feb 22, 2016
@alexdowad
Copy link
Contributor

Thanks for the report. Just pushed a fix to my open PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants