Sha256: 402b73ad51a04dcb9a40bdbafa18f8bc80e5c8d2489adb1a377364cbcafe9a77

Contents?: true

Size: 906 Bytes

Versions: 4

Compression:

Stored size: 906 Bytes

Contents

# Rfix [![Build Status](https://travis-ci.org/oleander/rfix-rb.svg?branch=master)](https://travis-ci.org/oleander/rfix-rb)

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

4 entries across 4 versions & 1 rubygems

Version Path
rfix-1.0.6.pre.60 README.md
rfix-1.0.5.pre.58 README.md
rfix-1.0.6 README.md
rfix-1.0.5.pre.pre.57 README.md