@brynary Hey! been using code climate for a long time. wow big change. What types of things does this allow developers to do that weren't possible with codeclimate before?
@mscccc One of the biggest changes is that you're no longer limited by the static analysis that our dev team builds/integrates. Now, anyone can add support for new languages/frameworks, so the variety of tech we support has increased dramatically.
Imagine starting a project and turning on static analysis checks for JavaScript, CSS, Go, Bash, etc. Now your Code Climate analysis results (which we provide on every Pull Request) will surface issues in any of those files in your repo.
Hi Bryan, awesome to have you here!
I'm already familiar with code climate, but have a little difficulty understanding this new project from the home page. If I understand correctly, it lets you build you own quality check engine and run it from local? How does it interface with code climate? Does It only send reports there or does it push the uncommitted code to it?
Also, is there any guard like watcher? (this would be dope)
@oelmekki hi Olivier. There are now two ways to run Code Climate:
1. Locally on your command line using our new CLI (https://github.com/codeclimate/c...). Always free.
2. On our hosted platform CodeClimate.com (free for OSS, paid for private)
The two are separate, but they are capable of running the same analysis (and both use the .codeclimate.yml config file). Hope that clarifies.
We don't currently have a filesystem watcher, but since `codeclimate analyze` is just a command, one could be wrapped around it. We'll also think about potentially integrating that -- thank you for the suggestion.
Stacks Accelerator