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

Static analysis tooling #87

Open
zacharycarter opened this issue Dec 2, 2018 · 0 comments
Open

Static analysis tooling #87

zacharycarter opened this issue Dec 2, 2018 · 0 comments

Comments

@zacharycarter
Copy link

zacharycarter commented Dec 2, 2018

Static Analysis

Python's tooling - https://github.com/mre/awesome-static-analysis#python

Codacy

Codacy = https://www.codacy.com/

Current list of supported languages = https://support.codacy.com/hc/en-us/articles/207994735

For Nim support, we'd need to write our own engine ala -

https://support.codacy.com/hc/en-us/articles/213632009-Engines

It looks like we'd need support for a linter... There is a seed project here:

https://github.com/codacy/codacy-engine-scala-seed

It seems to just integrate with, at the very least, a linter and call various codacy APIs to report information.

It also appears to support a lot of different features - but most of the engines just feature linter support it appears.

@zacharycarter zacharycarter changed the title Support for codacy Static analysis tooling Dec 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant