chore: linting #63
Annotations
10 errors and 1 warning
igmigrator.go#L85
error returned from interface method should be wrapped: sig: func (github.com/worldline-go/igmigrator/v2.DB).BeginTx(ctx context.Context, opts *database/sql.TxOptions) (*database/sql.Tx, error) (wrapcheck)
|
igmigrator.go#L98
error returned from interface method should be wrapped: sig: func (database/sql/driver.Tx).Commit() error (wrapcheck)
|
igmigrator.go#L220
error returned from external package is unwrapped: sig: func path/filepath.Walk(root string, fn path/filepath.WalkFunc) error (wrapcheck)
|
igmigrator.go#L241
error returned from external package is unwrapped: sig: func os.Open(name string) (*os.File, error) (wrapcheck)
|
igmigrator.go#L246
error returned from external package is unwrapped: sig: func (*os.File).Readdir(n int) ([]io/fs.FileInfo, error) (wrapcheck)
|
igmigrator.go#L277
error returned from interface method should be wrapped: sig: func (github.com/worldline-go/igmigrator/v2.Transaction).ExecContext(ctx context.Context, query string, args ...interface{}) (database/sql.Result, error) (wrapcheck)
|
igmigrator.go#L316
error returned from external package is unwrapped: sig: func os.ReadFile(name string) ([]byte, error) (wrapcheck)
|
igmigrator.go#L326
error returned from interface method should be wrapped: sig: func (github.com/worldline-go/igmigrator/v2.Transaction).ExecContext(ctx context.Context, query string, args ...interface{}) (database/sql.Result, error) (wrapcheck)
|
igmigrator.go#L333
error returned from interface method should be wrapped: sig: func (github.com/worldline-go/igmigrator/v2.Transaction).ExecContext(ctx context.Context, query string, args ...interface{}) (database/sql.Result, error) (wrapcheck)
|
igmigrator.go#L345
error returned from interface method should be wrapped: sig: func (github.com/worldline-go/igmigrator/v2.Transaction).ExecContext(ctx context.Context, query string, args ...interface{}) (database/sql.Result, error) (wrapcheck)
|
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