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
After upgrading the project from rubocop 0.29.1 to 0.30.0 the auto-correct started incorrectly changing the Datamapper select to find.
Diff:
- DataMapper.repository(:default).adapter.select('select id from ....') + DataMapper.repository(:default).adapter.find('select id from ....')
The text was updated successfully, but these errors were encountered:
[Fix rubocop#1766] Do not register offenses on non-enumerable select/…
6a9b57d
…find_all
2923d28
3e143e9
Merge pull request #1767 from palkan/fix-detect-cop
fc26078
[Fix #1766] Do not register offenses on non-enumerable select/find_all
No branches or pull requests
After upgrading the project from rubocop 0.29.1 to 0.30.0 the auto-correct started incorrectly changing the Datamapper select to find.
Diff:
The text was updated successfully, but these errors were encountered: