An open API service indexing awesome lists of open source software.

https://github.com/selfint/code-insights

Tools for language-agnostic static analysis of codebases.
https://github.com/selfint/code-insights

Last synced: about 1 year ago
JSON representation

Tools for language-agnostic static analysis of codebases.

Awesome Lists containing this project

README

          

# code-insights
A cli tool for language-agnostic static analysis of codebases.

## LSP-shell

Shell interface to an LSP server connected to your project.

## Hotspots

Find [code hotspots](https://youtu.be/w9YhmMPLQ4U) inside the codebase.

## Cyclomatic complexity

Get the [cyclomatic complexity](https://en.wikipedia.org/wiki/Cyclomatic_complexity) of all functions.

## Test hygiene

Find functions with a number of tests that is too high/low, relative to the function's
[cyclomatic complexity](https://en.wikipedia.org/wiki/Cyclomatic_complexity).