set_analyzer_config
Configure analyzer thresholds and rules for persistent code audits. Update or set analysis parameters to customize scanning behavior.
Instructions
Set or update analyzer configuration that persists across audit runs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config | Yes | Configuration object for the analyzer (e.g., thresholds, rules) | |
| projectPath | No | Optional project path for project-specific config (defaults to global) | |
| analyzerName | Yes | The analyzer to configure (solid, dry, security, etc.) |