You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hi, what's the supported files?
Exists some plugin for sql suport?
The text was updated successfully, but these errors were encountered: