Skip to content

Update to latest

Update to latest #2

Triggered via pull request August 29, 2024 17:23
Status Failure
Total duration 10m 6s
Artifacts

go_lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint-go: pkg/plugins/pfs/corelist/corelist_load_gen.go#L26
cannot use sub (variable of type fs.FS) as *cue.Context value in argument to pfs.ParsePluginFS
lint-go: pkg/plugins/pfs/corelist/corelist_load_gen.go#L26
cannot use rt (variable of type *thema.Runtime) as fs.FS value in argument to pfs.ParsePluginFS: *thema.Runtime does not implement fs.FS (missing method Open) (typecheck)
lint-go: pkg/services/ldap/ldap_login_test.go#L41
cannot use connection (variable of type *MockConnection) as IConnection value in struct literal: *MockConnection does not implement IConnection (wrong type for method Close)
lint-go: pkg/services/ldap/ldap_login_test.go#L62
cannot use connection (variable of type *MockConnection) as IConnection value in struct literal: *MockConnection does not implement IConnection (wrong type for method Close)
lint-go: pkg/services/ldap/ldap_login_test.go#L82
cannot use connection (variable of type *MockConnection) as IConnection value in struct literal: *MockConnection does not implement IConnection (wrong type for method Close)
lint-go: pkg/services/ldap/ldap_login_test.go#L122
cannot use connection (variable of type *MockConnection) as IConnection value in struct literal: *MockConnection does not implement IConnection (wrong type for method Close)
lint-go: pkg/services/ldap/ldap_login_test.go#L155
cannot use connection (variable of type *MockConnection) as IConnection value in struct literal: *MockConnection does not implement IConnection (wrong type for method Close)
lint-go: pkg/services/ldap/ldap_login_test.go#L205
cannot use connection (variable of type *MockConnection) as IConnection value in struct literal: *MockConnection does not implement IConnection (wrong type for method Close)
lint-go: pkg/services/ldap/ldap_login_test.go#L248
cannot use connection (variable of type *MockConnection) as IConnection value in struct literal: *MockConnection does not implement IConnection (wrong type for method Close)
lint-go: pkg/services/ldap/ldap_private_test.go#L70
cannot use &MockConnection{} (value of type *MockConnection) as IConnection value in struct literal: *MockConnection does not implement IConnection (wrong type for method Close)