a06f331eb8
install-script / powershell-syntax (push) Waiting to run
CI / benchmark (push) Has been skipped
install-script / posix-syntax (push) Successful in 6m1s
install-script / install (macos-14) (push) Waiting to run
install-script / install (ubuntu-latest) (push) Waiting to run
CI / build-onnx (push) Failing after 6m43s
init-smoke / dry-run (push) Failing after 15m57s
security / govulncheck (push) Has been cancelled
security / trivy-fs (push) Has been cancelled
CI / test (1.26, ubuntu-latest) (push) Has been cancelled
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
CI / test (1.26, macos-latest) (push) Has been cancelled
CI / build-windows (push) Has been cancelled
CI / lint (push) Has been cancelled
46 lines
630 B
YAML
46 lines
630 B
YAML
index:
|
|
languages:
|
|
- go
|
|
- typescript
|
|
- python
|
|
- rust
|
|
- java
|
|
exclude:
|
|
- "vendor/**"
|
|
- "node_modules/**"
|
|
- "**/*_test.go"
|
|
- "dist/**"
|
|
- "*.pb.go"
|
|
- ".venv"
|
|
- "venv"
|
|
- "env"
|
|
- ".pyenv"
|
|
- ".git"
|
|
- ".claude/worktrees/**"
|
|
- "results/**"
|
|
workers: 8
|
|
|
|
watch:
|
|
enabled: false
|
|
paths:
|
|
- "."
|
|
debounce_ms: 150
|
|
exclude:
|
|
- "**/*.tmp"
|
|
- "**/*.swp"
|
|
- "**/.git/**"
|
|
- "**/node_modules/**"
|
|
- "**/.next/**"
|
|
- "**/.venv/**"
|
|
- "venv"
|
|
- "env"
|
|
- ".pyenv"
|
|
|
|
query:
|
|
default_depth: 3
|
|
max_depth: 10
|
|
|
|
mcp:
|
|
transport: stdio
|
|
port: 8765
|