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

Version Path
much-style-guide-0.6.7 README.md
much-style-guide-0.6.6 README.md
much-style-guide-0.6.4 README.md
much-style-guide-0.6.3 README.md
much-style-guide-0.6.2 README.md
much-style-guide-0.6.1 README.md
much-style-guide-0.6.0 README.md
much-style-guide-0.5.0 README.md
much-style-guide-0.4.0 README.md
much-style-guide-0.3.0 README.md
much-style-guide-0.2.0 README.md
much-style-guide-0.1.0 README.md