Sha256: d3533343b505a8abf5302bd5ba9359b8cb54e2453f7e6c5417beae5091624e32
Contents?: true
Size: 725 Bytes
Versions: 12
Compression:
Stored size: 725 Bytes
Contents
# MuchStyleGuide A ruby-style guide and supporting [Rubocop](https://rubocop.org/) configs. ## Usage Bundle the gem. ```ruby gem "much-style-guide", "~> x.x.x", require: false ``` It is recommended you lock into only getting patch release updates and explicitly upgrade non-patch releases as configuration _additions_ won't be made in patch releases. Then run Rubocop like you normally would, e.g.: ``` $ rubocop ``` ## Dependencies * [Rubocop](https://rubocop.org/) version ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am "Added some feature"`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
12 entries across 12 versions & 1 rubygems