feature/microservice-architecture #5

Merged
master merged 15 commits from feature/microservice-architecture into main 2025-11-06 13:47:18 +01:00
Showing only changes of commit cd57fe7c14 - Show all commits

View File

@@ -20,10 +20,5 @@ linters:
issues: issues:
max-issues-per-linter: 0 max-issues-per-linter: 0
max-same-issues: 0 max-same-issues: 0
exclude: # Note: exclusion rules moved in v2 config; keep minimal allowed keys
# Exclude test files from some checks
- path: _test\.go
linters:
- errcheck
- gosec