UNPKG

mcp-server-semgrep

Version:

MCP Server for Semgrep Integration - static code analysis with AI

11 lines (10 loc) 287 B
rules: - id: use-click-secho pattern: click.echo(click.style($X, ...)) message: Use `click.secho($X)` instead. It combines click.echo() and click.style(). languages: [python] severity: ERROR metadata: category: best-practice technology: - click