Files
vibeguard/.pre-commit-hooks.yaml

12 lines
385 B
YAML

repos:
- repo: https://7000pct.gitea.bloupla.net/7000pctAUTO/vibeguard
rev: v0.1.0
hooks:
- id: vibeguard
name: VibeGuard AI Anti-Pattern Detector
description: Scan code for AI coding assistant anti-patterns
entry: vibeguard analyze
language: system
types: [python, javascript, typescript, go, rust]
stages: [pre-commit]