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

Enable Rubocop's pending cops #445

Merged
merged 1 commit into from Jun 7, 2020
Merged

Enable Rubocop's pending cops #445

merged 1 commit into from Jun 7, 2020

Conversation

Volosh1n
Copy link
Contributor

@Volosh1n Volosh1n commented Jun 7, 2020

Enabled pending cops after this Rubocop's update. From now, all new cops will be automatically enabled without all those warnings on each rubocop run.

@Volosh1n Volosh1n self-assigned this Jun 7, 2020
@Volosh1n Volosh1n requested a review from marocchino June 7, 2020 21:05
@@ -50,7 +50,7 @@ def process_token(tokens)
token = tokens.shift

case token
when '?' then
when '?'
# TODO: Let ? generate nothing
'' # We already printed its target
when '+' then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧐 I thought this then also unnessasary.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@marocchino, just Rubocop's autocorrection 😅

@Volosh1n Volosh1n merged commit ee27825 into ffaker:master Jun 7, 2020
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.

None yet

2 participants