Initial upload: VibeGuard AI Code Anti-Pattern Detector v0.1.0

This commit is contained in:
2026-02-03 06:53:45 +00:00
parent 84c062cbf7
commit b53e7dde1b

43
.vibeguard.toml Normal file
View File

@@ -0,0 +1,43 @@
[version]
name = "vibeguard"
version = "0.1.0"
[analyze]
severity_threshold = "warning"
incremental = true
workers = 0
[patterns]
enabled = ["all"]
disabled = []
[ignore]
paths = [
"*.egg-info/",
"*.pyc",
"__pycache__/",
".git/",
"node_modules/",
"vendor/",
".tox/",
".venv/",
"venv/",
"build/",
"dist/",
]
[output]
theme = "default"
show_fixes = true
show_snippets = true
max_snippet_lines = 10
[formats]
json = true
html = true
sarif = true
[github]
comment_on_pr = false
create_check_runs = true
sarif_upload_url = ""