Sha256: 419da268c2018a22803bc816c98ec06b4f431cb4a91b16568c8a805d0ccb8933
Contents?: true
Size: 543 Bytes
Versions: 1
Compression:
Stored size: 543 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`. You can check available options by running: `codeguard help`
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
codeguard-0.1.0 | README.md |