Static code analysis topic

Static program analysis (or static analysis) is the analysis of computer programs performed without executing them, in contrast with dynamic program analysis, which is performed on programs during their execution.

List Static code analysis repositories

pytype

4.6k
Stars
270
Forks
Watchers

A static type analyzer for Python code

revive

4.6k
Stars
264
Forks
Watchers

🔥 ~6x faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint

NullAway

3.5k
Stars
283
Forks
Watchers

A tool to help eliminate NullPointerExceptions (NPEs) in your Java code with low build-time overhead

spotbugs

3.4k
Stars
577
Forks
Watchers

SpotBugs is FindBugs' successor. A tool for static analysis to look for bugs in Java code.

codelyzer

2.4k
Stars
234
Forks
Watchers

Static analysis for Angular projects.

eslint-config-standard

2.6k
Stars
568
Forks
Watchers

ESLint Config for JavaScript Standard Style

pyt

2.2k
Stars
238
Forks
Watchers

A Static Analysis Tool for Detecting Security Vulnerabilities in Python Web Applications

gokart

2.2k
Stars
113
Forks
Watchers

A static analysis tool for securing Go code

kube-score

2.6k
Stars
173
Forks
Watchers

Kubernetes object analysis with recommendations for improved reliability and security. kube-score actively prevents downtime and bugs in your Kubernetes YAML and Charts. Static code analysis for Kuber...