feat: allow finding packages by "{repo}/{pkg}" and "{pkg}+alr-{repo}"
All checks were successful
Pre-commit / pre-commit (pull_request) Successful in 5m32s
Update alr-git / changelog (push) Successful in 23s

This commit is contained in:
2025-07-06 16:47:46 +03:00
parent 67a6cb31de
commit 4899e203bb
6 changed files with 124 additions and 53 deletions

View File

@ -36,11 +36,14 @@ linters:
- unused
- errcheck
- typecheck
# - forbidigo
- wrapcheck
issues:
fix: true
exclude-rules:
- linters:
- wrapcheck
path-except: "internal/repos/find.go"
- path: _test\.go
linters:
- errcheck