Skip to content

Conversation

hanachin
Copy link
Contributor

@hanachin hanachin marked this pull request as ready for review December 13, 2019 18:28
Rakefile Outdated
end

task :rubocop do
sh "rubocop -P"
Copy link
Member

Choose a reason for hiding this comment

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

Personally I prefer the long option, --parallel, to -P in a committed file.
Because it is explicit.

I also like the short option on a console, because it needs fewer types.
But typing count is not important in a committed file. Readable code is more important.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Totally! I updated the option.

@soutaro soutaro merged commit 163fe86 into ruby:master Dec 16, 2019
@hanachin hanachin deleted the add_rubocop-rubycw branch December 29, 2019 15:55
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.

3 participants