UNPKG

mcp-server-semgrep

Version:

MCP Server for Semgrep Integration - static code analysis with AI

11 lines (10 loc) 266 B
rules: - id: useless-equal pattern: $X = $X message: This is always true. If testing for floating point NaN, use `Float.is_nan` instead. languages: [ocaml] severity: ERROR metadata: category: correctness technology: - ocaml