mirror of
https://github.com/Dvorinka/Devour.git
synced 2026-06-03 20:13:03 +00:00
23 lines
478 B
JSON
23 lines
478 B
JSON
{
|
|
"target_strict_score": 95,
|
|
"review_max_age_days": 30,
|
|
"holistic_max_age_days": 30,
|
|
"generate_scorecard": true,
|
|
"badge_path": "scorecard.png",
|
|
"exclude": [
|
|
".venv",
|
|
"devour_data",
|
|
"cmd/devour_data",
|
|
"desloppify"
|
|
],
|
|
"ignore": [],
|
|
"ignore_metadata": {},
|
|
"zone_overrides": {},
|
|
"review_dimensions": [],
|
|
"large_files_threshold": 0,
|
|
"props_threshold": 0,
|
|
"finding_noise_budget": 10,
|
|
"finding_noise_global_budget": 0,
|
|
"languages": {}
|
|
}
|