-
Notifications
You must be signed in to change notification settings - Fork 34
rubocop on Windows: 22 files inspected, 22 offenses detected #315
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
Comments
I wonder if this has anything to do with the |
When rubocop and rspec are combined in one job, a failure in rubocop will be ignored. But if they are separated then the error will be caught. Compare the Linux workflow with the Windows workflow. |
I think they should definitely be separated. Also, I should set something up for presenting the rubocop failures as line-level annotations in the diff, not just a pass/fail. Note to self: https://github.com/marketplace/actions/rubocop-annotate-action |
It complains about CR characters being present but the test does not fail. This raises a couple questions:
The text was updated successfully, but these errors were encountered: