0.0
No commit activity in last 3 years
No release in over 3 years
Rubocop config files to develop with Ruby in a Rock system
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
~> 12.3.3, >= 12.3.3
 Project Readme

Rubocop configuration files for use to develop with Ruby in a Rock system

Set of configuration files for Rubocop, to use when developing a Rock-based system.

Rock - the Robot Construction Kit - is a robotics development framework. It heavily uses Ruby for the tooling and coordination subsystems, and this package contains the rubocop files that describe the Ruby style used in Rock.

Automated usage by the VSCode/Rock integration

It is automatically "installed" when using the Rock/VSCode integration, more specifically when you add the rock.vscode package set, as instructed by the vscode-rock README.

Manual usage

Outside of this, it is meant to be used with Rubocop's inherit_gem directive. When in your Rock workspace, add a .rubocop.yml at the toplevel (acd without arguments will bring you there), and add:

inherit_gem:
    rubocop-rock: defaults.yml