An open API service indexing awesome lists of open source software.

https://github.com/redding/much-style-guide

A style-guide with Rubocop configs.
https://github.com/redding/much-style-guide

Last synced: about 1 year ago
JSON representation

A style-guide with Rubocop configs.

Awesome Lists containing this project

README

          

# 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