-
Updated
Aug 16, 2023 - JavaScript
Static code analysis
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.
Here are 482 public repositories matching this topic...
Find and fix problems in your JavaScript code.
-
Updated
Aug 17, 2023 - JavaScript
An extremely fast Python linter, written in Rust.
-
Updated
Aug 17, 2023 - Rust
A static analyzer for Java, C, C++, and Objective-C
-
Updated
Aug 16, 2023 - OCaml
A Ruby static code analyzer and formatter, based on the community Ruby style guide.
-
Updated
Aug 17, 2023 - Ruby
PHP Static Analysis Tool - discover bugs in your code without running it!
-
Updated
Aug 16, 2023 - PHP
-
Updated
Aug 16, 2023 - Rust
Lightweight static analysis for many languages. Find bug variants with patterns that look like source code.
-
Updated
Aug 17, 2023 - OCaml
Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but is highly configurable. It can be invoked with an ANT task and a command line program.
-
Updated
Aug 17, 2023 - Java
Golang security checker
-
Updated
Aug 17, 2023 - Go
-
Updated
Aug 17, 2023 - Go
Prevent Kubernetes misconfigurations from reaching production (again
-
Updated
Aug 10, 2023 - Go
Phan is a static analyzer for PHP. Phan prefers to avoid false-positives and attempts to prove incorrectness rather than correctness.
-
Updated
Aug 15, 2023 - PHP
Bandit is a tool designed to find common security issues in Python code.
-
Updated
Aug 17, 2023 - Python
It's not just a linter that annoys you!
-
Updated
Aug 17, 2023 - Python
An extensible multilanguage static code analyzer.
-
Updated
Aug 17, 2023 - Java
A static type analyzer for Python code
-
Updated
Aug 15, 2023 - Python
🔥 ~6x faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint
-
Updated
Aug 16, 2023 - Go
A tool to help eliminate NullPointerExceptions (NPEs) in your Java code with low build-time overhead
-
Updated
Aug 17, 2023 - Java
SpotBugs is FindBugs' successor. A tool for static analysis to look for bugs in Java code.
-
Updated
Aug 17, 2023 - Java