fix: workflow (#97) #17
Annotations
10 errors and 1 warning
golangci-lint:
echo-sql/handler.go#L103
Error return value of `res.Close` is not checked (errcheck)
|
golangci-lint:
echo-sql/handler.go#L146
Error return value of `res.Close` is not checked (errcheck)
|
golangci-lint:
echo-sql/handler.go#L158
Error return value of `c.Redirect` is not checked (errcheck)
|
golangci-lint:
echo-sql/handler.go#L223
Error return value of `res.Close` is not checked (errcheck)
|
golangci-lint:
echo-sql/main.go#L24
Error return value of `Logger.Sync` is not checked (errcheck)
|
golangci-lint:
echo-sql/main.go#L40
Error return value of `Database.Close` is not checked (errcheck)
|
golangci-lint:
echo-sql/handler.go#L41
exported: comment on exported function NewConnection should be of the form "NewConnection ..." (revive)
|
golangci-lint:
echo-sql/handler.go#L1
package-comments: should have a package comment (revive)
|
golangci-lint:
echo-sql/handler.go#L22
var-naming: don't use underscores in Go names; struct field db_name should be dbName (revive)
|
golangci-lint:
echo-sql/handler.go#L27
var-naming: don't use underscores in Go names; struct field Redirect_URL should be RedirectURL (revive)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading