Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Reek #413

Closed
dathagerty opened this issue Feb 5, 2015 · 5 comments
Closed

Support for Reek #413

dathagerty opened this issue Feb 5, 2015 · 5 comments

Comments

@dathagerty
Copy link

Reek is a code smell detector for Ruby. Here is the source repository. It seems like the type of program to run frequently while developing, much like other code linters. If anyone thinks this is a good addition, I'd love some direction on developing the add-on for Atom.

@dathagerty
Copy link
Author

I've created a base Atom package for Reek here. I'll be looking at the layout of other linters in a bit to figure out how the package should look and what sort of stuff I'll need to add or remove.

@iam4x
Copy link
Contributor

iam4x commented Feb 25, 2015

@dhagerty9009 The easiest way is to fork/clone an already existing linter, like mine (hehe): https://github.com/AtomLinter/linter-jscs

And follow the code ;)

@dathagerty
Copy link
Author

@iam4x Okay, I've got most everything working. I don't get how to build the regex to extract the info I need like line numbers and stuff. Disregard, I'm unnecessarily scared of regexes.

@dathagerty
Copy link
Author

What do I do to get the linter added to the project?

@iam4x
Copy link
Contributor

iam4x commented Apr 11, 2015

It's all done! Thank's!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants