Sha256: bcb45fdb12ea11e42edfbc36cfcaf790d2120eee07ab7c0a182079846d8982eb
Contents?: true
Size: 949 Bytes
Versions: 2
Compression:
Stored size: 949 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) 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rfix-1.0.7.pre.61 | README.md |
rfix-1.0.7 | README.md |