UNPKG

mcp-server-semgrep

Version:

MCP Server for Semgrep Integration - static code analysis with AI

11 lines (10 loc) 240 B
rules: - id: ocamllint-useless-if pattern: if $X then $E else $E message: Useless if. Both branches are equal. languages: [ocaml] severity: ERROR metadata: category: correctness technology: - ocaml