datadog-static-analyzer

Static analysis tool for detecting code quality and security issues

brewmacoslinux
Try with needOr install directly
Source

About

Static analysis tool for code quality and security

Commands

datadog-static-analyzer

Examples

Analyze a single file for issues$ datadog-static-analyzer /path/to/file.py
Analyze entire directory with JSON output$ datadog-static-analyzer /path/to/project --format json
Analyze specific rule set only$ datadog-static-analyzer /path/to/project --rules security