rock-core / package_set

Package definition for autoproj, to build all the packages that form the core of Rock, the Robot Construction Kit
http://rock-robotics.org/documentation/
0 stars 24 forks source link

feat: implement a "rubocop version manager" #227

Closed doudou closed 2 months ago

doudou commented 5 months ago

This is a script that auto-installs and auto-starts different version of rubocop based on a .rubocop-version file in the packages. This is meant as a way to smoothly migrate away from rubocop 0.83.0 ... which we are stuck on for a long while now.

The script acts only when 'rubocop' gets called.