fix: actually include cmd/service/service.go in the repo
openpayments-mock / check (push) Has been skipped
openpayments-mock / vulnerabilities (push) Has been skipped
openpayments-mock / build (push) Failing after 1m11s

The initial .gitignore had 'service' as a bare pattern, which matches
the cmd/service directory and silently excluded the entire mock
implementation (~28KB of main source). Anchor the ignore patterns
to the repo root so they only match top-level build artefacts, and
force-add the real source now.
This commit is contained in:
2026-04-21 06:20:50 +02:00
parent 42a0c280cb
commit 370ba70177
3 changed files with 904 additions and 6 deletions
+1 -2
View File
@@ -25,8 +25,7 @@ repos:
- repo: https://github.com/lietu/go-pre-commit
rev: v1.0.0
hooks:
- id: gofumpt
- id: golangci-lint-full
- id: go-test
- repo: https://github.com/gitleaks/gitleaks
rev: v8.28.0
hooks: