26 lines
423 B
JSON
26 lines
423 B
JSON
{
|
|
"threshold": 3,
|
|
"reporters": ["html", "markdown"],
|
|
"ignore": [
|
|
"**/node_modules/**",
|
|
"**/.git/**",
|
|
"**/.rbenv/**",
|
|
"**/.venv/**",
|
|
"**/*cache*/**",
|
|
"**/*.json",
|
|
"**/*.yaml",
|
|
"**/*.yml",
|
|
"**/*.md",
|
|
"**/*.html",
|
|
"**/*.xml",
|
|
"**/*.jpg",
|
|
"**/*.png",
|
|
"**/*.svg",
|
|
"**/*.zip",
|
|
"**/*.bin",
|
|
"**/noxfile.py",
|
|
"**/quickbot/**/*.*",
|
|
"**/.nox/**"
|
|
]
|
|
}
|