Group field whose elements do not have the same fields are incorrectly parsed #362
Annotations
10 errors and 1 warning
golangci-lint:
internal/testsuite/store_suite.go#L34
s.Require undefined (type *StoreTestSuite has no field or method Require) (typecheck)
|
golangci-lint:
internal/testsuite/store_suite.go#L35
s.Require undefined (type *StoreTestSuite has no field or method Require) (typecheck)
|
golangci-lint:
internal/testsuite/store_suite.go#L38
s.Require undefined (type *StoreTestSuite has no field or method Require) (typecheck)
|
golangci-lint:
internal/testsuite/store_suite.go#L41
s.Equal undefined (type *StoreTestSuite has no field or method Equal) (typecheck)
|
golangci-lint:
internal/testsuite/store_suite.go#L42
s.Equal undefined (type *StoreTestSuite has no field or method Equal) (typecheck)
|
golangci-lint:
internal/testsuite/store_suite.go#L49
s.Equal undefined (type *StoreTestSuite has no field or method Equal) (typecheck)
|
golangci-lint:
internal/testsuite/store_suite.go#L158
s.T undefined (type *StoreTestSuite has no field or method T) (typecheck)
|
golangci-lint:
internal/testsuite/store_suite.go#L161
s.T undefined (type *StoreTestSuite has no field or method T) (typecheck)
|
golangci-lint:
internal/testsuite/store_suite.go#L165
s.T undefined (type *StoreTestSuite has no field or method T) (typecheck)
|
golangci-lint:
internal/testsuite/store_suite.go#L200
s.False undefined (type *StoreTestSuite has no field or method False) (typecheck)
|
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/.
|
Loading