Skip to content

Ignore ruby vendored or temp files in rubocop

Alejandro Rodríguez requested to merge rubocop-exclude into master

My local make verify was failing after running tests because of the .rb files that remained in ruby/tmp/. I think this is not a problem on CI/CD because the test and verify builds are separate.

Merge request reports