Merge pull request #121 from rishavmehra/rishavmehra/improvement #100
Annotations
10 errors and 1 warning
mux-sql/app.go#L110
Error return value of `w.Write` is not checked (errcheck)
|
mux-sql/app.go#L140
Error return value of `r.Body.Close` is not checked (errcheck)
|
mux-sql/app.go#L164
Error return value of `r.Body.Close` is not checked (errcheck)
|
mux-sql/app.go#L1
File is not `gofmt`-ed with `-s` (gofmt)
|
mux-sql/app.go#L29
exported: comment on exported method App.Initialize should be of the form "Initialize ..." (revive)
|
mux-sql/app.go#L53
exported: comment on exported method App.Run should be of the form "Run ..." (revive)
|
mux-sql/app_test.go#L17
Error return value of `a.Initialize` is not checked (errcheck)
|
mux-sql/app_test.go#L33
Error return value of `a.DB.Exec` is not checked (errcheck)
|
mux-sql/app_test.go#L34
Error return value of `a.DB.Exec` is not checked (errcheck)
|
mux-sql/app_test.go#L80
Error return value of `json.Unmarshal` is not checked (errcheck)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The logs for this run have expired and are no longer available.
Loading