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

Fix rubocop update changes #299

Closed

Conversation

cpetschnig
Copy link

@cpetschnig cpetschnig commented Mar 28, 2017

Since Rubocop release 0.48 the code style checks no longer pass on Travis

This PR was created basically by running $ rubocop -a and $ rubocop --auto-gen-config.

The rule for Style/MixinGrouping looks like it's buggy. There are already some PRs to fix it (rubocop/rubocop#4177, rubocop/rubocop#4176), but I thought it would be best to exclude it via the todo-file. Maybe this file can be removed once Rubocop 0.48.1 is released.

Also fixed some typos.

@coveralls
Copy link

coveralls commented Mar 28, 2017

Coverage Status

Coverage remained the same at 95.858% when pulling f2cd507 on cpetschnig:fix_rubocop_update_changes into 96daaf5 on intridea:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 95.858% when pulling f2cd507 on cpetschnig:fix_rubocop_update_changes into 96daaf5 on intridea:master.

@coveralls
Copy link

coveralls commented Mar 28, 2017

Coverage Status

Coverage remained the same at 95.858% when pulling b61b4e4 on cpetschnig:fix_rubocop_update_changes into 96daaf5 on intridea:master.

Christoph Petschnig added 2 commits April 4, 2017 09:36
Since the Rubocop release 0.48 the code style checks no longer pass.

This PR was created basically by running `rubocop -a` and `rubocop --auto-gen-config`.
@coveralls
Copy link

coveralls commented Apr 4, 2017

Coverage Status

Coverage remained the same at 95.858% when pulling 06b5fb0 on cpetschnig:fix_rubocop_update_changes into 96daaf5 on intridea:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 95.858% when pulling 06b5fb0 on cpetschnig:fix_rubocop_update_changes into 96daaf5 on intridea:master.

@cpetschnig
Copy link
Author

Fixed with bfe3a43

@cpetschnig cpetschnig closed this Jun 28, 2017
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

Successfully merging this pull request may close these issues.

2 participants