cargo-mutants 25.0.1-pre3

Inject bugs and see if your tests catch them
1
2
3
4
5
6
7
{
  "default": true,
  // Allow lines that are all italics or bold; they're not meant to be headings
  "MD036": false,
  "MD013": false, // Allow long lines
  "MD033": false // Allow inline HTML, needed for <div class="warning"> etc
}