We just updated rubocop-sketchup to support the latest rubocop. This addresses some deprecation warnings we’ve had for a while.
This involved also migrating to the new official rubocop Plugin API. Because of this there is a breaking change in how you configure your projects to use rubocop-sketchup.
Instead of:
require: rubocop-sketchup
You now use the new plugin config:
plugins:
- rubocop-sketchup