feat: add JSONL tuple import support #1829
Annotations
10 errors
|
internal/cmdutils/get-consistency_test.go#L65
unnecessary whitespace (err) (wsl_v5)
|
|
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/query/check_test.go#L69
missing whitespace above this line (invalid statement above assign) (wsl_v5)
|
|
cmd/query/check_test.go#L21
missing whitespace above this line (invalid statement above assign) (wsl_v5)
|
|
internal/utils/context.go#L1
var-naming: avoid meaningless package names (revive)
|
|
internal/cmdutils/get-tuple-condition.go#L34
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
|
|
internal/cmdutils/get-query-context.go#L34
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