Skip to content
New issue

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

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

Already on GitHub? # to your account

fix errors in rubocop #282

Merged
merged 1 commit into from
Nov 2, 2018
Merged

Conversation

colby-swandale
Copy link
Member

There is currently a couple of errors in rubocop that this PR is fixing:

❯ rubocop

Inspecting 97 files
...........................................................E.....................................

Offenses:

lib/rake/packagetask.rb:135:32: E: Lint/Syntax: unexpected token kDO_BLOCK
(Using Ruby 2.3 parser; configure using TargetRubyVersion parameter, under AllCops)
            chdir(package_dir) do
                               ^^
lib/rake/packagetask.rb:146:30: E: Lint/Syntax: unexpected token kDO_BLOCK
(Using Ruby 2.3 parser; configure using TargetRubyVersion parameter, under AllCops)
          chdir(package_dir) do
                             ^^
lib/rake/packagetask.rb:209:3: E: Lint/Syntax: unexpected token kEND
(Using Ruby 2.3 parser; configure using TargetRubyVersion parameter, under AllCops)
  end
  ^^^

97 files inspected, 3 offenses detected

@hsbt hsbt merged commit 70b6512 into ruby:master Nov 2, 2018
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants