We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The cop should not allow the following:
private private_attr_reader :assignment, :manager, :padding
The resolution should be to move the private_attr_reader to the top of the file, right underneath the class, e.g. https://github.com/ezcater/ezcater-delivery/pull/163/commits/d2d08b2b7ae121e082d2f015bfcbae6161652e17
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The cop should not allow the following:
The resolution should be to move the private_attr_reader to the top of the file, right underneath the class, e.g. https://github.com/ezcater/ezcater-delivery/pull/163/commits/d2d08b2b7ae121e082d2f015bfcbae6161652e17
The text was updated successfully, but these errors were encountered: