Replace GraphQL server with Connect RPC

This commit is contained in:
David Stotijn
2025-02-05 21:54:59 +01:00
parent 52c83a1989
commit 6889c9c183
53 changed files with 5875 additions and 11685 deletions

View File

@ -24,7 +24,7 @@ linters:
- maligned
- nilnil
- nlreturn
- scopelint
- scopelint
- testpackage
- varnamelen
- wrapcheck
@ -35,19 +35,19 @@ linters-settings:
godot:
capital: true
ireturn:
allow: "error,empty,anon,stdlib,.*(or|er)$,github.com/99designs/gqlgen/graphql.Marshaler,github.com/dstotijn/hetty/pkg/api.QueryResolver,github.com/dstotijn/hetty/pkg/filter.Expression"
allow: "error,empty,anon,stdlib,.*(or|er)$,github.com/dstotijn/hetty/pkg/filter.Expression"
issues:
exclude-rules:
- linters:
- gosec
- gosec
# Ignore SHA1 usage.
text: "G(401|505):"
- linters:
- wsl
- wsl
# Ignore cuddled defer statements.
text: "only one cuddle assignment allowed before defer statement"
- linters:
- nlreturn
- nlreturn
# Ignore `break` without leading blank line.
text: "break with no blank line before"
text: "break with no blank line before"