Skip to content

Remove rubocop from Ruby test

Takuya Noguchi requested to merge remove-rubocop-test into master

This removes rubocop from ruby test (linting spec test code) as we have tested almost nothing with Rubocop for more than 1 year after !346 (merged).

Target files have been as follows:

$ bundle exec rubocop -L
Gemfile
support/gitlab_config.rb

and target ruby version has been 2.3.

Edited by Takuya Noguchi

Merge request reports