-
Notifications
You must be signed in to change notification settings - Fork 125
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
Do not require custom cops in the engine #6862
Conversation
Ah sorry about that, didn't think of that case! |
Oh right there are specs that looked for the dirty cops |
Test Results 17 files ±0 17 suites ±0 2h 22m 55s ⏱️ + 6m 5s Results for commit 1924db5. ± Comparison against base commit b98d6f4. This pull request removes 275 and adds 275 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
This broke builds that do not install the rubocop gem. Loading of this custom cop is handled by rubocop.yml, and now in its spec.
I forgot there was a spec for the cop. |
This broke builds that do not install the rubocop gem. Loading of this custom cop is handled by rubocop.yml
Fixes
Nurax failing to build due to rubocop gem not included.