leikind / wice_grid

A Rails grid plugin to create grids with sorting, pagination, and (automatically generated) filters
MIT License
536 stars 215 forks source link

removes rubocop #299

Closed noahc closed 8 years ago

noahc commented 8 years ago

This removes Rubocop.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 38.66% when pulling d05b50d1e82fe47541417071dca16ff590509778 on noahc:remove-rubocop into 4a72c37ea358ca57c076ccdfb579ef03eb1774a5 on leikind:rails3.

jdickey commented 8 years ago

(copied from comment on #298


How about, instead, just creating a .rubocop.yml file that disables the cops you don't (yet) care about?

I've found on a couple of dozen projects (and counting) that RuboCop is one of my three or four pieces of dead-finger tech (along with Flog, Flay, Reek, and Inch). YMMV, but I just thought I'd put in a word.