We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d67997 commit 776014aCopy full SHA for 776014a
1 file changed
README.md
@@ -311,9 +311,11 @@ absolute gate. [docs/ARCHITECTURE.md →](docs/ARCHITECTURE.md)
311
# .pre-commit-config.yaml
312
repos:
313
- repo: https://github.com/flamehaven01/AI-SLOP-Detector
314
- rev: v3.5.0
+ rev: v3.6.0
315
hooks:
316
- - id: slop-detector
+ - id: slop-detector # hard gate — fails on CRITICAL_DEFICIT >= 70
317
+ # - id: slop-detector-warn # soft mode — reports only, never blocks
318
+ # - id: slop-detector-patterns # fast per-file pattern scan
319
```
320
321
**GitHub Actions** (runs on every PR):
0 commit comments