docs: Clarify metric collection methods for NTH modes #1503
Annotations
10 errors and 2 warnings
Set up golangci-lint:
pkg/interruptioneventstore/interruption-event-store.go#L58
s.Lock undefined (type *Store has no field or method Lock) (typecheck)
|
Set up golangci-lint:
pkg/interruptioneventstore/interruption-event-store.go#L59
s.Unlock undefined (type *Store has no field or method Unlock) (typecheck)
|
Set up golangci-lint:
pkg/interruptioneventstore/interruption-event-store.go#L65
s.RLock undefined (type *Store has no field or method RLock) (typecheck)
|
Set up golangci-lint:
pkg/interruptioneventstore/interruption-event-store.go#L67
s.RUnlock undefined (type *Store has no field or method RUnlock) (typecheck)
|
Set up golangci-lint:
pkg/interruptioneventstore/interruption-event-store.go#L72
s.Lock undefined (type *Store has no field or method Lock) (typecheck)
|
Set up golangci-lint:
pkg/interruptioneventstore/interruption-event-store.go#L73
s.Unlock undefined (type *Store has no field or method Unlock) (typecheck)
|
Set up golangci-lint:
pkg/interruptioneventstore/interruption-event-store.go#L85
s.RLock undefined (type *Store has no field or method RLock) (typecheck)
|
Set up golangci-lint:
pkg/interruptioneventstore/interruption-event-store.go#L86
s.RUnlock undefined (type *Store has no field or method RUnlock) (typecheck)
|
Set up golangci-lint:
pkg/interruptioneventstore/interruption-event-store.go#L97
s.RLock undefined (type *Store has no field or method RLock) (typecheck)
|
Set up golangci-lint:
pkg/interruptioneventstore/interruption-event-store.go#L98
s.RUnlock undefined (type *Store has no field or method RUnlock) (typecheck)
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading