Initial upload: VibeGuard AI Code Anti-Pattern Detector v0.1.0
This commit is contained in:
43
.vibeguard.toml
Normal file
43
.vibeguard.toml
Normal 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 = ""
|
||||
Reference in New Issue
Block a user