feat: support multiple tuple files #1822
Annotations
10 errors
|
cmd/tuple/tuple.go#L41
missing whitespace above this line (too many statements above if) (wsl_v5)
|
|
cmd/query/list-relations_test.go#L94
unnecessary whitespace (err) (wsl_v5)
|
|
cmd/query/list-relations_test.go#L55
unnecessary whitespace (err) (wsl_v5)
|
|
cmd/model/get_test.go#L97
missing whitespace above this line (invalid statement above assign) (wsl_v5)
|
|
cmd/model/get_test.go#L59
missing whitespace above this line (invalid statement above assign) (wsl_v5)
|
|
cmd/model/get_test.go#L25
missing whitespace above this line (invalid statement above assign) (wsl_v5)
|
|
internal/utils/context.go#L1
var-naming: avoid meaningless package names (revive)
|
|
internal/authorizationmodel/model.go#L271
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
|
|
internal/authorizationmodel/model.go#L265
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
|
|
internal/authorizationmodel/model.go#L115
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
|
The logs for this run have expired and are no longer available.
Loading