build: add v8 to module path #23
Annotations
10 errors and 2 warnings
golangci-lint:
cmd/zbctl/main_test.go#L252
cannot use &integrationTestSuite{…} (value of type *integrationTestSuite) as suite.TestingSuite value in argument to suite.Run: *integrationTestSuite does not implement suite.TestingSuite (missing method SetS) (typecheck)
|
golangci-lint:
cmd/zbctl/main_test.go#L280
s.FailNowf undefined (type *integrationTestSuite has no field or method FailNowf) (typecheck)
|
golangci-lint:
cmd/zbctl/main_test.go#L285
s.MonitoringAddress undefined (type *integrationTestSuite has no field or method MonitoringAddress) (typecheck)
|
golangci-lint:
cmd/zbctl/main_test.go#L286
s.FailNow undefined (type *integrationTestSuite has no field or method FailNow) (typecheck)
|
golangci-lint:
cmd/zbctl/main_test.go#L291
s.FailNowf undefined (type *integrationTestSuite has no field or method FailNowf) (typecheck)
|
golangci-lint:
cmd/zbctl/main_test.go#L296
s.NoErrorf undefined (type *integrationTestSuite has no field or method NoErrorf) (typecheck)
|
golangci-lint:
cmd/zbctl/main_test.go#L304
s.T undefined (type *integrationTestSuite has no field or method T) (typecheck)
|
golangci-lint:
cmd/zbctl/main_test.go#L337
s.PrintFailedContainerLogs undefined (type *integrationTestSuite has no field or method PrintFailedContainerLogs) (typecheck)
|
golangci-lint:
cmd/zbctl/main_test.go#L344
s.Require undefined (type *integrationTestSuite has no field or method Require) (typecheck)
|
golangci-lint:
cmd/zbctl/main_test.go#L348
s.Require undefined (type *integrationTestSuite has no field or method Require) (typecheck)
|
golangci-lint
Unexpected input(s) 'skip-pkg-cache', 'skip-build-cache', valid inputs are ['version', 'install-mode', 'working-directory', 'github-token', 'only-new-issues', 'skip-cache', 'skip-save-cache', 'problem-matchers', 'args', 'cache-invalidation-interval']
|
Post golangci-lint
Unexpected input(s) 'skip-pkg-cache', 'skip-build-cache', valid inputs are ['version', 'install-mode', 'working-directory', 'github-token', 'only-new-issues', 'skip-cache', 'skip-save-cache', 'problem-matchers', 'args', 'cache-invalidation-interval']
|
Loading