infection.json.dist 200 B

1234567891011121314
  1. {
  2. "timeout": 10,
  3. "source": {
  4. "directories": [
  5. "src"
  6. ]
  7. },
  8. "logs": {
  9. "text": "infection.log"
  10. },
  11. "mutators": {
  12. "@default": true
  13. }
  14. }