Code Analyzer
Run static analysis on source code files.
Inputs
path: Path to analyze (string)tool: Analysis tool to use (enum: eslint, pylint, clippy)
Procedure
- Discover source files
- Run the selected analysis tool
- Collect results
- Generate report
Outputs
- Analysis report with warnings and errors