We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
graphql-go/...
github.com/graphql-go/...
graphql-go/graphql
Result.ErrorsJoined
types/*
interface{}
bubbletea/bubbletea
cmd/cli
golangci-lint
.golangci-lint
SA9004
staticcheck: SA9004: false
The text was updated successfully, but these errors were encountered:
chris-ramon
No branches or pull requests
TODOs
graphql-go/...
togithub.com/graphql-go/...
.graphql-go/graphql
PR: {types,graphql_test}: AddsResult.ErrorsJoined
implementation. graphql#717, so the following code is replaced starting in line: https://github.com/graphql-go/compatibility-standard-definitions/blob/main/executor/go.go#L67-L81.types/*
interface{}
use with another strategy such as generics or later initialization.types/*
self invoking fields with a working strategy.bubbletea/bubbletea
code comments.cmd/cli
code comments.types/*
code comments.golangci-lint
comments..golangci-lint
disable the ruleSA9004
because go assumes the type when listing a variables inside a code block using const:The text was updated successfully, but these errors were encountered: