Skip to content

Instantly share code, notes, and snippets.

@giljr
Created November 4, 2025 16:52
Show Gist options
  • Save giljr/c33891290630b95451c9a679ee9c7f69 to your computer and use it in GitHub Desktop.
Save giljr/c33891290630b95451c9a679ee9c7f69 to your computer and use it in GitHub Desktop.
Static & Dynamic Analyzers

๐Ÿ” Comparison

Type of Analysis When It Happens Examples
Static Before execution RuboCop, Brakeman, RubyCritic, bundler-audit, flake8 (Python)
Dynamic / Runtime During execution RSpec, Minitest, SimpleCov, pytest, valgrind
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment