Consistent coding style with house_style v1.1
The house_style gem, which enables you to use a common set of coding style rules across multiple Ruby and/or Rails projects, has been updated to version 1.1. https://rubygems.org/gems/house_style
The new version updates rubocop and rubocop-rspec to the most recent versions, which eliminates the need to specify a TargetRubyVersion in each project’s root rubocop config file unless absolutely necessary.
For more on the thinking behind house_style and a guide on using it, this guide, written for the release of v1.0, is a great starting point.
Post a comment