mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-08 08:51:03 +01:00
22 lines
310 B
JSON
22 lines
310 B
JSON
{
|
|
"threshold": 0,
|
|
"reporters": [
|
|
"html",
|
|
"markdown"
|
|
],
|
|
"ignore": [
|
|
"**/node_modules/**",
|
|
"**/.git/**",
|
|
"**/.rbenv/**",
|
|
"**/.venv/**",
|
|
"**/report/**",
|
|
"**/*cache*/**",
|
|
"**/*.json",
|
|
"**/*.yaml",
|
|
"**/*.yml",
|
|
"**/*.md",
|
|
"**/*.html",
|
|
"**/*.xml"
|
|
]
|
|
}
|