Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Add support for Rubocop #47

Closed
celeduc opened this issue Apr 11, 2013 · 7 comments
Closed

Add support for Rubocop #47

celeduc opened this issue Apr 11, 2013 · 7 comments

Comments

@celeduc
Copy link
Contributor

celeduc commented Apr 11, 2013

Reports on violations of the Ruby Style Guide.

https://github.com/bbatsov/rubocop

@loz
Copy link
Contributor

loz commented Apr 11, 2013

Doesn't the already supported cane do much the same thing? Or is this more specific?

@celeduc
Copy link
Contributor Author

celeduc commented Apr 11, 2013

This is waaaaaaay pickier. Fudge got 250+ warnings.

@loz
Copy link
Contributor

loz commented Apr 11, 2013

not sure if that's a good thing ;)

250 sounds very picky, the fudge code base is in pretty good shape..

@loz
Copy link
Contributor

loz commented Apr 11, 2013

I get: 45 files inspected, 647 offences detected

@celeduc
Copy link
Contributor Author

celeduc commented Apr 11, 2013

We can stick with cane for existing projects, but this might be good for things starting out.

Not a high priority, obvs.

@bbatsov
Copy link

bbatsov commented Jun 4, 2013

Keep in mind that RuboCop is pretty configurable, so if you don't think that some of the problems it reports is worth it - just disable the relevant check.

@chrisbarber86
Copy link
Member

Fixed by #108

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

4 participants