Sha256: b2331d2ae2d7a7ea6a44ac16ee096673cb0b59a28a9758c84183c8ce1d0b93e6

Contents?: true

Size: 983 Bytes

Versions: 3

Compression:

Stored size: 983 Bytes

Contents

# Rfix [![Build Status](https://travis-ci.org/oleander/rfix-rb.svg?branch=master)](https://travis-ci.org/oleander/rfix-rb) [![Gem](https://img.shields.io/gem/dt/rfix)](https://rubygems.org/gems/rfix)

RuboCop CLI that only complains about your latest changes

## Installation

``` shell
$ gem install rfix
$ rfix <local|branch|origin|info|all> [--dry] [--help]
```

## Development

- `git clone https://github.com/oleander/rfix-rb`
- `cd rfix-rb`
- `bundle install`
- `bundle exec rake setup`
- `bundle exec rake local`
- `bundle exec rake spec`

## Overcommit

``` yaml
PreCommit:
  RFix:
    enabled: true
    command: ["rfix", "local", "--untracked", "--dry"]
    description: "Lint changes since last push using RuboCop"
    parallelize: true
```

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/oleander/rfix.


## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rfix-1.0.7.pre.67 README.md
rfix-1.0.7.pre.66 README.md
rfix-1.0.7.pre.65 README.md