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

File supported #28

Closed
hsendoa opened this issue Feb 28, 2018 · 1 comment
Closed

File supported #28

hsendoa opened this issue Feb 28, 2018 · 1 comment

Comments

@hsendoa
Copy link

hsendoa commented Feb 28, 2018

Hi, what's the supported files?
Exists some plugin for sql suport?

@smontanari
Copy link
Owner

Some analyses (e.g. coupling, ownership) will work with any file type. More code specific analyses (e.g. sloc, complexity) will depend on the programming language.

  • Complexity metrics can be captured for ruby and javascript only. I welcome anyone willing to add new complexity analysers for other programming languages.
  • Sloc (source lines of code) analysis is based on the npm package sloc which supports a bunch of languages (see here). Such list unfortunately does not include sql, however you could always contribute to that project by adding a new formatter. Also documented here.

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

2 participants