Sha256: 290d8755f3a675e42ba28ff29b1bd6ddaf5ddfb13844c81c4f05fc45c368cb3d
Contents?: true
Size: 549 Bytes
Versions: 2
Compression:
Stored size: 549 Bytes
Contents
# Coding style @ codequest ### One stop shop for style ![Eat glitter for breakfast](eat-glitter.jpg) At code quest we enjoy tools that standardize and improve code style. As a team, the less menial stuff you have to worry about the better your code review is. In essence this gem is a source of linter configs. **Feel free to suggest improvements.** ### Installation Add to your Gemfile: ```ruby group :development, :test do gem 'codeguard' end ``` and run `bundle install`. Check [HELP](HELP.md) for more information or run `codeguard help`
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
codeguard-0.3.0 | README.md |
codeguard-0.2.0 | README.md |