collectiveidea / interactor

Interactor provides a common interface for performing complex user interactions.
MIT License
3.36k stars 212 forks source link

codebeat badge #107

Closed korzonek closed 8 years ago

korzonek commented 8 years ago

Is it fine to add codebeat badge to README?

codebeat is automated code review tool for Swift, Ruby & Go that helps get instant feedback on code quality.

“Quick wins” suggested by codebeat could be a nice candidate for a pull request and help other developers become contributors.

FYI. To be fully open and honest. I’m co-founder of codebeat.

emilford commented 8 years ago

Codebeat looks like a product that provides a very similar service to CodeClimate which we already use on our projects. If I missed something, feel free to re-open this PR for re-consideration. Thanks!

korzonek commented 8 years ago

@emilford there are a few things that are not available in code climate and you can find in codebeat.

Our mission at codebeat is to develop a set of tools that will help manage code quality within organisations. By code quality, I mean code robustness, security, efficiency and reusability. We started with code robustness :)

We implemented all algorithms on our own so we could search for duplicates across all repositories within the organisation. We can apply static analysis to find security vulnerabilities.

Please give it a try. I hope you will like it. It would be fantastic if you could share your feedback and ideas how we could improve codebeat.

BTW… we are about to release support for pull requests.