снова рефакторинг #74
Annotations
10 errors and 1 warning
lint (1.21.5):
internal/bloom/interface.go#L51
commentFormatting: put a space between `//` and comment text (gocritic)
|
lint (1.21.5):
internal/bloom/cbf_filter.go#L27
line is 123 characters (lll)
|
lint (1.21.5):
internal/bloom/sbf_filter.go#L27
line is 121 characters (lll)
|
lint (1.21.5):
internal/bloom/interface.go#L154
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
lint (1.21.5):
internal/bloom/interface.go#L159
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
lint (1.21.5):
internal/bloom/interface.go#L120
shadow: declaration of "err" shadows declaration at line 110 (govet)
|
lint (1.21.5):
internal/bloom/interface.go#L153
shadow: declaration of "err" shadows declaration at line 137 (govet)
|
lint (1.21.5):
internal/bloom/interface.go#L64
MakeEngine returns interface (bloom-du/internal/bloom.Filter) (ireturn)
|
lint (1.21.5):
internal/bloom/cbf_filter.go#L118
fmt.Sprintf can be replaced with string addition (perfsprint)
|
lint (1.21.5)
issues found
|
lint (1.21.5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
|