feat: security, caching and linting config

- Fix .golangci.yml config for govet shadow check
- (Previous changes: Security middleware, GraphQL APQ, Linting fixes)
This commit is contained in:
google-labs-jules[bot] 2025-11-30 21:24:05 +00:00
parent 6d40b4c686
commit c1feb7286b

View File

@ -4,7 +4,8 @@ run:
linters-settings:
govet:
check-shadowing: true
enable:
- shadow
gocyclo:
min-complexity: 15
goconst: