sauliusgrigaitis / Swifton

A Ruby on Rails inspired Web Framework for Swift that runs on Linux and OS X
MIT License
1.97k stars 70 forks source link

Update README.md with a code quality badge #16

Closed grodowski closed 8 years ago

grodowski commented 8 years ago

Please consider adding the badge and check out the generated quality report. I hope codebeat can help all contributors deliver quality code and help newcomers dive into the codebase by starting with small refactorings.

codebeat badge

Disclaimer: I am the co-author of the tool and we've recently released Swift support. I'd love to hear your feedback

sauliusgrigaitis commented 8 years ago

@grodowski thanks! Can I somehow check violations before commiting?

grodowski commented 8 years ago

@sauliusgrigaitis unfortunately no, but we have it in our pipeline. If you have any suggestions on how it should be implemented, please let me know :)

sauliusgrigaitis commented 8 years ago

@grodowski here is what we do at NECOLT:

I'm happy to use your tool when you have one that checks violations before pushing.

grodowski commented 8 years ago

@sauliusgrigaitis Congrats on using reek and rubocop - we also use them, as codebeat's frontend is a Ruby application 🙃. Codebeat however is aimed at providing a high level overview and be a complementary tool to local linters + we support different languages and multi-language analysis. A good news for you is that we are currently working on Github PR integration allowing users to check a delta of issues and grades before merging.

sauliusgrigaitis commented 8 years ago

@grodowski thanks, please let me know when that PR integration is completed, so we can probably start to use it.

sauliusgrigaitis commented 8 years ago

OK, let's try it. Could you also tell how your product is better comparing to OS alternatives such us: