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.
- Host: GitHub
- URL: https://github.com/selfint/code-insights
- Owner: selfint
- License: mit
- Created: 2023-01-11T22:58:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T17:36:51.000Z (over 3 years ago)
- Last Synced: 2025-02-14T08:49:17.751Z (over 1 year ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).