Sha256: ca19263ece1bf46dc01c9a54afb9ce7da090417d0e6e7ae73800d8edfc946752

Contents?: true

Size: 964 Bytes

Versions: 1

Compression:

Stored size: 964 Bytes

Contents

Availables Commands
---
* `codeguard help`    - show help message
* `codeguard install` - install config for current project
* `codeguard setup`   - sets local configuration - this cmd should be run
                        in every local environment
* `codeguard diff`    - check if the files were not modified

Installed Configuration
---
* coffeelint (http://www.coffeelint.org/)
* js_hint (https://github.com/damian/jshint)
* rubocop (https://github.com/bbatsov/rubocop)
* scss_lint (https://github.com/brigade/scss-lint)
* pre_commit (https://github.com/jish/pre-commit)
* reek (https://github.com/troessner/reek)
* slim_lint (https://github.com/sds/slim-lint)

Local Setup
---
* `.gitmessage` file will be added as a template in .git/config
* `pre-commit install` will be run - which will register pre-commit hook
* `git config pre-commit.ruby` will be added for rvm users. If ruby
  version/gemset is changed then you should run `codeguard install`
  again.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
codeguard-0.3.0 HELP.md