Add Continuous Integration to GitHub actions #1
Annotations
11 errors and 1 warning
|
Run golangci-lint:
tui/utils/json.go#L66
Error return value of `json.Indent` is not checked (errcheck)
|
Run golangci-lint:
tui/utils/json.go#L69
Error return value is not checked (errcheck)
|
Run golangci-lint:
tui/utils/json.go#L73
Error return value is not checked (errcheck)
|
Run golangci-lint:
cmd/utils.go#L27
Error return value of `buf.ReadFrom` is not checked (errcheck)
|
Run golangci-lint:
tui/bubbles/jqplayground/commands.go#L118
G306: Expect WriteFile permissions to be 0600 or less (gosec)
|
Run golangci-lint:
tui/bubbles/fileselector/fileselector.go#L15
import-shadowing: The name 'theme' shadows an import name (revive)
|
Run golangci-lint:
tui/bubbles/fileselector/fileselector.go#L38
unused-receiver: method receiver 'b' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
tui/bubbles/queryinput/queryinput.go#L68
cognitive-complexity: function (Bubble).Update has cognitive complexity 15 (> max enabled 7) (revive)
|
Run golangci-lint:
tui/bubbles/queryinput/queryinput.go#L68
cyclomatic: function (Bubble).Update has cyclomatic complexity 9 (> max enabled 5) (revive)
|
Run golangci-lint:
tui/bubbles/queryinput/queryinput.go#L20
import-shadowing: The name 'theme' shadows an import name (revive)
|
Install Go
Restore cache failed: Dependencies file is not found in /home/runner/work/jqp/jqp. Supported file pattern: go.sum
|
Loading