Antoine and I have paired on making the RuboCop[0] Jenkins jobs voting.
The details are in Phabricator[1] and Gerrit[2]. If you are not familiar with Rubocop, there is some documentation at mediawiki.org[3] and my blog[4].
If a repository is set up to run RuboCop, all you have to do is to execute this is terminal:
gem install bundler bundle install bundle exec rubocop
If you have any questions, or if you notice any problems, let me know.
Željko -- 0: https://github.com/bbatsov/rubocop 1: https://phabricator.wikimedia.org/T84979 2: https://gerrit.wikimedia.org/r/#/c/191861/ 3: https://www.mediawiki.org/wiki/Manual:Coding_conventions/Ruby#RuboCop 4: http://filipin.eu/rubocop/