🌱 Bump github.com/operator-framework/operator-lib #160
Annotations
11 errors
Lint:
pkg/reconciler/reconciler.go#L1024
error-strings: error strings should not be capitalized or end with punctuation or a newline (revive)
|
Lint:
pkg/reconciler/reconciler.go#L1027
error-strings: error strings should not be capitalized or end with punctuation or a newline (revive)
|
Lint:
pkg/reconciler/reconciler.go#L1030
error-strings: error strings should not be capitalized or end with punctuation or a newline (revive)
|
Lint:
pkg/reconciler/reconciler.go#L104
type `watchDescription` is unused (unused)
|
Lint:
pkg/reconciler/reconciler_test.go#L204
ginkgo-linter: wrong boolean assertion; consider using `Expect(r.stripManifestFromStatus).To(BeFalse())` instead (ginkgolinter)
|
Lint:
pkg/reconciler/reconciler_test.go#L208
ginkgo-linter: wrong boolean assertion; consider using `Expect(r.stripManifestFromStatus).To(BeTrue())` instead (ginkgolinter)
|
Lint:
pkg/reconciler/reconciler_test.go#L1421
ginkgo-linter: wrong error assertion; consider using `Expect(err).ToNot(HaveOccurred())` instead (ginkgolinter)
|
Lint:
pkg/reconciler/reconciler_test.go#L1436
ginkgo-linter: wrong error assertion; consider using `Expect(err).ToNot(HaveOccurred())` instead (ginkgolinter)
|
Lint:
pkg/reconciler/reconciler_test.go#L1450
ginkgo-linter: wrong error assertion; consider using `Expect(err).ToNot(HaveOccurred())` instead (ginkgolinter)
|
Lint:
pkg/reconciler/reconciler.go#L1036
ST1005: error strings should not be capitalized (stylecheck)
|
Test
Process completed with exit code 2.
|