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

Useless private access modifier incorrectly detected #2870

Closed
scottjacobsen opened this issue Feb 19, 2016 · 1 comment
Closed

Useless private access modifier incorrectly detected #2870

scottjacobsen opened this issue Feb 19, 2016 · 1 comment

Comments

@scottjacobsen
Copy link

Given this code:

class FoosController < ApplicationController
  private

  helper_method \
  def my_helper
    'help me!'
  end
end

Robocop warns that the private is useless. But #my_helper is indeed private.

@alexdowad
Copy link
Contributor

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