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.
- Host: GitHub
- URL: https://github.com/redding/much-style-guide
- Owner: redding
- License: mit
- Created: 2021-01-08T14:07:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-27T15:03:17.000Z (over 4 years ago)
- Last Synced: 2025-02-15T08:19:53.150Z (over 1 year ago)
- Language: Ruby
- Size: 34.2 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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