Sha256: c2891012ec7338509e012b96536c100ad3cc62fef342232854909ccc90626c06

Contents?: true

Size: 600 Bytes

Versions: 2

Compression:

Stored size: 600 Bytes

Contents

# bookingsync-stylecheck

This gem should streamline using of rubocop and potentially other automated stylecheck tools.

# install

Just add to gemfile and new rake task should be available

# Tasks

## Default

`bundle exec rake style`

This for now just prepares a rubocop config and runs the rubocop check

## Custom

The first argument will be concatenated to the commands that Rubocop receives.
The second argument, when set to true, makes the task always return with success.
For example:

`bundle exec rake style:rubocop:custom[--auto-correct app/controllers/application_controller.rb, true]`

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bookingsync-stylecheck-0.0.5 README.md
bookingsync-stylecheck-0.0.4 README.md