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.
pytype
A static type analyzer for Python code
revive
🔥 ~6x faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint
NullAway
A tool to help eliminate NullPointerExceptions (NPEs) in your Java code with low build-time overhead
spotbugs
SpotBugs is FindBugs' successor. A tool for static analysis to look for bugs in Java code.
codelyzer
Static analysis for Angular projects.
eslint-config-standard
ESLint Config for JavaScript Standard Style
codeclimate
Code Climate CLI
pyt
A Static Analysis Tool for Detecting Security Vulnerabilities in Python Web Applications
gokart
A static analysis tool for securing Go code
kube-score
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...