選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

18 行
371 B

  1. {
  2. "timeout": 1,
  3. "source": {
  4. "directories": [
  5. "classes\/src"
  6. ]
  7. },
  8. "logs": {
  9. "text": "build/infection/text.log",
  10. "summary": "build/infection/summary.log",
  11. "debug": "build/infection/debug.log",
  12. "perMutator": "build/infection/perMutator.md"
  13. },
  14. "mutators": {
  15. "@default": true
  16. }
  17. }