Skip to content
/ dirtycop Public

A rubocop plugin that only checks syntax on modified lines in your working directory

License

Notifications You must be signed in to change notification settings

melch/dirtycop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dirty::Cop

Credit

A modification of skanev's gist, original found here: https://gist.github.com/skanev/9d4bec97d5a6825eaaf6

Installation

gem 'dirtycop'

And then execute:

$ bundle

Or install it yourself as:

$ gem install dirtycop

Usage

$ dirty

Contributing

  1. Fork it ( https://github.com/[my-github-username]/dirtycop/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

A rubocop plugin that only checks syntax on modified lines in your working directory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages