Codacy API: Send API Code for Analyzation

169 Views Asked by At

Is it possible to use the Codacy API to analyze a snippet of code? We would like to analyze code without creating a GitHub repo for the code.

2

There are 2 best solutions below

0
On BEST ANSWER

no, codacy only integrates with git repositories at this moment

0
On

You can try to analyse your project/snippet of code locally, using codacy-analysis-cli that is available on github and is still under development.