From 8538a57b8551f7650e5b4f7c3677efda49aeb037 Mon Sep 17 00:00:00 2001 From: Jonathan Baldie Date: Wed, 20 May 2026 11:54:25 +0100 Subject: [PATCH] add go-mutesting --- data/tools/go-mutesting.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 data/tools/go-mutesting.yml diff --git a/data/tools/go-mutesting.yml b/data/tools/go-mutesting.yml new file mode 100644 index 000000000..006131776 --- /dev/null +++ b/data/tools/go-mutesting.yml @@ -0,0 +1,15 @@ +name: go-mutesting +categories: + - linter +tags: + - go +license: MIT License +types: + - cli +source: 'https://github.com/jonbaldie/go-mutesting' +homepage: 'https://jonbaldie.github.io/go-mutesting/' +description: >- + Mutation testing for Go. Applies code mutations (arithmetic, branch, expression, + loop, statement, concurrency, and more) and checks whether tests catch them. + Reports a mutation score index (MSI) with CI quality gates, per-test filtering, + parallel execution, and JSON output designed for LLM consumption.