13 lines
239 B
JSON
13 lines
239 B
JSON
|
{
|
||
|
"default_stop_words": [
|
||
|
"defmodule",
|
||
|
"defrecord",
|
||
|
"defimpl",
|
||
|
"def.+(.+\/\/.+).+do"
|
||
|
],
|
||
|
"custom_stop_words": [],
|
||
|
"coverage_options": {
|
||
|
"treat_no_relevant_lines_as_covered": true,
|
||
|
"minimum_coverage": 60
|
||
|
}
|
||
|
}
|