alingse / go-linter-runner

use github action to run go linter for public repos
Other
2 stars 0 forks source link

Run Linter testifylint.yaml For Top 1w github golang repo #2

Open alingse opened 1 month ago

alingse commented 1 month ago

https://github.com/alingse/go-linter-runner/blob/main/jobs/testifylint.yaml

name: testifylint
linter: testifylint
workdir: .
install: go install github.com/Antonboom/testifylint@latest
includes: []
excludes: []

the failed actions https://github.com/alingse/go-linter-runner/actions?query=is%3Afailure

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/go-task/task got output

https://github.com/go-task/task/blob/main/task_test.go#L1741:2: expected-actual: need to reverse actual and expected values
https://github.com/go-task/task/blob/main/task_test.go#L1801:2: expected-actual: need to reverse actual and expected values
https://github.com/go-task/task/blob/main/internal/omap/orderedmap_test.go#L78:2: require-error: for error assertions use require
https://github.com/go-task/task/blob/main/internal/sort/sorter_test.go#L74:4: expected-actual: need to reverse actual and expected values

Report issue: https://github.com/go-task/task/issues

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/elastic/beats got output

-: # github.com/coreos/go-systemd/v22/sdjournal
../../../../go/pkg/mod/github.com/coreos/go-systemd/v22@v22.3.2/sdjournal/journal.go#L27:11: fatal error: systemd/sd-journal.h: No such file or directory
27 | // #include <systemd/sd-journal.h>
|           ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
/home/runner/go/pkg/mod/github.com/coreos/go-systemd/v22@v22.3.2/sdjournal/journal.go#L321:8: could not import C (no metadata for C)
-: # github.com/google/gopacket/pcap
../../../../go/pkg/mod/github.com/elastic/gopacket@v1.1.20-0.20211202005954-d412fca7f83a/pcap/pcap_unix.go#L34:10: fatal error: pcap.h: No such file or directory
34 | #include <pcap.h>
|          ^~~~~~~~
compilation terminated.
/home/runner/go/pkg/mod/github.com/elastic/gopacket@v1.1.20-0.20211202005954-d412fca7f83a/pcap/pcap_unix.go#L167:8: could not import C (no metadata for C)
-: # github.com/elastic/beats/v7/x-pack/auditbeat/module/system/package
x-pack/auditbeat/module/system/package/rpm_linux.go#L25:10: fatal error: rpm/rpmlib.h: No such file or directory
25 | #include <rpm/rpmlib.h>
|          ^~~~~~~~~~~~~~
compilation terminated.
https://github.com/elastic/beats/blob/main/x-pack/auditbeat/module/system/package/rpm_linux.go#L155:8: could not import C (no metadata for C)
-: # github.com/elastic/beats/v7/x-pack/auditbeat/module/system/package
# [github.com/elastic/beats/v7/x-pack/auditbeat/module/system/package]
x-pack/auditbeat/module/system/package/rpm_linux.go#L25:10: fatal error: rpm/rpmlib.h: No such file or directory
25 | #include <rpm/rpmlib.h>
|          ^~~~~~~~~~~~~~
compilation terminated.
https://github.com/elastic/beats/blob/main/x-pack/auditbeat/module/system/package/rpm_linux.go#L155:8: could not import C (no metadata for C)
testifylint: 8 errors during loading

Report issue: https://github.com/elastic/beats/issues

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/gwuhaolin/livego got output

https://github.com/gwuhaolin/livego/blob/master/container/ts/muxer_test.go#L37:2: error-nil: use at.NoError
https://github.com/gwuhaolin/livego/blob/master/container/ts/muxer_test.go#L38:2: expected-actual: need to reverse actual and expected values
https://github.com/gwuhaolin/livego/blob/master/container/ts/muxer_test.go#L39:2: expected-actual: need to reverse actual and expected values
https://github.com/gwuhaolin/livego/blob/master/parser/h264/parser_test.go#L22:2: error-nil: use at.NoError
https://github.com/gwuhaolin/livego/blob/master/parser/h264/parser_test.go#L23:2: expected-actual: need to reverse actual and expected values
https://github.com/gwuhaolin/livego/blob/master/parser/h264/parser_test.go#L38:2: error-nil: use at.NoError
https://github.com/gwuhaolin/livego/blob/master/parser/h264/parser_test.go#L39:2: expected-actual: need to reverse actual and expected values
https://github.com/gwuhaolin/livego/blob/master/parser/h264/parser_test.go#L63:2: error-nil: use at.NoError
https://github.com/gwuhaolin/livego/blob/master/parser/h264/parser_test.go#L64:2: expected-actual: need to reverse actual and expected values
https://github.com/gwuhaolin/livego/blob/master/parser/h264/parser_test.go#L65:2: expected-actual: need to reverse actual and expected values
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/chunk_stream_test.go#L38:2: expected-actual: need to reverse actual and expected values
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/chunk_stream_test.go#L39:2: expected-actual: need to reverse actual and expected values
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/chunk_stream_test.go#L40:2: expected-actual: need to reverse actual and expected values
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/chunk_stream_test.go#L41:2: len: use at.Len
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/chunk_stream_test.go#L42:2: expected-actual: need to reverse actual and expected values
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/chunk_stream_test.go#L72:2: expected-actual: need to reverse actual and expected values
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/chunk_stream_test.go#L73:2: expected-actual: need to reverse actual and expected values
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/chunk_stream_test.go#L74:2: expected-actual: need to reverse actual and expected values
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/chunk_stream_test.go#L75:2: len: use at.Len
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/chunk_stream_test.go#L76:2: bool-compare: use at.True
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/chunk_stream_test.go#L77:2: expected-actual: need to reverse actual and expected values
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/chunk_stream_test.go#L78:2: expected-actual: need to reverse actual and expected values
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/chunk_stream_test.go#L96:2: error-nil: use at.NoError
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/chunk_stream_test.go#L97:2: len: use at.Len
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/conn_test.go#L35:2: error-nil: use at.NoError
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/conn_test.go#L36:2: expected-actual: need to reverse actual and expected values
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/conn_test.go#L37:2: expected-actual: need to reverse actual and expected values
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/conn_test.go#L38:2: expected-actual: need to reverse actual and expected values
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/conn_test.go#L82:2: error-nil: use at.NoError
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/conn_test.go#L83:2: expected-actual: need to reverse actual and expected values
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/conn_test.go#L84:2: len: use at.Len
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/conn_test.go#L88:2: error-nil: use at.NoError
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/conn_test.go#L89:2: expected-actual: need to reverse actual and expected values
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/conn_test.go#L90:2: len: use at.Len
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/conn_test.go#L132:2: error-nil: use at.NoError
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/conn_test.go#L134:2: len: use at.Len
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/conn_test.go#L138:2: error-nil: use at.NoError
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/conn_test.go#L143:2: error-nil: use at.NoError
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/conn_test.go#L145:2: len: use at.Len
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/conn_test.go#L173:2: error-nil: use at.NoError
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/conn_test.go#L174:2: expected-actual: need to reverse actual and expected values
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/conn_test.go#L175:2: expected-actual: need to reverse actual and expected values
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/conn_test.go#L176:2: expected-actual: need to reverse actual and expected values
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/conn_test.go#L177:2: len: use at.Len
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/conn_test.go#L184:2: error-nil: use at.NoError
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/conn_test.go#L198:2: error-nil: use at.NoError
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/conn_test.go#L199:2: len: use at.Len
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/conn_test.go#L227:2: error-nil: use at.NoError
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/conn_test.go#L229:2: expected-actual: need to reverse actual and expected values
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/conn_test.go#L241:2: error-nil: use at.NoError
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/conn_test.go#L243:2: expected-actual: need to reverse actual and expected values
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/conn_test.go#L249:2: error-nil: use at.NoError
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/conn_test.go#L251:2: expected-actual: need to reverse actual and expected values
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/read_writer_test.go#L17:2: error-nil: use at.NoError
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/read_writer_test.go#L18:2: error-nil: use at.NoError
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/read_writer_test.go#L19:2: expected-actual: need to reverse actual and expected values
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/read_writer_test.go#L27:2: expected-actual: need to reverse actual and expected values
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/read_writer_test.go#L47:3: error-nil: use at.NoError
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/read_writer_test.go#L69:3: error-nil: use at.NoError
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/read_writer_test.go#L80:2: error-nil: use at.NoError
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/read_writer_test.go#L81:2: error-nil: use at.NoError
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/read_writer_test.go#L82:2: expected-actual: need to reverse actual and expected values
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/read_writer_test.go#L87:2: expected-actual: need to reverse actual and expected values
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/read_writer_test.go#L107:3: error-nil: use at.NoError
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/read_writer_test.go#L109:3: error-nil: use at.NoError
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/read_writer_test.go#L131:3: error-nil: use at.NoError
https://github.com/gwuhaolin/livego/blob/master/protocol/rtmp/core/read_writer_test.go#L133:3: error-nil: use at.NoError

Report issue: https://github.com/gwuhaolin/livego/issues

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/esimov/caire got output

-: # gioui.org/app/internal/xkb
# [pkg-config --cflags  -- xkbcommon]
Package xkbcommon was not found in the pkg-config search path.
Perhaps you should add the directory containing `xkbcommon.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xkbcommon' found
https://github.com/esimov/caire/blob/master/vendor/gioui.org/app/internal/xkb/xkb_unix.go#L31:8: could not import C (no metadata for C)
-: # gioui.org/internal/vk
# [pkg-config --cflags  -- wayland-client]
Package wayland-client was not found in the pkg-config search path.
Perhaps you should add the directory containing `wayland-client.pc'
to the PKG_CONFIG_PATH environment variable
No package 'wayland-client' found
https://github.com/esimov/caire/blob/master/vendor/gioui.org/internal/vk/vulkan.go#L387:8: could not import C (no metadata for C)
https://github.com/esimov/caire/blob/master/vendor/gioui.org/internal/egl/egl_unix.go#L20:8: could not import C (no metadata for C)
https://github.com/esimov/caire/blob/master/vendor/gioui.org/app/egl_wayland.go#L26:8: could not import C (no metadata for C)
testifylint: 6 errors during loading

Report issue: https://github.com/esimov/caire/issues

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/therecipe/qt got output

cmd/env/linux_amd64.go#L5:8: no required module provides package github.com/therecipe/env_linux_amd64_513; to add it:
go get github.com/therecipe/env_linux_amd64_513
https://github.com/therecipe/qt/blob/master/cmd/env/linux_amd64.go#L5:10: could not import github.com/therecipe/env_linux_amd64_513 (invalid package name: "")
internal/binding/files/docs/mod.go#L4:2: no required module provides package github.com/therecipe/qt/internal/binding/files/docs/5.12.0; to add it:
go get github.com/therecipe/qt/internal/binding/files/docs/5.12.0
internal/binding/files/docs/mod.go#L5:2: no required module provides package github.com/therecipe/qt/internal/binding/files/docs/5.13.0; to add it:
go get github.com/therecipe/qt/internal/binding/files/docs/5.13.0
https://github.com/therecipe/qt/blob/master/internal/binding/files/docs/mod.go#L4:4: could not import github.com/therecipe/qt/internal/binding/files/docs/5.12.0 (invalid package name: "")
https://github.com/therecipe/qt/blob/master/internal/binding/files/docs/mod.go#L5:4: could not import github.com/therecipe/qt/internal/binding/files/docs/5.13.0 (invalid package name: "")
internal/cmd/moc/moc.go#L19:2: missing go.sum entry for module providing package golang.org/x/tools/imports (imported by github.com/therecipe/qt/internal/cmd/moc); to add:
go get github.com/therecipe/qt/internal/cmd/moc
https://github.com/therecipe/qt/blob/master/internal/cmd/moc/moc.go#L19:2: could not import golang.org/x/tools/imports (invalid package name: "")
-: # github.com/therecipe/qt/felgo
felgo.cpp:9:10: fatal error: FelgoApplication: No such file or directory
9 | #include <FelgoApplication>
|          ^~~~~~~~~~~~~~~~~~
compilation terminated.
https://github.com/therecipe/qt/blob/master/felgo/felgo.go#L9:8: could not import C (no metadata for C)
-: # github.com/therecipe/qt/interop
interop/interop_api.go#L29:24: undefined: NewMainThreadHelper
https://github.com/therecipe/qt/blob/master/interop/interop_api.go#L29:24: undefined: NewMainThreadHelper
https://github.com/therecipe/qt/blob/master/interop/dart/dart.go#L16:8: could not import C (no metadata for C)
https://github.com/therecipe/qt/blob/master/flutter/embedder.go#L42:8: could not import C (no metadata for C)
-: found packages qml (utils-qml.go) and runtime (utils-runtime.go) in https://github.com/therecipe/qt/blob/master/internal/binding/files
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-runtime.go#L1:1: package runtime; expected qml
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L33:43: undefined: QJSValue
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L41:26: undefined: QJSEngine_ITF
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L144:32: undefined: QJSValue
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L144:43: undefined: QJSValue
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L261:12: undefined: QJSEngine
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L261:39: undefined: QJSValue
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L269:12: undefined: QJSEngine
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L269:61: undefined: QJSValue
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L449:12: undefined: QJSEngine
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L449:43: undefined: QJSValue
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L449:69: undefined: QJSValue
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L453:12: undefined: QJSEngine
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L453:52: undefined: QJSValue
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L457:12: undefined: QJSEngine
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L457:43: undefined: QJSValue
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L457:85: undefined: QJSValue
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L628:12: undefined: QJSEngine
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L628:51: undefined: QJSValue
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L655:12: undefined: QJSEngine
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L655:62: undefined: QJSValue
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L57:40: undefined: NewQJSValue
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L57:52: undefined: QJSValue__UndefinedValue
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L109:12: undefined: QJSValue
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L117:72: undefined: QJSValue
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L131:12: undefined: QJSValue
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L139:72: undefined: QJSValue
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L139:86: undefined: NewQJSValue8
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L170:12: undefined: QJSEngine_qjsEngine
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L203:26: undefined: QJSValue
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L229:37: undefined: NewQJSValue
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L229:49: undefined: QJSValue__UndefinedValue
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L236:69: undefined: QJSValue
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L242:11: undefined: NewQJSValue
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L242:23: undefined: QJSValue__UndefinedValue
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L247:11: undefined: NewQJSValue
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L247:23: undefined: QJSValue__UndefinedValue
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L253:67: undefined: QJSValue
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L295:21: undefined: QJSValue
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L551:11: undefined: QJSValue
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L559:33: undefined: QJSValue
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L573:113: undefined: QJSValue
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L630:72: undefined: QJSValue
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L630:81: undefined: NewQJSValue8
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L630:99: undefined: NewQJSValue8
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L642:12: undefined: QJSValue
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L665:34: undefined: NewQJSValue8
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L681:64: undefined: QJSValue
https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L681:78: undefined: NewQJSValue8
-: # github.com/therecipe/qt/internal/binding/runtime
internal/binding/runtime/utils-runtime.go#L9:74: undefined: NewHelper
internal/binding/runtime/utils-runtime.go#L19:29: h.ConnectWrapperFunction undefined (type *helper has no field or method ConnectWrapperFunction)
https://github.com/therecipe/qt/blob/master/internal/binding/runtime/utils-runtime.go#L9:74: undefined: NewHelper
https://github.com/therecipe/qt/blob/master/internal/binding/runtime/utils-runtime.go#L19:29: h.ConnectWrapperFunction undefined (type *helper has no field or method ConnectWrapperFunction)
-: # github.com/therecipe/qt/internal/cmd/moc/test/sub
internal/cmd/moc/test/sub/subb.go#L78:45: undefined: NewSomeType
internal/cmd/moc/test/sub/subb.go#L106:43: undefined: NewSomeType
internal/cmd/moc/test/sub/subb.go#L131:42: undefined: NewSomeType
https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/sub/subb.go#L78:45: undefined: NewSomeType
https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/sub/subb.go#L106:43: undefined: NewSomeType
https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/sub/subb.go#L131:42: undefined: NewSomeType
-: # github.com/therecipe/qt/webkit
webkit.cpp:9:10: fatal error: QAction: No such file or directory
9 | #include <QAction>
|          ^~~~~~~~~
compilation terminated.
https://github.com/therecipe/qt/blob/master/webkit/webkit.go#L9:8: could not import C (no metadata for C)
https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L531:3: undefined: NewTestStruct
https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L532:3: undefined: NewOtherTestStruct
https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L533:3: undefined: NewSubTestStruct
https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L534:7: undefined: sub.NewSubTestStruct
https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L535:16: undefined: subsubcustom.NewSubSubTestStruct
https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L537:12: undefined: NewSubSubTestStruct
https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L543:10: undefined: NewTestStruct
https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L762:11: undefined: NewOtherTestStruct
https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L799:10: undefined: NewTestStruct
https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L996:11: undefined: NewOtherTestStruct
https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L1022:10: undefined: NewTestStruct
https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L1241:11: undefined: NewOtherTestStruct
https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L1273:10: undefined: NewTestStruct
https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L1367:10: undefined: NewTestStruct
https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L1448:10: undefined: NewTestStruct
https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L1542:10: undefined: NewTestStruct
https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L1682:11: undefined: NewSubTestStruct
https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L1691:11: undefined: NewSubSubTestStruct
internal/utils/flags_test.go#L6:2: missing go.sum entry for module providing package github.com/stretchr/testify/require (imported by github.com/therecipe/qt/internal/utils); to add:
go get -t github.com/therecipe/qt/internal/utils
https://github.com/therecipe/qt/blob/master/internal/utils/flags_test.go#L6:2: could not import github.com/stretchr/testify/require (invalid package name: "")
testifylint: 93 errors during loading

Report issue: https://github.com/therecipe/qt/issues

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/hajimehoshi/ebiten got output

-: # github.com/hajimehoshi/ebiten/v2/internal/glfw
In file included from internal/glfw/native_linbsd.go#L14:
./glfw3native_unix.h:106:12: fatal error: X11/extensions/Xrandr.h: No such file or directory
106 |   #include <X11/extensions/Xrandr.h>
|            ^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
https://github.com/hajimehoshi/ebiten/blob/main/internal/glfw/build_linux.go#L9:8: could not import C (no metadata for C)
-: # github.com/ebitengine/oto/v3
# [pkg-config --cflags  -- alsa]
Package alsa was not found in the pkg-config search path.
Perhaps you should add the directory containing `alsa.pc'
to the PKG_CONFIG_PATH environment variable
No package 'alsa' found
/home/runner/go/pkg/mod/github.com/ebitengine/oto/v3@v3.3.0-alpha.1/driver_unix.go#L22:8: could not import C (no metadata for C)
testifylint: 4 errors during loading

Report issue: https://github.com/hajimehoshi/ebiten/issues

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/gotify/server got output

ui/serve.go#L15:12: pattern build/*: no matching files found
testifylint: error during loading

Report issue: https://github.com/gotify/server/issues

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/gomodule/redigo got output

https://github.com/gomodule/redigo/blob/master/redis/reply_test.go#L264:2: len: use require.Len
https://github.com/gomodule/redigo/blob/master/redis/reply_test.go#L273:2: expected-actual: need to reverse actual and expected values
https://github.com/gomodule/redigo/blob/master/redisx/connmux_test.go#L179:5: go-require: require must only be used in the goroutine running the test function
https://github.com/gomodule/redigo/blob/master/redisx/connmux_test.go#L217:5: go-require: require must only be used in the goroutine running the test function
https://github.com/gomodule/redigo/blob/master/redisx/connmux_test.go#L247:5: go-require: require must only be used in the goroutine running the test function
https://github.com/gomodule/redigo/blob/master/redisx/connmux_test.go#L252:5: go-require: require must only be used in the goroutine running the test function

Report issue: https://github.com/gomodule/redigo/issues

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/semaphoreui/semaphore got output

api/router.go#L25:12: pattern public/*: no matching files found
-: # github.com/ansible-semaphore/semaphore/api [github.com/ansible-semaphore/semaphore/api.test]
api/router.go#L25:3: invalid go:embed: build system did not supply embed configuration
testifylint: 2 errors during loading

Report issue: https://github.com/semaphoreui/semaphore/issues

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/go-vgo/robotgo got output

-: # github.com/go-vgo/robotgo
In file included from ./key.go#L15:
./key/keypress_c.h:22:18: fatal error: X11/extensions/XTest.h: No such file or directory
22 |         #include <X11/extensions/XTest.h>
|                  ^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
https://github.com/go-vgo/robotgo/blob/master/key.go#L17:8: could not import C (no metadata for C)
testifylint: 2 errors during loading

Report issue: https://github.com/go-vgo/robotgo/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682477840

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/panjf2000/gnet got output

https://github.com/panjf2000/gnet/blob/dev/gnet_test.go#L672:3: expected-actual: need to reverse actual and expected values
https://github.com/panjf2000/gnet/blob/dev/gnet_test.go#L1338:2: negative-positive: use require.Positive
https://github.com/panjf2000/gnet/blob/dev/gnet_test.go#L1339:2: negative-positive: use require.Positive
https://github.com/panjf2000/gnet/blob/dev/gnet_test.go#L1664:2: expected-actual: need to reverse actual and expected values
https://github.com/panjf2000/gnet/blob/dev/gnet_test.go#L725:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/gnet_test.go#L727:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/client_test.go#L594:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/client_test.go#L596:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/gnet_test.go#L567:3: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/gnet_test.go#L572:3: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/gnet_test.go#L1088:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/gnet_test.go#L832:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/client_test.go#L446:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/client_test.go#L449:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/gnet_test.go#L756:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/client_test.go#L617:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/client_test.go#L621:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/gnet_test.go#L924:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/gnet_test.go#L927:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/client_test.go#L531:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/client_test.go#L535:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/client_test.go#L538:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/client_test.go#L541:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/client_test.go#L544:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/client_test.go#L547:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/client_test.go#L550:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/client_test.go#L553:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/client_test.go#L556:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/client_test.go#L70:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/client_test.go#L637:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/client_test.go#L664:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/client_test.go#L668:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/client_test.go#L671:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/client_test.go#L675:3: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/gnet_test.go#L900:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/pkg/buffer/ring/ring_buffer_test.go#L68:2: negative-positive: use assert.Positivef
https://github.com/panjf2000/gnet/blob/dev/pkg/buffer/ring/ring_buffer_test.go#L174:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/panjf2000/gnet/blob/dev/pkg/buffer/ring/ring_buffer_test.go#L175:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/panjf2000/gnet/blob/dev/pkg/buffer/ring/ring_buffer_test.go#L176:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/panjf2000/gnet/blob/dev/pkg/buffer/ring/ring_buffer_test.go#L129:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/pkg/buffer/ring/ring_buffer_test.go#L132:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/pkg/buffer/ring/ring_buffer_test.go#L143:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/pkg/buffer/ring/ring_buffer_test.go#L146:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/pkg/buffer/ring/ring_buffer_test.go#L157:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/pkg/buffer/ring/ring_buffer_test.go#L160:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/pkg/buffer/ring/ring_buffer_test.go#L169:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/pkg/buffer/ring/ring_buffer_test.go#L172:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/pkg/buffer/ring/ring_buffer_test.go#L193:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/pkg/buffer/ring/ring_buffer_test.go#L203:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/pkg/buffer/ring/ring_buffer_test.go#L213:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/pkg/buffer/ring/ring_buffer_test.go#L279:2: require-error: for error assertions use require
https://github.com/panjf2000/gnet/blob/dev/pkg/buffer/ring/ring_buffer_test.go#L18:2: require-error: for error assertions use require

Report issue: https://github.com/panjf2000/gnet/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682480468

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/kubernetes/client-go got output

https://github.com/kubernetes/client-go/blob/master/discovery/discovery_client_test.go#L2428:5: negative-positive: use assert.Positive
https://github.com/kubernetes/client-go/blob/master/discovery/discovery_client_test.go#L2430:5: negative-positive: use assert.Positive
https://github.com/kubernetes/client-go/blob/master/discovery/discovery_client_test.go#L63:3: go-require: do not use require in http handlers
https://github.com/kubernetes/client-go/blob/master/discovery/discovery_client_test.go#L110:3: go-require: do not use require in http handlers
https://github.com/kubernetes/client-go/blob/master/discovery/discovery_client_test.go#L151:3: go-require: do not use require in http handlers
https://github.com/kubernetes/client-go/blob/master/discovery/discovery_client_test.go#L188:3: go-require: do not use require in http handlers
https://github.com/kubernetes/client-go/blob/master/discovery/discovery_client_test.go#L389:3: go-require: do not use require in http handlers
https://github.com/kubernetes/client-go/blob/master/discovery/discovery_client_test.go#L1316:4: go-require: do not use require in http handlers
https://github.com/kubernetes/client-go/blob/master/discovery/discovery_client_test.go#L1322:4: go-require: do not use require in http handlers
https://github.com/kubernetes/client-go/blob/master/discovery/discovery_client_test.go#L2386:6: go-require: do not use require in http handlers
https://github.com/kubernetes/client-go/blob/master/discovery/discovery_client_test.go#L2399:6: go-require: do not use require in http handlers
https://github.com/kubernetes/client-go/blob/master/discovery/discovery_client_test.go#L2406:5: go-require: do not use require in http handlers
https://github.com/kubernetes/client-go/blob/master/discovery/discovery_client_test.go#L2546:4: go-require: do not use require in http handlers
https://github.com/kubernetes/client-go/blob/master/discovery/discovery_client_test.go#L2552:4: go-require: do not use require in http handlers
https://github.com/kubernetes/client-go/blob/master/discovery/discovery_client_test.go#L3159:4: go-require: do not use require in http handlers
https://github.com/kubernetes/client-go/blob/master/discovery/discovery_client_test.go#L3165:4: go-require: do not use require in http handlers
https://github.com/kubernetes/client-go/blob/master/discovery/cached/disk/cached_discovery_test.go#L60:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/client-go/blob/master/discovery/cached/disk/cached_discovery_test.go#L64:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/client-go/blob/master/discovery/cached/disk/cached_discovery_test.go#L68:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/client-go/blob/master/discovery/cached/disk/cached_discovery_test.go#L72:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/client-go/blob/master/discovery/cached/disk/cached_discovery_test.go#L77:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/client-go/blob/master/discovery/cached/disk/cached_discovery_test.go#L81:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/client-go/blob/master/discovery/cached/disk/cached_discovery_test.go#L88:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/client-go/blob/master/discovery/cached/disk/cached_discovery_test.go#L101:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/client-go/blob/master/discovery/cached/disk/cached_discovery_test.go#L106:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/client-go/blob/master/discovery/cached/disk/cached_discovery_test.go#L155:2: empty: use require.NotEmpty
https://github.com/kubernetes/client-go/blob/master/discovery/cached/disk/cached_discovery_test.go#L178:2: empty: use require.NotEmpty
https://github.com/kubernetes/client-go/blob/master/discovery/cached/disk/cached_discovery_test.go#L353:4: go-require: do not use require in http handlers
https://github.com/kubernetes/client-go/blob/master/discovery/cached/disk/cached_discovery_test.go#L95:2: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/discovery/cached/disk/cached_discovery_test.go#L371:3: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/discovery/cached/disk/cached_discovery_test.go#L113:2: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/discovery/cached/disk/cached_discovery_test.go#L662:3: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/discovery/cached/disk/cached_discovery_test.go#L51:2: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/discovery/cached/disk/cached_discovery_test.go#L196:5: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/discovery/cached/disk/cached_discovery_test.go#L203:5: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/discovery/cached/disk/cached_discovery_test.go#L211:9: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/discovery/cached/disk/cached_discovery_test.go#L217:5: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/discovery/cached/memory/memcache_test.go#L414:2: empty: use require.NotEmpty
https://github.com/kubernetes/client-go/blob/master/discovery/cached/memory/memcache_test.go#L448:5: compares: use assert.Equal
https://github.com/kubernetes/client-go/blob/master/discovery/cached/memory/memcache_test.go#L449:5: compares: use assert.Equal
https://github.com/kubernetes/client-go/blob/master/discovery/cached/memory/memcache_test.go#L464:5: compares: use assert.NotEqual
https://github.com/kubernetes/client-go/blob/master/discovery/cached/memory/memcache_test.go#L465:5: compares: use assert.NotEqual
https://github.com/kubernetes/client-go/blob/master/discovery/cached/memory/memcache_test.go#L607:3: len: use assert.Len
https://github.com/kubernetes/client-go/blob/master/discovery/cached/memory/memcache_test.go#L590:4: go-require: do not use require in http handlers
https://github.com/kubernetes/client-go/blob/master/discovery/cached/memory/memcache_test.go#L1119:4: go-require: do not use require in http handlers
https://github.com/kubernetes/client-go/blob/master/discovery/cached/memory/memcache_test.go#L1417:4: go-require: do not use require in http handlers
https://github.com/kubernetes/client-go/blob/master/discovery/cached/memory/memcache_test.go#L434:9: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/discovery/cached/memory/memcache_test.go#L439:9: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/discovery/cached/memory/memcache_test.go#L444:9: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/discovery/cached/memory/memcache_test.go#L455:9: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/discovery/cached/memory/memcache_test.go#L460:9: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/features/envvar_test.go#L151:5: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/client-go/blob/master/restmapper/discovery_test.go#L260:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/client-go/blob/master/restmapper/discovery_test.go#L261:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/client-go/blob/master/restmapper/discovery_test.go#L269:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/client-go/blob/master/restmapper/discovery_test.go#L277:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/client-go/blob/master/restmapper/discovery_test.go#L286:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/client-go/blob/master/restmapper/discovery_test.go#L258:2: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/restmapper/discovery_test.go#L268:2: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/restmapper/discovery_test.go#L276:2: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/restmapper/discovery_test.go#L285:2: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/scale/client_test.go#L305:7: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/scale/client_test.go#L348:7: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/scale/client_test.go#L358:7: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/scale/client_test.go#L277:7: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/testing/fixture_test.go#L300:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/client-go/blob/master/testing/fixture_test.go#L432:2: error-nil: use assert.NoError
https://github.com/kubernetes/client-go/blob/master/testing/fixture_test.go#L448:2: error-nil: use assert.NoError
https://github.com/kubernetes/client-go/blob/master/testing/fake_test.go#L63:2: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/testing/fake_test.go#L140:2: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/testing/fixture_test.go#L436:2: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/testing/fixture_test.go#L440:2: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/testing/fixture_test.go#L442:2: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/testing/fixture_test.go#L452:2: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/testing/fixture_test.go#L456:2: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/testing/fixture_test.go#L421:3: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/tools/cache/reflector_test.go#L197:2: len: use require.Len
https://github.com/kubernetes/client-go/blob/master/tools/cache/shared_informer_test.go#L159:2: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/tools/cache/shared_informer_test.go#L182:2: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/tools/cache/shared_informer_test.go#L186:2: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/tools/leaderelection/leaderelection_test.go#L800:2: error-is-as: invalid usage of assert.Error, use assert.ErrorIs instead
https://github.com/kubernetes/client-go/blob/master/tools/leaderelection/leaderelection_test.go#L793:2: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/tools/portforward/fallback_dialer_test.go#L39:2: error-nil: use assert.NoError
https://github.com/kubernetes/client-go/blob/master/tools/portforward/fallback_dialer_test.go#L48:2: error-nil: use assert.NoError
https://github.com/kubernetes/client-go/blob/master/tools/portforward/tunneling_connection_test.go#L80:3: go-require: require must only be used in the goroutine running the test function
https://github.com/kubernetes/client-go/blob/master/tools/portforward/tunneling_connection_test.go#L82:3: go-require: require must only be used in the goroutine running the test function
https://github.com/kubernetes/client-go/blob/master/tools/portforward/tunneling_connection_test.go#L54:3: go-require: do not use require in http handlers
https://github.com/kubernetes/client-go/blob/master/tools/portforward/tunneling_connection_test.go#L56:3: go-require: do not use require in http handlers
https://github.com/kubernetes/client-go/blob/master/tools/portforward/tunneling_connection_test.go#L59:3: go-require: do not use require in http handlers
https://github.com/kubernetes/client-go/blob/master/tools/portforward/tunneling_connection_test.go#L105:3: go-require: do not use require in http handlers
https://github.com/kubernetes/client-go/blob/master/tools/portforward/tunneling_connection_test.go#L107:3: go-require: do not use require in http handlers
https://github.com/kubernetes/client-go/blob/master/tools/portforward/tunneling_connection_test.go#L137:3: go-require: do not use require in http handlers
https://github.com/kubernetes/client-go/blob/master/tools/portforward/tunneling_connection_test.go#L139:3: go-require: do not use require in http handlers
https://github.com/kubernetes/client-go/blob/master/tools/portforward/tunneling_connection_test.go#L123:2: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/tools/portforward/tunneling_connection_test.go#L151:2: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/tools/portforward/tunneling_connection_test.go#L153:2: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/tools/portforward/tunneling_connection_test.go#L155:2: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/tools/portforward/tunneling_connection_test.go#L157:2: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/tools/portforward/tunneling_connection_test.go#L159:2: require-error: for error assertions use require
https://github.com/kubernetes/client-go/blob/master/tools/remotecommand/fallback_test.go#L48:3: go-require: do not use require in http handlers
https://github.com/kubernetes/client-go/blob/master/tools/remotecommand/fallback_test.go#L179:3: go-require: do not use require in http handlers
https://github.com/kubernetes/client-go/blob/master/transport/websocket/roundtripper_test.go#L72:3: go-require: do not use require in http handlers
https://github.com/kubernetes/client-go/blob/master/util/consistencydetector/data_consistency_detector_test.go#L224:4: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/client-go/blob/master/util/consistencydetector/data_consistency_detector_test.go#L225:4: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/client-go/blob/master/util/consistencydetector/list_data_consistency_detector_test.go#L135:4: len: use require.Len
https://github.com/kubernetes/client-go/blob/master/util/consistencydetector/list_data_consistency_detector_test.go#L136:4: expected-actual: need to reverse actual and expected values

Report issue: https://github.com/kubernetes/client-go/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682473056

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/distribution/distribution got output

https://github.com/distribution/distribution/blob/main/registry/storage/driver/testsuites/testsuites.go#L158:3: expected-actual: need to reverse actual and expected values
https://github.com/distribution/distribution/blob/main/registry/storage/driver/testsuites/testsuites.go#L163:3: expected-actual: need to reverse actual and expected values
https://github.com/distribution/distribution/blob/main/registry/storage/driver/testsuites/testsuites.go#L220:2: expected-actual: need to reverse actual and expected values
https://github.com/distribution/distribution/blob/main/registry/storage/driver/testsuites/testsuites.go#L344:2: expected-actual: need to reverse actual and expected values
https://github.com/distribution/distribution/blob/main/registry/storage/driver/testsuites/testsuites.go#L458:2: expected-actual: need to reverse actual and expected values
https://github.com/distribution/distribution/blob/main/registry/storage/driver/testsuites/testsuites.go#L463:2: expected-actual: need to reverse actual and expected values
https://github.com/distribution/distribution/blob/main/registry/storage/driver/testsuites/testsuites.go#L581:2: expected-actual: need to reverse actual and expected values
https://github.com/distribution/distribution/blob/main/registry/storage/driver/testsuites/testsuites.go#L638:2: expected-actual: need to reverse actual and expected values
https://github.com/distribution/distribution/blob/main/registry/storage/driver/testsuites/testsuites.go#L668:2: expected-actual: need to reverse actual and expected values
https://github.com/distribution/distribution/blob/main/registry/storage/driver/testsuites/testsuites.go#L686:2: expected-actual: need to reverse actual and expected values
https://github.com/distribution/distribution/blob/main/registry/storage/driver/testsuites/testsuites.go#L724:2: expected-actual: need to reverse actual and expected values
https://github.com/distribution/distribution/blob/main/registry/storage/driver/testsuites/testsuites.go#L771:2: expected-actual: need to reverse actual and expected values
https://github.com/distribution/distribution/blob/main/registry/storage/driver/testsuites/testsuites.go#L799:2: expected-actual: need to reverse actual and expected values
https://github.com/distribution/distribution/blob/main/registry/storage/driver/testsuites/testsuites.go#L813:2: expected-actual: need to reverse actual and expected values
https://github.com/distribution/distribution/blob/main/registry/storage/driver/testsuites/testsuites.go#L818:2: expected-actual: need to reverse actual and expected values
https://github.com/distribution/distribution/blob/main/registry/storage/driver/testsuites/testsuites.go#L823:2: expected-actual: need to reverse actual and expected values
https://github.com/distribution/distribution/blob/main/registry/storage/driver/testsuites/testsuites.go#L855:2: expected-actual: need to reverse actual and expected values
https://github.com/distribution/distribution/blob/main/registry/storage/driver/testsuites/testsuites.go#L866:2: expected-actual: need to reverse actual and expected values
https://github.com/distribution/distribution/blob/main/registry/storage/driver/testsuites/testsuites.go#L885:2: expected-actual: need to reverse actual and expected values
https://github.com/distribution/distribution/blob/main/registry/storage/driver/testsuites/testsuites.go#L891:2: expected-actual: need to reverse actual and expected values
https://github.com/distribution/distribution/blob/main/registry/storage/driver/testsuites/testsuites.go#L940:3: expected-actual: need to reverse actual and expected values

Report issue: https://github.com/distribution/distribution/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682476808

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/dtm-labs/dtm got output

https://github.com/dtm-labs/dtm/blob/main/client/dtmcli/cover_test.go#L18:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/client/dtmcli/cover_test.go#L20:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/client/dtmcli/cover_test.go#L22:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/client/dtmcli/types_test.go#L21:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/client/dtmcli/types_test.go#L22:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/client/dtmcli/dtmimp/utils_test.go#L26:2: bool-compare: use assert.True
https://github.com/dtm-labs/dtm/blob/main/client/dtmcli/dtmimp/utils_test.go#L73:2: bool-compare: use assert.True
https://github.com/dtm-labs/dtm/blob/main/client/dtmcli/dtmimp/db_special_test.go#L17:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/client/dtmcli/dtmimp/utils_test.go#L70:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/client/dtmcli/dtmimp/types_test.go#L20:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/client/dtmgrpc/type_test.go#L24:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/client/dtmgrpc/type_test.go#L18:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/client/dtmgrpc/type_test.go#L21:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/client/workflow/workflow_test.go#L17:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/client/workflow/workflow_test.go#L14:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/client/workflow/workflow_test.go#L19:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/dtmsvr/utils_test.go#L102:2: len: use assert.Len
https://github.com/dtm-labs/dtm/blob/main/dtmsvr/utils_test.go#L106:2: len: use assert.Len
https://github.com/dtm-labs/dtm/blob/main/dtmsvr/config/config_test.go#L38:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/dtmutil/utils_test.go#L46:2: bool-compare: use assert.True
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L26:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L33:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L36:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L38:2: expected-actual: need to reverse actual and expected values
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L40:2: nil-compare: use assert.NotNil
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L41:2: len: use assert.Len
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L45:2: expected-actual: need to reverse actual and expected values
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L49:2: expected-actual: need to reverse actual and expected values
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L51:2: nil-compare: use assert.Nil
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L52:2: empty: use assert.Empty
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L60:3: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L66:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L74:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L77:2: len: use assert.Len
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L83:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L94:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L108:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L128:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L131:2: empty: use assert.Empty
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L139:3: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L145:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L157:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L169:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L179:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L184:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L186:2: len: use assert.Len
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L193:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L195:2: empty: use assert.Empty
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L200:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L201:2: expected-actual: need to reverse actual and expected values
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L217:3: bool-compare: use assert.True
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L219:3: bool-compare: use assert.True
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L234:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L235:2: expected-actual: need to reverse actual and expected values
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L249:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L250:2: expected-actual: need to reverse actual and expected values
https://github.com/dtm-labs/dtm/blob/main/test/api_test.go#L268:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/base_test.go#L43:2: error-nil: use asserts.NoError
https://github.com/dtm-labs/dtm/blob/main/test/base_test.go#L48:2: error-is-as: invalid usage of asserts.Error, use asserts.ErrorIs instead
https://github.com/dtm-labs/dtm/blob/main/test/base_test.go#L50:2: expected-actual: need to reverse actual and expected values
https://github.com/dtm-labs/dtm/blob/main/test/base_test.go#L52:2: expected-actual: need to reverse actual and expected values
https://github.com/dtm-labs/dtm/blob/main/test/base_test.go#L58:2: error-nil: use asserts.NoError
https://github.com/dtm-labs/dtm/blob/main/test/base_test.go#L60:2: expected-actual: need to reverse actual and expected values
https://github.com/dtm-labs/dtm/blob/main/test/base_test.go#L65:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/base_test.go#L68:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/common_test.go#L31:2: error-nil: use assert.Error
https://github.com/dtm-labs/dtm/blob/main/test/common_test.go#L36:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/common_test.go#L38:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/common_test.go#L40:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/common_test.go#L43:2: error-nil: use assert.Error
https://github.com/dtm-labs/dtm/blob/main/test/dtmsvr_test.go#L57:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/dtmsvr_test.go#L72:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/dtmsvr_test.go#L74:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/msg_barrier_mongo_test.go#L26:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/msg_barrier_mongo_test.go#L61:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/msg_barrier_mongo_test.go#L69:2: error-is-as: invalid usage of assert.Error, use assert.ErrorIs instead
https://github.com/dtm-labs/dtm/blob/main/test/msg_barrier_mongo_test.go#L83:4: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/msg_barrier_mongo_test.go#L102:3: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/msg_barrier_redis_test.go#L22:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/msg_barrier_redis_test.go#L55:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/msg_barrier_redis_test.go#L61:2: error-is-as: invalid usage of assert.Error, use assert.ErrorIs instead
https://github.com/dtm-labs/dtm/blob/main/test/msg_barrier_test.go#L26:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/msg_barrier_test.go#L59:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/msg_barrier_test.go#L65:2: error-is-as: invalid usage of assert.Error, use assert.ErrorIs instead
https://github.com/dtm-labs/dtm/blob/main/test/msg_grpc_barrier_redis_test.go#L23:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/msg_grpc_barrier_test.go#L26:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/msg_grpc_test.go#L24:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/msg_grpc_test.go#L34:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/msg_jrpc_test.go#L33:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/msg_jrpc_test.go#L58:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/msg_jrpc_test.go#L92:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/msg_jrpc_test.go#L104:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/msg_jrpc_test.go#L113:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/msg_jrpc_test.go#L124:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/msg_jrpc_test.go#L132:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/msg_test.go#L63:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/msg_test.go#L65:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/saga_barrier_mongo_test.go#L23:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/saga_barrier_mongo_test.go#L35:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/saga_barrier_redis_test.go#L23:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/saga_barrier_redis_test.go#L35:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/saga_barrier_test.go#L21:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/saga_barrier_test.go#L30:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/saga_barrier_test.go#L50:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/saga_concurrent_test.go#L35:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/saga_concurrent_test.go#L48:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/saga_concurrent_test.go#L58:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/saga_grpc_barrier_test.go#L22:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/saga_grpc_barrier_test.go#L31:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/saga_grpc_test.go#L112:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/saga_grpc_test.go#L139:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/saga_grpc_test.go#L152:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/saga_options_test.go#L25:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/saga_options_test.go#L38:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/saga_options_test.go#L70:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/saga_options_test.go#L78:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/saga_options_test.go#L121:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/saga_options_test.go#L134:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/saga_options_test.go#L150:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/saga_options_test.go#L165:2: error-nil: use assert.Error
https://github.com/dtm-labs/dtm/blob/main/test/saga_test.go#L32:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/saga_test.go#L58:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/saga_test.go#L70:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/saga_test.go#L73:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/store_test.go#L43:2: expected-actual: need to reverse actual and expected values
https://github.com/dtm-labs/dtm/blob/main/test/store_test.go#L48:2: len: use assert.Len
https://github.com/dtm-labs/dtm/blob/main/test/store_test.go#L126:2: bool-compare: use assert.True
https://github.com/dtm-labs/dtm/blob/main/test/store_test.go#L128:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/store_test.go#L142:2: bool-compare: use assert.False
https://github.com/dtm-labs/dtm/blob/main/test/store_test.go#L143:2: expected-actual: need to reverse actual and expected values
https://github.com/dtm-labs/dtm/blob/main/test/store_test.go#L144:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/store_test.go#L156:2: bool-compare: use assert.False
https://github.com/dtm-labs/dtm/blob/main/test/store_test.go#L157:2: expected-actual: need to reverse actual and expected values
https://github.com/dtm-labs/dtm/blob/main/test/store_test.go#L158:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/store_test.go#L170:2: bool-compare: use assert.False
https://github.com/dtm-labs/dtm/blob/main/test/store_test.go#L171:2: expected-actual: need to reverse actual and expected values
https://github.com/dtm-labs/dtm/blob/main/test/store_test.go#L172:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/store_test.go#L178:3: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/tcc_barrier_test.go#L29:3: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/tcc_barrier_test.go#L32:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/tcc_barrier_test.go#L43:3: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/tcc_barrier_test.go#L101:3: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/tcc_barrier_test.go#L129:3: expected-actual: need to reverse actual and expected values
https://github.com/dtm-labs/dtm/blob/main/test/tcc_barrier_test.go#L137:2: error-is-as: invalid usage of assert.Error, use assert.ErrorIs instead
https://github.com/dtm-labs/dtm/blob/main/test/tcc_barrier_test.go#L153:2: error-is-as: invalid usage of assert.Error, use assert.ErrorIs instead
https://github.com/dtm-labs/dtm/blob/main/test/tcc_cover_test.go#L39:3: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/tcc_cover_test.go#L42:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/tcc_grpc_test.go#L29:3: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/tcc_grpc_test.go#L32:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/tcc_grpc_test.go#L45:3: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/tcc_grpc_test.go#L64:3: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/tcc_grpc_test.go#L67:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/tcc_grpc_test.go#L93:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/tcc_jrpc_test.go#L21:3: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/tcc_jrpc_test.go#L24:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/tcc_old_test.go#L19:3: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/tcc_old_test.go#L22:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/tcc_old_test.go#L33:3: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/tcc_old_test.go#L52:3: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/tcc_test.go#L25:3: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/tcc_test.go#L28:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/tcc_test.go#L39:3: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/tcc_test.go#L59:3: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/tcc_test.go#L80:3: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/tcc_test.go#L83:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/tcc_test.go#L100:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/topic_test.go#L53:2: negative-positive: use assert.Positive
https://github.com/dtm-labs/dtm/blob/main/test/topic_test.go#L57:3: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/topic_test.go#L66:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/topic_test.go#L69:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/dtm-labs/dtm/blob/main/test/topic_test.go#L73:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/topic_test.go#L77:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/topic_test.go#L81:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/topic_test.go#L86:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/topic_test.go#L92:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/workflow_base_test.go#L35:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/workflow_grpc_test.go#L65:2: error-is-as: invalid usage of assert.Error, use assert.ErrorIs instead
https://github.com/dtm-labs/dtm/blob/main/test/workflow_grpc_test.go#L106:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/workflow_grpc_test.go#L110:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/workflow_http_ret_test.go#L25:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/workflow_http_ret_test.go#L31:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/workflow_http_test.go#L45:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/workflow_http_test.go#L86:2: error-is-as: invalid usage of assert.Error, use assert.ErrorIs instead
https://github.com/dtm-labs/dtm/blob/main/test/workflow_http_test.go#L124:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/workflow_ongoing_test.go#L98:2: error-is-as: invalid usage of assert.Error, use assert.ErrorIs instead
https://github.com/dtm-labs/dtm/blob/main/test/workflow_xa_test.go#L38:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/xa_cover_test.go#L19:3: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/xa_grpc_test.go#L32:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/xa_grpc_test.go#L75:2: error-is-as: invalid usage of assert.Error, use assert.ErrorIs instead
https://github.com/dtm-labs/dtm/blob/main/test/xa_test.go#L31:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/xa_test.go#L42:3: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/xa_test.go#L44:3: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/xa_test.go#L47:4: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/xa_test.go#L50:3: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/xa_test.go#L53:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/xa_test.go#L80:2: error-is-as: invalid usage of assert.Error, use assert.ErrorIs instead
https://github.com/dtm-labs/dtm/blob/main/test/xa_test.go#L112:3: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/xa_test.go#L116:2: error-nil: use assert.NoError
https://github.com/dtm-labs/dtm/blob/main/test/topic_test.go#L74:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/topic_test.go#L75:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/topic_test.go#L76:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/workflow_http_test.go#L86:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/tcc_grpc_test.go#L49:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/xa_cover_test.go#L25:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/xa_grpc_test.go#L58:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/xa_grpc_test.go#L61:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/xa_grpc_test.go#L66:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/tcc_old_test.go#L62:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/tcc_barrier_test.go#L137:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/msg_barrier_test.go#L124:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/msg_grpc_barrier_redis_test.go#L80:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/tcc_grpc_test.go#L75:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/topic_test.go#L82:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/topic_test.go#L83:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/topic_test.go#L84:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/topic_test.go#L85:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/tcc_grpc_cover_test.go#L49:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/msg_barrier_mongo_test.go#L105:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/workflow_ongoing_test.go#L98:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/workflow_http_test.go#L200:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/msg_barrier_redis_test.go#L74:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/msg_grpc_barrier_redis_test.go#L52:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/msg_grpc_barrier_redis_test.go#L65:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/msg_grpc_barrier_test.go#L76:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/msg_barrier_mongo_test.go#L87:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/workflow_grpc_test.go#L37:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/tcc_old_test.go#L37:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/tcc_test.go#L43:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/xa_grpc_test.go#L49:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/workflow_base_test.go#L41:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/workflow_http_test.go#L228:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/tcc_grpc_cover_test.go#L41:3: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/xa_grpc_test.go#L75:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/tcc_test.go#L69:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/msg_jrpc_test.go#L75:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/msg_jrpc_test.go#L96:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/msg_barrier_test.go#L78:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/xa_test.go#L95:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/msg_barrier_redis_test.go#L102:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/workflow_http_test.go#L162:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/msg_grpc_barrier_redis_test.go#L39:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/xa_test.go#L69:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/tcc_barrier_test.go#L46:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/msg_barrier_mongo_test.go#L43:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/workflow_ongoing_test.go#L51:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/saga_grpc_test.go#L122:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/msg_barrier_redis_test.go#L61:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/base_test.go#L48:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/workflow_grpc_test.go#L131:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/msg_barrier_test.go#L65:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/msg_barrier_test.go#L101:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/xa_cover_test.go#L52:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/msg_barrier_redis_test.go#L87:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/msg_grpc_barrier_test.go#L52:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/saga_options_test.go#L104:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/workflow_grpc_test.go#L65:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/topic_test.go#L91:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/msg_barrier_redis_test.go#L38:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/msg_barrier_mongo_test.go#L69:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/workflow_http_test.go#L181:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/msg_barrier_test.go#L42:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/xa_test.go#L80:2: require-error: for error assertions use require
https://github.com/dtm-labs/dtm/blob/main/test/saga_options_test.go#L90:2: require-error: for error assertions use require

Report issue: https://github.com/dtm-labs/dtm/issues

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/juicedata/juicefs got output

https://github.com/juicedata/juicefs/blob/main/cmd/compact_test.go#L113:3: error-nil: use assert.NoError
https://github.com/juicedata/juicefs/blob/main/cmd/mount_test.go#L260:2: error-nil: use assert.NoError
https://github.com/juicedata/juicefs/blob/main/pkg/chunk/cached_store_test.go#L253:2: error-nil: use assert.NoError
https://github.com/juicedata/juicefs/blob/main/pkg/chunk/cached_store_test.go#L257:2: error-nil: use assert.NoError
https://github.com/juicedata/juicefs/blob/main/pkg/chunk/cached_store_test.go#L262:2: error-nil: use assert.NoError
https://github.com/juicedata/juicefs/blob/main/pkg/chunk/cached_store_test.go#L271:2: error-nil: use assert.NoError
https://github.com/juicedata/juicefs/blob/main/pkg/chunk/disk_cache_test.go#L317:2: bool-compare: use require.False
https://github.com/juicedata/juicefs/blob/main/pkg/meta/base_test.go#L393:2: error-nil: use assert.NoError

Report issue: https://github.com/juicedata/juicefs/issues

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/TykTechnologies/tyk got output

https://github.com/TykTechnologies/tyk/blob/master/internal/crypto/helpers.go#L144:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/crypto/helpers.go#L151:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/api_definition_test.go#L127:2: expected-actual: need to reverse actual and expected values
https://github.com/TykTechnologies/tyk/blob/master/apidef/api_definition_test.go#L134:2: expected-actual: need to reverse actual and expected values
https://github.com/TykTechnologies/tyk/blob/master/apidef/migration_test.go#L290:3: expected-actual: need to reverse actual and expected values
https://github.com/TykTechnologies/tyk/blob/master/apidef/migration_test.go#L291:3: expected-actual: need to reverse actual and expected values
https://github.com/TykTechnologies/tyk/blob/master/apidef/migration_test.go#L302:3: expected-actual: need to reverse actual and expected values
https://github.com/TykTechnologies/tyk/blob/master/apidef/migration_test.go#L303:3: expected-actual: need to reverse actual and expected values
https://github.com/TykTechnologies/tyk/blob/master/apidef/migration_test.go#L578:2: empty: use assert.Empty
https://github.com/TykTechnologies/tyk/blob/master/apidef/migration_test.go#L833:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/migration_test.go#L805:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/migration_test.go#L823:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/migration_test.go#L355:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/migration_test.go#L299:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/migration_test.go#L315:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/migration_test.go#L737:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/migration_test.go#L134:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/migration_test.go#L745:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/migration_test.go#L275:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/migration_test.go#L775:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/migration_test.go#L787:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/migration_test.go#L288:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/migration_test.go#L328:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/migration_test.go#L223:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/migration_test.go#L436:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/migration_test.go#L814:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/migration_test.go#L197:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/migration_test.go#L534:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/migration_test.go#L543:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/migration_test.go#L796:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/api_definition_test.go#L77:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/adapter/graphql_config_adapter_test.go#L96:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/adapter/graphql_config_adapter_test.go#L81:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/adapter/gqlengineadapter/utils_engine_v2_test.go#L280:2: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/apidef/adapter/gqlengineadapter/adapter_proxy_only_test.go#L40:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/adapter/gqlengineadapter/adapter_proxy_only_test.go#L104:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/adapter/gqlengineadapter/adapter_supergraph_test.go#L57:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/adapter/gqlengineadapter/adapter_proxy_only_test.go#L170:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/adapter/gqlengineadapter/utils_test.go#L163:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/adapter/gqlengineadapter/adapter_udg_test.go#L483:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/adapter/gqlengineadapter/enginev3/adapter_proxy_only_test.go#L40:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/adapter/gqlengineadapter/enginev3/adapter_proxy_only_test.go#L103:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/adapter/gqlengineadapter/enginev3/adapter_proxy_only_test.go#L168:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/adapter/gqlengineadapter/enginev3/adapter_supergraph_test.go#L56:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/adapter/gqlengineadapter/enginev3/adapter_udg_test.go#L494:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/importer/importer_test.go#L45:2: expected-actual: need to reverse actual and expected values
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L90:3: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L152:3: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L246:3: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L1402:3: error-nil: use assert.Error
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L1426:3: error-nil: use assert.Error
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L1864:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/oas_test.go#L1005:2: expected-actual: need to reverse actual and expected values
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/oas_test.go#L1297:3: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/oas_test.go#L1304:3: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/oas_test.go#L1311:3: empty: use assert.Empty
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/security_test.go#L452:2: expected-actual: need to reverse actual and expected values
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/security_test.go#L453:2: expected-actual: need to reverse actual and expected values
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/security_test.go#L454:2: expected-actual: need to reverse actual and expected values
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/security_test.go#L516:2: expected-actual: need to reverse actual and expected values
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/security_test.go#L517:2: expected-actual: need to reverse actual and expected values
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/server_test.go#L86:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/server_test.go#L106:5: formatter: remove unnecessary fmt.Sprintf
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/upstream_test.go#L126:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/validator_test.go#L72:3: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/validator_test.go#L216:3: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L1481:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L1494:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L1541:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L1509:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L1516:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L1797:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/oas_test.go#L769:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L1288:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L1435:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L1452:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/oas_test.go#L938:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/event_test.go#L319:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/event_test.go#L323:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L748:5: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L836:6: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/oas_test.go#L667:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/oas_test.go#L671:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L1147:6: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L1887:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L1842:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L1102:6: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/oas_test.go#L1248:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L988:5: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L1820:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L596:5: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/oas_test.go#L1087:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/validator_test.go#L260:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/validator_test.go#L221:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/validator_test.go#L225:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/oas_test.go#L1043:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L819:6: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L853:6: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L1471:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L1474:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/oas_test.go#L865:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/oas_test.go#L883:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L1117:6: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L800:5: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/middleware_test.go#L818:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/oas_test.go#L1174:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/validator_test.go#L248:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L1232:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L1003:6: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/oas_test.go#L787:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/validator_test.go#L266:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L1307:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/oas_test.go#L1211:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L33:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/oas_test.go#L738:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/event_test.go#L274:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/event_test.go#L295:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L581:5: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L1060:6: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L886:6: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L930:5: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L1132:6: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/linter_test.go#L109:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/oas_test.go#L778:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/oas_test.go#L1137:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L611:5: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L1704:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/middleware_test.go#L899:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L1162:6: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/oas_test.go#L709:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/validator_test.go#L272:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L869:6: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L1351:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/example_test.go#L160:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/example_test.go#L163:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/oas_test.go#L760:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L1765:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/oas_test.go#L1283:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/root_test.go#L80:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/root_test.go#L86:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L1579:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L1213:5: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/oas_test.go#L796:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/oas_test.go#L999:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/oas_test.go#L809:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L1027:5: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/validator_test.go#L256:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/oas_test.go#L749:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L1649:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L682:5: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/default_test.go#L566:5: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/import_test.go#L23:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/import_test.go#L27:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/apidef/oas/import_test.go#L51:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/certs/manager_test.go#L109:5: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/certs/manager_test.go#L111:5: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/config/config_test.go#L341:2: empty: use assert.Empty
https://github.com/TykTechnologies/tyk/blob/master/config/config_test.go#L350:2: empty: use assert.Empty
https://github.com/TykTechnologies/tyk/blob/master/config/config_test.go#L309:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/config/config_test.go#L321:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/config/config_test.go#L333:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/config/config_test.go#L336:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/coprocess/grpc/coprocess_grpc_test.go#L763:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/TykTechnologies/tyk/blob/master/gateway/analytics_test.go#L72:5: len: use assert.Len
https://github.com/TykTechnologies/tyk/blob/master/gateway/analytics_test.go#L389:5: len: use assert.Len
https://github.com/TykTechnologies/tyk/blob/master/gateway/analytics_test.go#L438:5: error-nil: use assert.Error
https://github.com/TykTechnologies/tyk/blob/master/gateway/analytics_test.go#L450:5: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_definition_test.go#L263:3: empty: use assert.Empty
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_definition_test.go#L272:3: empty: use assert.Empty
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_definition_test.go#L1280:3: empty: use assert.Empty
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_definition_test.go#L1286:3: empty: use assert.Empty
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_definition_test.go#L1479:3: len: use assert.Len
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_definition_test.go#L1497:3: len: use assert.Len
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_definition_test.go#L1508:3: len: use assert.Len
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_loader_test.go#L441:4: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_test.go#L2125:5: empty: use assert.Empty
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_test.go#L2203:5: empty: use assert.Empty
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_test.go#L3881:3: len: use assert.Len
https://github.com/TykTechnologies/tyk/blob/master/gateway/auth_manager_test.go#L348:6: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/gateway/auth_manager_test.go#L351:7: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/gateway/auth_manager_test.go#L355:6: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/gateway/cert_test.go#L336:5: empty: use assert.Empty
https://github.com/TykTechnologies/tyk/blob/master/gateway/cert_test.go#L339:5: len: use assert.Len
https://github.com/TykTechnologies/tyk/blob/master/gateway/coprocess_api_test.go#L24:2: compares: use assert.Equal
https://github.com/TykTechnologies/tyk/blob/master/gateway/dashboard_register_test.go#L29:2: expected-actual: need to reverse actual and expected values
https://github.com/TykTechnologies/tyk/blob/master/gateway/host_checker_test.go#L678:2: bool-compare: use assert.True
https://github.com/TykTechnologies/tyk/blob/master/gateway/host_checker_test.go#L682:2: bool-compare: use assert.True
https://github.com/TykTechnologies/tyk/blob/master/gateway/host_checker_test.go#L785:2: bool-compare: use assert.False
https://github.com/TykTechnologies/tyk/blob/master/gateway/middleware_test.go#L315:2: expected-actual: need to reverse actual and expected values
https://github.com/TykTechnologies/tyk/blob/master/gateway/mock_response_test.go#L283:4: empty: use assert.Empty
https://github.com/TykTechnologies/tyk/blob/master/gateway/mw_go_plugin_test.go#L19:2: bool-compare: use assert.False
https://github.com/TykTechnologies/tyk/blob/master/gateway/mw_graphql_test.go#L1178:26: empty: use assert.NotEmpty
https://github.com/TykTechnologies/tyk/blob/master/gateway/mw_graphql_test.go#L1183:11: formatter: remove unnecessary fmt.Sprintf
https://github.com/TykTechnologies/tyk/blob/master/gateway/mw_js_plugin_test.go#L319:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/TykTechnologies/tyk/blob/master/gateway/mw_jwt_test.go#L1139:6: expected-actual: need to reverse actual and expected values
https://github.com/TykTechnologies/tyk/blob/master/gateway/mw_jwt_test.go#L1255:6: expected-actual: need to reverse actual and expected values
https://github.com/TykTechnologies/tyk/blob/master/gateway/oauth_manager_test.go#L1322:2: len: use assert.Len
https://github.com/TykTechnologies/tyk/blob/master/gateway/policy_test.go#L46:2: error-is-as: invalid usage of assert.Error, use assert.ErrorIs instead
https://github.com/TykTechnologies/tyk/blob/master/gateway/policy_test.go#L567:5: compares: use assert.LessOrEqual
https://github.com/TykTechnologies/tyk/blob/master/gateway/policy_test.go#L589:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/TykTechnologies/tyk/blob/master/gateway/policy_test.go#L595:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/TykTechnologies/tyk/blob/master/gateway/policy_test.go#L601:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/TykTechnologies/tyk/blob/master/gateway/policy_test.go#L1213:2: bool-compare: use assert.False
https://github.com/TykTechnologies/tyk/blob/master/gateway/policy_test.go#L1232:2: bool-compare: use assert.False
https://github.com/TykTechnologies/tyk/blob/master/gateway/policy_test.go#L1658:3: len: use assert.Len
https://github.com/TykTechnologies/tyk/blob/master/gateway/policy_test.go#L1672:3: len: use assert.Len
https://github.com/TykTechnologies/tyk/blob/master/gateway/policy_test.go#L1683:3: len: use assert.Len
https://github.com/TykTechnologies/tyk/blob/master/gateway/reverse_proxy_test.go#L602:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/TykTechnologies/tyk/blob/master/gateway/rpc_storage_handler_test.go#L152:5: expected-actual: need to reverse actual and expected values
https://github.com/TykTechnologies/tyk/blob/master/gateway/rpc_storage_handler_test.go#L350:4: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/gateway/rpc_storage_handler_test.go#L522:4: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/gateway/rpc_storage_handler_test.go#L561:3: error-nil: use assert.Error
https://github.com/TykTechnologies/tyk/blob/master/gateway/rpc_storage_handler_test.go#L566:3: error-nil: use assert.Error
https://github.com/TykTechnologies/tyk/blob/master/gateway/rpc_storage_handler_test.go#L575:3: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/gateway/rpc_storage_handler_test.go#L593:3: error-nil: use assert.Error
https://github.com/TykTechnologies/tyk/blob/master/gateway/rpc_storage_handler_test.go#L598:3: error-nil: use assert.Error
https://github.com/TykTechnologies/tyk/blob/master/gateway/rpc_storage_handler_test.go#L607:3: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/gateway/rpc_storage_handler_test.go#L653:3: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/gateway/rpc_storage_handler_test.go#L656:4: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/gateway/rpc_storage_handler_test.go#L659:3: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/gateway/rpc_storage_handler_test.go#L667:3: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/gateway/rpc_storage_handler_test.go#L669:3: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/gateway/rpc_storage_handler_test.go#L675:3: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/gateway/rpc_storage_handler_test.go#L685:3: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/gateway/server_test.go#L187:3: error-is-as: invalid usage of assert.Error, use assert.ErrorIs instead
https://github.com/TykTechnologies/tyk/blob/master/gateway/tracing_test.go#L28:2: expected-actual: need to reverse actual and expected values
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_test.go#L1778:3: go-require: require must only be used in the goroutine running the test function
https://github.com/TykTechnologies/tyk/blob/master/gateway/mock_response_test.go#L261:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/event_handler_webhooks_test.go#L328:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/event_handler_webhooks_test.go#L154:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_definition_test.go#L1478:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/mw_external_oauth_test.go#L286:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/policy_test.go#L1657:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/mw_redis_cache_test.go#L246:5: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_test.go#L3284:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_test.go#L3287:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_test.go#L3310:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/mock_response_test.go#L278:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/versions_handler_test.go#L123:7: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/mw_redis_cache_test.go#L118:5: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/mock_response_test.go#L354:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/versions_handler_test.go#L287:6: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_test.go#L3322:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_test.go#L3326:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/versions_handler_test.go#L72:6: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/server_test.go#L187:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/mock_response_test.go#L83:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/mw_persist_graphql_operation_test.go#L296:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/mw_persist_graphql_operation_test.go#L301:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/cert_test.go#L1473:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/versions_handler_test.go#L106:7: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/policy_test.go#L1671:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/policy_test.go#L1682:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/mw_version_check_test.go#L404:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_test.go#L2377:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_test.go#L2134:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/cert_test.go#L1580:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/cert_test.go#L1586:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/mw_auth_key_test.go#L609:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/mw_auth_key_test.go#L633:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_definition_test.go#L1269:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_definition_test.go#L1302:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/mw_version_check_test.go#L371:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/versions_handler_test.go#L143:6: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/versions_handler_test.go#L250:7: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/mock_response_test.go#L324:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/mw_jwt_test.go#L2275:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/versions_handler_test.go#L232:6: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_test.go#L1755:5: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_test.go#L1757:5: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/rpc_storage_handler_test.go#L201:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/rpc_storage_handler_test.go#L208:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/rpc_storage_handler_test.go#L215:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/rpc_storage_handler_test.go#L663:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/mw_oas_validate_request_test.go#L105:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/mw_oas_validate_request_test.go#L126:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_test.go#L3827:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/event_handler_webhooks_test.go#L54:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_definition_test.go#L1292:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/mock_response_test.go#L336:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/event_handler_webhooks_test.go#L174:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/versions_handler_test.go#L88:6: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/mw_graphql_test.go#L311:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/mw_graphql_test.go#L314:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/policy_test.go#L46:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/server_test.go#L218:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/mw_version_check_test.go#L466:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/auth_manager_test.go#L358:6: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/cert_test.go#L348:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_test.go#L922:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_test.go#L925:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_definition_test.go#L674:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/mock_response_test.go#L314:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/event_handler_webhooks_test.go#L199:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/cert_test.go#L1495:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/cert_test.go#L1501:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/mw_oas_validate_request_test.go#L252:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_definition_test.go#L1496:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_definition_test.go#L1507:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/cert_test.go#L1704:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/mock_response_test.go#L292:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/gateway_test.go#L1294:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/versions_handler_test.go#L267:7: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/reverse_proxy_test.go#L1793:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/rpc_storage_handler_test.go#L141:5: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/rpc_storage_handler_test.go#L143:5: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/tracing_test.go#L23:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/oauth_manager_test.go#L318:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/oauth_manager_test.go#L331:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_test.go#L3880:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/mw_jwt_test.go#L2265:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/session_manager_test.go#L37:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_test.go#L2281:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/cert_test.go#L1510:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/cert_test.go#L1516:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/policy_test.go#L1605:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/policy_test.go#L1608:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_test.go#L2212:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/server_test.go#L196:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/versions_handler_test.go#L216:6: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/coprocess_bundle_test.go#L90:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/cert_test.go#L1529:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/cert_test.go#L1549:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/event_handler_webhooks_test.go#L46:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/cert_test.go#L1596:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/cert_test.go#L1608:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/cert_test.go#L1616:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/oauth_manager_test.go#L1321:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/api_test.go#L3838:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/mw_jwt_test.go#L2315:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/server_test.go#L207:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/rpc_storage_handler_test.go#L281:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/gateway/mock_response_test.go#L304:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/goplugin/plugin_name_builder_test.go#L72:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/event/event_test.go#L34:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/engine_v2_test.go#L193:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/engine_v1_test.go#L74:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/engine_v1_test.go#L197:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/engine_v2_test.go#L246:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/graphql_go_tools_v1_test.go#L909:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/graphql_go_tools_v1_test.go#L125:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/graphql_go_tools_v2_test.go#L45:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/graphql_go_tools_v1_test.go#L94:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/engine_v2_test.go#L158:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/graphql_go_tools_v1_test.go#L30:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/engine_v2_test.go#L123:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/graphql_go_tools_v1_test.go#L148:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/engine_v1_test.go#L94:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/graphql_go_tools_v1_test.go#L885:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/graphql_go_tools_v2_test.go#L129:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/engine_v1_test.go#L268:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/engine_v3_test.go#L35:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/graphql_go_tools_v1_test.go#L51:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/graphql_go_tools_v1_test.go#L855:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/engine_v3_test.go#L56:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/engine_v1_test.go#L321:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/engine_v1_test.go#L238:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/engine_v1_test.go#L217:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/engine_v3_test.go#L99:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/graphql_go_tools_v1_test.go#L771:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/engine_v2_test.go#L74:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/engine_v1_test.go#L109:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/engine_v2_test.go#L173:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/engine_v3_test.go#L79:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/graphql_go_tools_v1_test.go#L825:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/engine_v2_test.go#L266:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/graphql_go_tools_v2_test.go#L70:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/transport_test.go#L69:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/engine_v1_test.go#L163:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/engine_v2_test.go#L98:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/graphql_go_tools_v1_test.go#L168:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/engine_v1_test.go#L181:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/engine_v2_test.go#L317:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/graphql_go_tools_v2_test.go#L99:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/graphql_go_tools_v2_test.go#L159:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/engine_v2_test.go#L212:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/engine_v2_test.go#L230:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/engine_v2_test.go#L287:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/graphql_go_tools_v1_test.go#L796:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/engine_v1_test.go#L124:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/engine_v2_test.go#L143:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/engine_v2_test.go#L375:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/graphql_go_tools_v1_test.go#L104:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/engine_v1_test.go#L144:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/engine_v2_test.go#L347:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/engine_v1_test.go#L296:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/transport_test.go#L40:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphengine/graphql_go_tools_v1_test.go#L74:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphql/otel_graphql_engine_basic_test.go#L53:5: expected-actual: need to reverse actual and expected values
https://github.com/TykTechnologies/tyk/blob/master/internal/graphql/otel_graphql_engine_detailed_test.go#L98:3: error-is-as: use assert.ErrorAs
https://github.com/TykTechnologies/tyk/blob/master/internal/graphql/otel_graphql_engine_detailed_test.go#L167:3: error-is-as: use assert.ErrorAs
https://github.com/TykTechnologies/tyk/blob/master/internal/graphql/otel_graphql_engine_detailed_test.go#L204:3: error-is-as: use assert.ErrorAs
https://github.com/TykTechnologies/tyk/blob/master/internal/graphql/otel_graphql_engine_detailed_test.go#L359:5: expected-actual: need to reverse actual and expected values
https://github.com/TykTechnologies/tyk/blob/master/internal/graphql/otel_graphql_engine_detailed_test.go#L75:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphql/otel_graphql_engine_detailed_test.go#L162:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphql/otel_graphql_engine_detailed_test.go#L216:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphql/otel_graphql_engine_detailed_test.go#L220:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphql/otel_graphql_engine_detailed_test.go#L244:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphql/otel_graphql_engine_detailed_test.go#L248:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphql/otel_graphql_engine_detailed_test.go#L279:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphql/otel_graphql_engine_detailed_test.go#L283:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphql/otel_graphql_engine_detailed_test.go#L313:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphql/otel_graphql_engine_detailed_test.go#L330:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphql/otel_graphql_engine_detailed_test.go#L109:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphql/otel_graphql_engine_detailed_test.go#L113:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphql/otel_graphql_engine_detailed_test.go#L261:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphql/otel_graphql_engine_detailed_test.go#L265:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphql/otel_graphql_engine_detailed_test.go#L297:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphql/otel_graphql_engine_detailed_test.go#L375:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphql/otel_graphql_engine_detailed_test.go#L379:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphql/otel_graphql_engine_detailed_test.go#L93:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphql/otel_graphql_engine_detailed_test.go#L131:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphql/graphql_request_test.go#L266:5: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphql/graphql_request_test.go#L268:5: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphql/otel_graphql_engine_detailed_test.go#L181:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphql/otel_graphql_engine_basic_test.go#L70:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphql/otel_graphql_engine_basic_test.go#L74:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphql/otel_graphql_engine_detailed_test.go#L199:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphql/otel_graphql_engine_basic_test.go#L40:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphql/otel_graphql_engine_detailed_test.go#L147:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphql/otel_graphql_engine_basic_test.go#L24:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/graphql/otel_graphql_engine_detailed_test.go#L346:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/netutil/ip_address_test.go#L82:5: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/rate/storage_test.go#L13:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/rate/allowance_store_test.go#L43:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/rate/sliding_log_test.go#L29:2: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/internal/rate/sliding_log_test.go#L63:2: error-is-as: invalid usage of assert.Error, use assert.ErrorIs instead
https://github.com/TykTechnologies/tyk/blob/master/internal/rate/sliding_log_test.go#L76:2: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/internal/rate/sliding_log_test.go#L97:2: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/internal/rate/sliding_log_test.go#L136:2: error-is-as: invalid usage of assert.Error, use assert.ErrorIs instead
https://github.com/TykTechnologies/tyk/blob/master/internal/rate/sliding_log_test.go#L139:2: error-is-as: invalid usage of assert.Error, use assert.ErrorIs instead
https://github.com/TykTechnologies/tyk/blob/master/internal/rate/sliding_log_test.go#L142:2: error-is-as: invalid usage of assert.Error, use assert.ErrorIs instead
https://github.com/TykTechnologies/tyk/blob/master/internal/rate/sliding_log_test.go#L145:2: error-is-as: invalid usage of assert.Error, use assert.ErrorIs instead
https://github.com/TykTechnologies/tyk/blob/master/internal/rate/sliding_log_test.go#L216:2: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/internal/rate/sliding_log_test.go#L237:2: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/internal/rate/sliding_log_test.go#L234:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/rate/sliding_log_test.go#L26:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/rate/sliding_log_test.go#L194:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/rate/sliding_log_test.go#L200:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/rate/sliding_log_test.go#L60:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/rate/sliding_log_test.go#L73:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/rate/sliding_log_test.go#L94:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/rate/sliding_log_test.go#L115:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/rate/sliding_log_test.go#L129:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/rate/sliding_log_test.go#L136:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/rate/sliding_log_test.go#L139:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/rate/sliding_log_test.go#L142:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/rate/sliding_log_test.go#L158:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/rate/sliding_log_test.go#L164:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/rate/sliding_log_test.go#L176:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/rate/sliding_log_test.go#L182:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/rate/sliding_log_test.go#L213:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/rate/model/allowance_test.go#L27:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/reflect/reflect_test.go#L46:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/TykTechnologies/tyk/blob/master/internal/reflect/reflect_test.go#L51:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/reflect/reflect_test.go#L39:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/reflect/reflect_test.go#L45:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/reflect/reflect_test.go#L58:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/reflect/reflect_test.go#L64:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/time/duration_test.go#L18:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/time/duration_test.go#L26:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/time/duration_test.go#L38:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/time/duration_test.go#L47:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/internal/time/duration_test.go#L56:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/rpc/synchronization_forcer_test.go#L44:2: bool-compare: use assert.True
https://github.com/TykTechnologies/tyk/blob/master/rpc/synchronization_forcer_test.go#L57:2: bool-compare: use assert.True
https://github.com/TykTechnologies/tyk/blob/master/rpc/synchronization_forcer_test.go#L64:2: bool-compare: use assert.False
https://github.com/TykTechnologies/tyk/blob/master/storage/connection_handler_test.go#L55:2: bool-compare: use assert.False
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L95:3: expected-actual: need to reverse actual and expected values
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L205:2: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L210:2: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L215:2: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L219:2: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L222:2: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/storage/connection_handler_test.go#L88:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/connection_handler_test.go#L91:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L1607:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L643:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L585:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L236:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L563:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L1842:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L1462:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L438:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L669:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L735:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L2005:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L2007:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L725:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L498:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L1421:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L1435:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L679:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L1876:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L1596:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L1825:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L2084:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/connection_handler_test.go#L146:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L410:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L612:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L388:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L399:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L509:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L1494:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L536:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L2062:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L1932:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L689:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L2044:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L1505:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_shim_test.go#L38:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/connection_handler_test.go#L110:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/connection_handler_test.go#L116:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L715:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L596:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L1568:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L1919:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L658:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L623:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L345:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L1369:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L1903:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/connection_handler_test.go#L31:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L377:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L704:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L1856:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L1808:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L354:4: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L476:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L574:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L1356:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L547:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L1407:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/connection_handler_test.go#L63:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L1382:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L427:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/connection_handler_test.go#L98:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/connection_handler_test.go#L103:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L1478:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L1945:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L460:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L268:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L83:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L525:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L633:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L1582:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L2098:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L252:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L449:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L487:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/storage/redis_cluster_test.go#L1891:3: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/test/buffered_logger_test.go#L34:4: empty: use assert.Empty
https://github.com/TykTechnologies/tyk/blob/master/test/buffered_logger_test.go#L72:4: error-nil: use assert.NoError
https://github.com/TykTechnologies/tyk/blob/master/test/buffered_logger_test.go#L218:6: empty: use assert.NotEmpty
https://github.com/TykTechnologies/tyk/blob/master/tests/regression/issue_11806_test.go#L97:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/tests/regression/issue_11806_test.go#L107:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/tests/regression/issue_11806_test.go#L118:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/tests/regression/issue_11585_test.go#L98:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/user/session_test.go#L26:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/user/session_test.go#L30:2: require-error: for error assertions use require
https://github.com/TykTechnologies/tyk/blob/master/user/custom_policies_test.go#L112:3: require-error: for error assertions use require

Report issue: https://github.com/TykTechnologies/tyk/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682476034

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/oauth2-proxy/oauth2-proxy got output

https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L522:2: nil-compare: use assert.NotNil
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L548:2: nil-compare: use assert.NotNil
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L928:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L949:2: error-nil: use assert.Error
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L970:2: error-nil: use assert.Error
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L1400:2: empty: use assert.Empty
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L1749:2: len: use assert.Len
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L1778:2: len: use assert.Len
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L1911:2: expected-actual: need to reverse actual and expected values
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L1912:2: expected-actual: need to reverse actual and expected values
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L1916:2: expected-actual: need to reverse actual and expected values
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L1917:2: expected-actual: need to reverse actual and expected values
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L1123:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L946:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L2477:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L2231:4: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L2234:4: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L2519:4: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L2917:4: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L966:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L1091:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L2758:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L1291:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L1314:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L1425:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L2619:4: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L2719:4: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L2858:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L1371:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L1394:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L1141:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L2817:4: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L907:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L3458:4: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L3461:4: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L109:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L161:4: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L170:4: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L1721:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L1746:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L279:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L297:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L303:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L1709:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L3191:4: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L925:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L3282:4: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L3372:4: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L2411:4: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L2659:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L3102:4: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L1957:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L2983:4: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L227:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L246:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L1198:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L1221:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L2560:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L48:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L1621:4: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L1775:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L889:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L1040:4: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/oauthproxy_test.go#L1670:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/apis/sessions/session_state_test.go#L141:2: bool-compare: use assert.True
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/apis/sessions/session_state_test.go#L144:2: bool-compare: use assert.False
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/apis/sessions/session_state_test.go#L147:2: bool-compare: use assert.False
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/apis/sessions/session_state_test.go#L275:3: bool-compare: use assert.True
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/apis/sessions/session_state_test.go#L281:3: bool-compare: use assert.True
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/apis/sessions/session_state_test.go#L234:4: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/apis/sessions/session_state_test.go#L237:4: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/apis/sessions/session_state_test.go#L239:4: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/cipher_test.go#L21:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/cipher_test.go#L24:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/cipher_test.go#L35:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/cipher_test.go#L41:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/cipher_test.go#L44:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/cipher_test.go#L63:6: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/cipher_test.go#L67:6: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/cipher_test.go#L95:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/cipher_test.go#L102:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/cipher_test.go#L112:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/cipher_test.go#L126:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/cipher_test.go#L129:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/cipher_test.go#L134:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/cipher_test.go#L137:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/cipher_test.go#L146:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/cipher_test.go#L149:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/cipher_test.go#L154:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/cipher_test.go#L168:4: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/cipher_test.go#L171:4: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/cipher_test.go#L174:4: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/cipher_test.go#L181:6: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/cipher_test.go#L184:6: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/cipher_test.go#L188:6: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/cipher_test.go#L205:4: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/cipher_test.go#L208:4: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/cipher_test.go#L211:4: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/cipher_test.go#L218:6: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/cipher_test.go#L221:6: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/utils_test.go#L25:4: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/utils_test.go#L49:4: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/utils_test.go#L77:2: len: use assert.Len
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/utils_test.go#L82:2: len: use assert.Len
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/utils_test.go#L87:2: len: use assert.Len
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/utils_test.go#L130:2: expected-actual: need to reverse actual and expected values
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/utils_test.go#L138:2: len: use assert.Len
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/utils_test.go#L97:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/utils_test.go#L99:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/cipher_test.go#L17:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/utils_test.go#L117:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/utils_test.go#L129:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/cipher_test.go#L37:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/encryption/utils_test.go#L135:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/ip/realclientip_test.go#L33:4: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/ip/realclientip_test.go#L35:4: error-nil: use assert.Error
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/ip/realclientip_test.go#L78:4: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/ip/realclientip_test.go#L80:4: error-nil: use assert.Error
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/ip/realclientip_test.go#L102:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/ip/realclientip_test.go#L129:4: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/ip/realclientip_test.go#L131:4: error-nil: use assert.Error
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/sessions/cookie/session_store_test.go#L104:6: len: use assert.Len
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/sessions/cookie/session_store_test.go#L209:4: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/sessions/cookie/session_store_test.go#L160:4: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/util/util_test.go#L186:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/util/util_test.go#L199:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/util/util_test.go#L227:3: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/util/util_test.go#L249:3: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/util/util_test.go#L251:3: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/validation/options_test.go#L48:2: error-nil: use assert.Error
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/validation/options_test.go#L62:2: error-nil: use assert.Error
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/validation/options_test.go#L76:2: error-nil: use assert.Error
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/validation/options_test.go#L86:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/validation/options_test.go#L94:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/validation/options_test.go#L102:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/validation/options_test.go#L106:2: error-nil: use assert.Error
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/validation/options_test.go#L109:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/validation/options_test.go#L114:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/validation/options_test.go#L118:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/validation/options_test.go#L122:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/validation/options_test.go#L126:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/validation/options_test.go#L130:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/validation/options_test.go#L134:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/validation/options_test.go#L140:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/validation/options_test.go#L141:2: expected-actual: need to reverse actual and expected values
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/validation/options_test.go#L142:2: expected-actual: need to reverse actual and expected values
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/validation/options_test.go#L164:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/validation/options_test.go#L171:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/validation/options_test.go#L178:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/validation/options_test.go#L186:2: error-nil: use assert.Error
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/validation/options_test.go#L198:2: error-nil: use assert.Error
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/pkg/validation/options_test.go#L215:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/azure_test.go#L118:2: nil-compare: use assert.NotNil
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/azure_test.go#L352:5: error-nil: use assert.Error
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/azure_test.go#L424:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/azure_test.go#L426:2: nil-compare: use assert.NotNil
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/bitbucket_test.go#L77:2: nil-compare: use assert.NotNil
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/bitbucket_test.go#L83:2: nil-compare: use assert.NotNil
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/bitbucket_test.go#L104:2: nil-compare: use assert.NotNil
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/bitbucket_test.go#L124:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/bitbucket_test.go#L137:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/bitbucket_test.go#L155:2: error-nil: use assert.Error
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/bitbucket_test.go#L169:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/digitalocean_test.go#L81:2: nil-compare: use assert.NotNil
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/digitalocean_test.go#L103:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/digitalocean_test.go#L119:2: error-nil: use assert.Error
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/digitalocean_test.go#L132:2: error-nil: use assert.Error
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/github_test.go#L106:2: nil-compare: use assert.NotNil
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/google_test.go#L82:2: nil-compare: use assert.NotNil
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/google_test.go#L110:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/google_test.go#L116:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/google_test.go#L117:2: nil-compare: use assert.NotNil
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/google_test.go#L175:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/google_test.go#L181:2: error-nil: use assert.Error
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/google_test.go#L192:2: error-nil: use assert.Error
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/google_test.go#L206:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/google_test.go#L212:2: error-nil: use assert.Error
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/google_test.go#L225:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/google_test.go#L231:2: error-nil: use assert.Error
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/internal_util_test.go#L96:2: bool-compare: use assert.True
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/internal_util_test.go#L104:2: bool-compare: use assert.True
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/internal_util_test.go#L111:2: bool-compare: use assert.False
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/internal_util_test.go#L118:2: bool-compare: use assert.False
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/internal_util_test.go#L125:2: bool-compare: use assert.False
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/internal_util_test.go#L132:2: bool-compare: use assert.False
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/internal_util_test.go#L139:2: bool-compare: use assert.True
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/linkedin_test.go#L81:2: nil-compare: use assert.NotNil
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/linkedin_test.go#L103:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/linkedin_test.go#L119:2: error-nil: use assert.Error
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/linkedin_test.go#L132:2: error-nil: use assert.Error
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/logingov_test.go#L143:2: nil-compare: use assert.NotNil
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/logingov_test.go#L156:2: nil-compare: use assert.NotNil
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/logingov_test.go#L239:2: nil-compare: use assert.NotNil
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/logingov_test.go#L249:2: nil-compare: use assert.NotNil
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/nextcloud_test.go#L32:2: nil-compare: use assert.NotNil
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/nextcloud_test.go#L59:2: nil-compare: use assert.NotNil
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/oidc_test.go#L123:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/oidc_test.go#L146:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/oidc_test.go#L174:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/oidc_test.go#L175:2: bool-compare: use assert.True
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/oidc_test.go#L207:2: error-nil: use assert.NoError
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/oidc_test.go#L208:2: bool-compare: use assert.True
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/github_test.go#L396:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/azure_test.go#L399:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/azure_test.go#L402:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/azure_test.go#L412:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/github_test.go#L444:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/github_test.go#L356:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/github_test.go#L421:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/logingov_test.go#L250:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/logingov_test.go#L293:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/logingov_test.go#L300:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/logingov_test.go#L316:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/logingov_test.go#L325:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/logingov_test.go#L122:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/logingov_test.go#L142:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/github_test.go#L230:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/github_test.go#L209:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/github_test.go#L269:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/github_test.go#L249:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/github_test.go#L143:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/google_test.go#L81:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/github_test.go#L167:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/github_test.go#L376:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/github_test.go#L302:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/github_test.go#L338:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/logingov_test.go#L157:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/logingov_test.go#L200:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/logingov_test.go#L207:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/logingov_test.go#L223:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/logingov_test.go#L232:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/logingov_test.go#L238:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/oidc_test.go#L264:4: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/oidc_test.go#L267:4: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/github_test.go#L188:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/oidc_test.go#L95:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/google_test.go#L275:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/github_test.go#L317:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/github_test.go#L287:2: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/azure_test.go#L319:5: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/azure_test.go#L329:5: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/azure_test.go#L342:4: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/azure_test.go#L354:5: require-error: for error assertions use require
https://github.com/oauth2-proxy/oauth2-proxy/blob/master/providers/github_test.go#L128:2: require-error: for error assertions use require

Report issue: https://github.com/oauth2-proxy/oauth2-proxy/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682482065

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/bxcodec/go-clean-arch got output

https://github.com/bxcodec/go-clean-arch/blob/master/article/service_test.go#L61:3: empty: use assert.Empty
https://github.com/bxcodec/go-clean-arch/blob/master/article/service_test.go#L179:3: require-error: for error assertions use require
https://github.com/bxcodec/go-clean-arch/blob/master/article/service_test.go#L42:3: require-error: for error assertions use require
https://github.com/bxcodec/go-clean-arch/blob/master/article/service_test.go#L167:3: require-error: for error assertions use require
https://github.com/bxcodec/go-clean-arch/blob/master/article/service_test.go#L60:3: require-error: for error assertions use require
https://github.com/bxcodec/go-clean-arch/blob/master/article/service_test.go#L144:3: require-error: for error assertions use require
https://github.com/bxcodec/go-clean-arch/blob/master/article/service_test.go#L100:3: require-error: for error assertions use require
https://github.com/bxcodec/go-clean-arch/blob/master/article/service_test.go#L126:3: require-error: for error assertions use require
https://github.com/bxcodec/go-clean-arch/blob/master/article/service_test.go#L212:3: require-error: for error assertions use require
https://github.com/bxcodec/go-clean-arch/blob/master/article/service_test.go#L86:3: require-error: for error assertions use require
https://github.com/bxcodec/go-clean-arch/blob/master/article/service_test.go#L191:3: require-error: for error assertions use require
https://github.com/bxcodec/go-clean-arch/blob/master/internal/repository/mysql/author_test.go#L32:2: require-error: for error assertions use require
https://github.com/bxcodec/go-clean-arch/blob/master/internal/repository/mysql/article_test.go#L47:2: require-error: for error assertions use require
https://github.com/bxcodec/go-clean-arch/blob/master/internal/repository/mysql/article_test.go#L67:2: require-error: for error assertions use require
https://github.com/bxcodec/go-clean-arch/blob/master/internal/repository/mysql/article_test.go#L95:2: require-error: for error assertions use require
https://github.com/bxcodec/go-clean-arch/blob/master/internal/repository/mysql/article_test.go#L115:2: require-error: for error assertions use require
https://github.com/bxcodec/go-clean-arch/blob/master/internal/rest/article_test.go#L27:2: require-error: for error assertions use require
https://github.com/bxcodec/go-clean-arch/blob/master/internal/rest/article_test.go#L38:2: require-error: for error assertions use require
https://github.com/bxcodec/go-clean-arch/blob/master/internal/rest/article_test.go#L62:2: require-error: for error assertions use require
https://github.com/bxcodec/go-clean-arch/blob/master/internal/rest/article_test.go#L81:2: require-error: for error assertions use require
https://github.com/bxcodec/go-clean-arch/blob/master/internal/rest/article_test.go#L91:2: require-error: for error assertions use require
https://github.com/bxcodec/go-clean-arch/blob/master/internal/rest/article_test.go#L121:2: require-error: for error assertions use require
https://github.com/bxcodec/go-clean-arch/blob/master/internal/rest/article_test.go#L127:2: require-error: for error assertions use require
https://github.com/bxcodec/go-clean-arch/blob/master/internal/rest/article_test.go#L147:2: require-error: for error assertions use require
https://github.com/bxcodec/go-clean-arch/blob/master/internal/rest/article_test.go#L157:2: require-error: for error assertions use require

Report issue: https://github.com/bxcodec/go-clean-arch/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682489009

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/hybridgroup/gobot got output

-: # gobot.io/x/gobot/v2/platforms/digispark
# [pkg-config --cflags  -- libusb]
Package libusb was not found in the pkg-config search path.
Perhaps you should add the directory containing `libusb.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libusb' found
https://github.com/hybridgroup/gobot/blob/release/platforms/digispark/littleWire.go#L7:8: could not import C (no metadata for C)
-: # gocv.io/x/gocv
# [pkg-config --cflags  -- opencv4]
Package opencv4 was not found in the pkg-config search path.
Perhaps you should add the directory containing `opencv4.pc'
to the PKG_CONFIG_PATH environment variable
No package 'opencv4' found
/home/runner/go/pkg/mod/gocv.io/x/gocv@v0.35.0/aruco.go#L8:8: could not import C (no metadata for C)
https://github.com/hybridgroup/gobot/blob/release/platforms/opencv/camera_driver.go#L44:4: not enough return values
have ()
want (error)
https://github.com/hybridgroup/gobot/blob/release/platforms/opencv/camera_driver.go#L75:2: not enough return values
have ()
want (error)
https://github.com/hybridgroup/gobot/blob/release/platforms/opencv/window_driver.go#L42:2: not enough return values
have ()
want (error)
https://github.com/hybridgroup/gobot/blob/release/platforms/opencv/window_driver.go#L46:39: not enough return values
have ()
want (error)
-: # gobot.io/x/gobot/v2/platforms/digispark
# [pkg-config --cflags  -- libusb]
Package libusb was not found in the pkg-config search path.
Perhaps you should add the directory containing `libusb.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libusb' found
https://github.com/hybridgroup/gobot/blob/release/platforms/digispark/littleWire.go#L7:8: could not import C (no metadata for C)
https://github.com/hybridgroup/gobot/blob/release/platforms/opencv/camera_driver.go#L44:4: not enough return values
have ()
want (error)
https://github.com/hybridgroup/gobot/blob/release/platforms/opencv/camera_driver.go#L75:2: not enough return values
have ()
want (error)
https://github.com/hybridgroup/gobot/blob/release/platforms/opencv/window_driver.go#L42:2: not enough return values
have ()
want (error)
https://github.com/hybridgroup/gobot/blob/release/platforms/opencv/window_driver.go#L46:39: not enough return values
have ()
want (error)
testifylint: 14 errors during loading

Report issue: https://github.com/hybridgroup/gobot/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682489982

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/cookieY/Yearning got output

src/model/db.go#L21:2: missing go.sum entry for module providing package github.com/BurntSushi/toml (imported by Yearning-go/src/model); to add:
go get Yearning-go/src/model
src/model/db.go#L22:2: missing go.sum entry for module providing package github.com/cookieY/yee/logger (imported by Yearning-go/migration); to add:
go get Yearning-go/migration
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L17:2: could not import Yearning-go/src/i18n (no metadata for Yearning-go/src/i18n)
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L18:2: could not import crypto/tls (no metadata for crypto/tls)
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L19:2: could not import crypto/x509 (no metadata for crypto/x509)
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L20:2: could not import fmt (no metadata for fmt)
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L21:2: could not import github.com/BurntSushi/toml (no metadata for github.com/BurntSushi/toml)
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L22:2: could not import github.com/cookieY/yee/logger (no metadata for github.com/cookieY/yee/logger)
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L23:8: could not import github.com/go-sql-driver/mysql (no metadata for github.com/go-sql-driver/mysql)
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L24:8: could not import gorm.io/driver/mysql (no metadata for gorm.io/driver/mysql)
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L25:2: could not import gorm.io/gorm (no metadata for gorm.io/gorm)
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L26:2: could not import os (no metadata for os)
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L27:2: could not import time (no metadata for time)
src/model/db.go#L23:2: missing go.sum entry for module providing package github.com/go-sql-driver/mysql (imported by Yearning-go/src/lib); to add:
go get Yearning-go/src/lib
src/model/impl.go#L9:2: missing go.sum entry for module providing package gopkg.in/ldap.v3 (imported by Yearning-go/src/model); to add:
go get Yearning-go/src/model
src/model/db.go#L24:2: missing go.sum entry for module providing package gorm.io/driver/mysql (imported by Yearning-go/src/handler/manage/db); to add:
go get Yearning-go/src/handler/manage/db
src/model/db.go#L25:2: missing go.sum entry for module providing package gorm.io/gorm (imported by Yearning-go/src/handler/common); to add:
go get Yearning-go/src/handler/common
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L17:2: could not import Yearning-go/src/i18n (no metadata for Yearning-go/src/i18n)
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L18:2: could not import crypto/tls (no metadata for crypto/tls)
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L19:2: could not import crypto/x509 (no metadata for crypto/x509)
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L20:2: could not import fmt (no metadata for fmt)
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L21:2: could not import github.com/BurntSushi/toml (no metadata for github.com/BurntSushi/toml)
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L22:2: could not import github.com/cookieY/yee/logger (no metadata for github.com/cookieY/yee/logger)
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L23:8: could not import github.com/go-sql-driver/mysql (no metadata for github.com/go-sql-driver/mysql)
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L24:8: could not import gorm.io/driver/mysql (no metadata for gorm.io/driver/mysql)
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L25:2: could not import gorm.io/gorm (no metadata for gorm.io/gorm)
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L26:2: could not import os (no metadata for os)
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L27:2: could not import time (no metadata for time)
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L21:2: could not import github.com/BurntSushi/toml (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L23:8: could not import github.com/go-sql-driver/mysql (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L24:8: could not import gorm.io/driver/mysql (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L25:2: model redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L22:2:    other declaration of model
https://github.com/cookieY/Yearning/blob/next/src/model/impl.go#L9:2: could not import gopkg.in/ldap.v3 (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L30:12: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L81:12: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L85:26: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L101:16: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/model/global.go#L78:19: undefined: logger
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L46:3: undefined: logger
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L50:18: undefined: logger
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L60:13: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L64:7: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L66:3: undefined: logger
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L73:3: undefined: logger
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L90:13: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L94:7: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/model/impl.go#L24:10: undefined: ldap
https://github.com/cookieY/Yearning/blob/next/src/model/impl.go#L26:13: undefined: ldap
https://github.com/cookieY/Yearning/blob/next/src/model/impl.go#L28:13: undefined: ldap
https://github.com/cookieY/Yearning/blob/next/src/model/impl.go#L48:19: undefined: ldap
https://github.com/cookieY/Yearning/blob/next/src/model/impl.go#L50:3: undefined: ldap
https://github.com/cookieY/Yearning/blob/next/src/model/impl.go#L50:27: undefined: ldap
https://github.com/cookieY/Yearning/blob/next/src/model/impl.go#L72:3: undefined: logger
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L22:2: "github.com/cookieY/yee/logger" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L25:2: "gorm.io/gorm" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/model/global.go#L18:2: "github.com/cookieY/yee/logger" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/model/impl.go#L8:2: "github.com/cookieY/yee/logger" imported as model and not used
src/lib/wrapper.go#L4:2: missing go.sum entry for module providing package github.com/Jeffail/gabs/v2 (imported by Yearning-go/src/lib); to add:
go get Yearning-go/src/lib
src/lib/jwtAuth.go#L19:2: missing go.sum entry for module providing package github.com/cookieY/yee (imported by Yearning-go/src/apis); to add:
go get Yearning-go/src/apis
https://github.com/cookieY/Yearning/blob/next/src/lib/jwtAuth.go#L17:2: could not import Yearning-go/src/model (no metadata for Yearning-go/src/model)
https://github.com/cookieY/Yearning/blob/next/src/lib/jwtAuth.go#L18:2: could not import errors (no metadata for errors)
https://github.com/cookieY/Yearning/blob/next/src/lib/jwtAuth.go#L19:2: could not import github.com/cookieY/yee (no metadata for github.com/cookieY/yee)
https://github.com/cookieY/Yearning/blob/next/src/lib/jwtAuth.go#L20:2: could not import github.com/golang-jwt/jwt (no metadata for github.com/golang-jwt/jwt)
https://github.com/cookieY/Yearning/blob/next/src/lib/jwtAuth.go#L21:2: could not import time (no metadata for time)
src/lib/toolbox.go#L21:2: missing go.sum entry for module providing package github.com/deckarep/golang-set/v2 (imported by Yearning-go/src/lib); to add:
go get Yearning-go/src/lib
src/lib/jwtAuth.go#L20:2: missing go.sum entry for module providing package github.com/golang-jwt/jwt (imported by Yearning-go/src/handler/login); to add:
go get Yearning-go/src/handler/login
src/lib/toolbox.go#L23:2: missing go.sum entry for module providing package github.com/google/uuid (imported by Yearning-go/migration); to add:
go get Yearning-go/migration
https://github.com/cookieY/Yearning/blob/next/src/lib/toolbox.go#L17:2: could not import Yearning-go/src/engine (no metadata for Yearning-go/src/engine)
https://github.com/cookieY/Yearning/blob/next/src/lib/toolbox.go#L18:2: could not import Yearning-go/src/model (no metadata for Yearning-go/src/model)
https://github.com/cookieY/Yearning/blob/next/src/lib/toolbox.go#L19:2: could not import encoding/json (no metadata for encoding/json)
https://github.com/cookieY/Yearning/blob/next/src/lib/toolbox.go#L20:2: could not import fmt (no metadata for fmt)
https://github.com/cookieY/Yearning/blob/next/src/lib/toolbox.go#L21:9: could not import github.com/deckarep/golang-set/v2 (no metadata for github.com/deckarep/golang-set/v2)
https://github.com/cookieY/Yearning/blob/next/src/lib/toolbox.go#L22:4: could not import github.com/go-sql-driver/mysql (no metadata for github.com/go-sql-driver/mysql)
https://github.com/cookieY/Yearning/blob/next/src/lib/toolbox.go#L23:2: could not import github.com/google/uuid (no metadata for github.com/google/uuid)
https://github.com/cookieY/Yearning/blob/next/src/lib/toolbox.go#L24:2: could not import github.com/vmihailenco/msgpack/v5 (no metadata for github.com/vmihailenco/msgpack/v5)
https://github.com/cookieY/Yearning/blob/next/src/lib/toolbox.go#L25:2: could not import math (no metadata for math)
https://github.com/cookieY/Yearning/blob/next/src/lib/toolbox.go#L26:2: could not import strconv (no metadata for strconv)
https://github.com/cookieY/Yearning/blob/next/src/lib/toolbox.go#L27:2: could not import strings (no metadata for strings)
https://github.com/cookieY/Yearning/blob/next/src/lib/toolbox.go#L28:2: could not import time (no metadata for time)
src/lib/toolbox.go#L24:2: missing go.sum entry for module providing package github.com/vmihailenco/msgpack/v5 (imported by Yearning-go/src/handler/personal); to add:
go get Yearning-go/src/handler/personal
src/lib/encrypt.go#L26:2: missing go.sum entry for module providing package golang.org/x/crypto/pbkdf2 (imported by Yearning-go/src/lib); to add:
go get Yearning-go/src/lib
src/lib/sendMail.go#L21:2: missing go.sum entry for module providing package gopkg.in/gomail.v2 (imported by Yearning-go/src/lib); to add:
go get Yearning-go/src/lib
https://github.com/cookieY/Yearning/blob/next/src/lib/ding.go#L8:2: model redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/lib/ding.go#L5:2:     other declaration of model
https://github.com/cookieY/Yearning/blob/next/src/lib/encrypt.go#L25:2: model redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/lib/encrypt.go#L18:2:     other declaration of model
https://github.com/cookieY/Yearning/blob/next/src/lib/encrypt.go#L26:2: could not import golang.org/x/crypto/pbkdf2 (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/lib/jwtAuth.go#L20:2: could not import github.com/golang-jwt/jwt (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/lib/sendMail.go#L20:2: model redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/lib/sendMail.go#L17:2:    other declaration of model
https://github.com/cookieY/Yearning/blob/next/src/lib/sendMail.go#L21:2: could not import gopkg.in/gomail.v2 (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/lib/toolbox.go#L21:9: could not import github.com/deckarep/golang-set/v2 (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/lib/toolbox.go#L22:4: could not import github.com/go-sql-driver/mysql (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/lib/toolbox.go#L24:2: could not import github.com/vmihailenco/msgpack/v5 (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/lib/wrapper.go#L4:2: could not import github.com/Jeffail/gabs/v2 (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/lib/jwtAuth.go#L44:28: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/lib/sendMail.go#L104:34: undefined: gomail
https://github.com/cookieY/Yearning/blob/next/src/lib/ding.go#L46:3: undefined: logger
https://github.com/cookieY/Yearning/blob/next/src/lib/ding.go#L61:3: undefined: logger
https://github.com/cookieY/Yearning/blob/next/src/lib/encrypt.go#L109:3: undefined: logger
https://github.com/cookieY/Yearning/blob/next/src/lib/sendMail.go#L88:7: undefined: gomail
https://github.com/cookieY/Yearning/blob/next/src/lib/sendMail.go#L99:3: undefined: logger
https://github.com/cookieY/Yearning/blob/next/src/lib/sendMail.go#L105:7: undefined: gomail
https://github.com/cookieY/Yearning/blob/next/src/lib/toolbox.go#L55:9: undefined: uuid
https://github.com/cookieY/Yearning/blob/next/src/lib/toolbox.go#L140:12: undefined: msgpack
https://github.com/cookieY/Yearning/blob/next/src/lib/wrapper.go#L9:12: undefined: gabs
https://github.com/cookieY/Yearning/blob/next/src/lib/wrapper.go#L22:12: undefined: gabs
https://github.com/cookieY/Yearning/blob/next/src/lib/ding.go#L8:2: "github.com/cookieY/yee/logger" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/lib/encrypt.go#L25:2: "github.com/cookieY/yee/logger" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/lib/jwtAuth.go#L19:2: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/lib/sendMail.go#L20:2: "github.com/cookieY/yee/logger" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/lib/toolbox.go#L23:2: "github.com/google/uuid" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/common/impl.go#L5:2: model redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/common/impl.go#L4:2:  other declaration of model
https://github.com/cookieY/Yearning/blob/next/src/handler/common/util.go#L8:2: model redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/common/util.go#L5:2:  other declaration of model
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L10:48: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L10:58: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L19:37: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L19:47: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L25:56: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L25:66: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L36:39: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L36:49: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L42:51: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L42:61: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L53:50: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L53:60: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L64:48: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L64:58: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L70:72: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L70:82: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L80:48: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L80:58: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L89:54: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L89:64: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L98:48: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L98:58: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L107:44: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L107:54: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L116:46: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L116:56: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L125:48: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L125:58: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L132:53: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L132:63: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L141:42: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L141:52: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L147:44: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L147:54: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L156:49: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L156:59: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L165:48: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L165:58: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L174:56: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L174:66: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L183:47: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L183:57: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L192:51: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L192:61: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L201:46: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L201:56: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L210:49: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L210:59: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L219:61: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L219:71: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L225:55: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L225:65: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L234:77: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L234:87: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L246:57: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L246:67: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/impl.go#L32:47: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/impl.go#L32:57: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L11:18: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L11:28: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L20:18: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L20:28: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L26:18: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L26:28: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L37:18: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L37:28: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L43:18: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L43:28: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L54:18: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L54:28: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L65:18: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L65:28: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L72:18: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L72:28: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L81:18: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L81:28: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L90:18: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L90:28: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L99:18: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L99:28: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L108:18: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L108:28: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L117:18: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L117:28: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L126:18: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L126:28: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L133:18: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L133:28: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L142:18: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L142:28: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L148:18: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L148:28: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L157:18: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L157:28: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L166:18: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L166:28: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L175:18: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L175:28: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L184:18: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L184:28: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L193:18: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L193:28: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L202:18: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L202:28: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L211:18: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L211:28: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L220:18: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L220:28: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L226:18: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L226:28: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L235:18: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L235:28: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L247:18: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L247:28: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/common/util.go#L57:4: undefined: logger
https://github.com/cookieY/Yearning/blob/next/src/handler/common/util.go#L95:3: undefined: logger
https://github.com/cookieY/Yearning/blob/next/src/handler/common/expr.go#L4:2: "gorm.io/gorm" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/common/impl.go#L5:2: "gorm.io/gorm" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/common/util.go#L8:2: "github.com/cookieY/yee/logger" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/dashboard.go#L20:2: lib redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/dashboard.go#L18:2:   other declaration of lib
https://github.com/cookieY/Yearning/blob/next/src/handler/dashboard.go#L43:19: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/dashboard.go#L58:21: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/dashboard.go#L69:17: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/dashboard.go#L74:16: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/dashboard.go#L20:2: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/impl.go#L8:2: model redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/impl.go#L5:2:  other declaration of model
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/tpl.go#L10:2: model redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/tpl.go#L6:2:   other declaration of model
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/route.go#L5:20: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/tpl.go#L14:19: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/tpl.go#L29:30: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/tpl.go#L45:31: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/tpl.go#L55:33: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/impl.go#L34:113: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/route.go#L6:9: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/tpl.go#L36:76: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/impl.go#L8:2: "gorm.io/gorm" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/route.go#L3:8: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/tpl.go#L9:2: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/tpl.go#L10:2: "gorm.io/gorm" imported as model and not used
src/handler/fetch/fetch.go#L26:2: missing go.sum entry for module providing package golang.org/x/net/websocket (imported by Yearning-go/src/handler/fetch); to add:
go get Yearning-go/src/handler/fetch
https://github.com/cookieY/Yearning/blob/next/src/handler/fetch/fetch.go#L25:2: lib redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/fetch/fetch.go#L21:2:     other declaration of lib
https://github.com/cookieY/Yearning/blob/next/src/handler/fetch/fetch.go#L26:2: could not import golang.org/x/net/websocket (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/handler/fetch/fetch.go#L27:2: model redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/fetch/fetch.go#L22:2:     other declaration of model
https://github.com/cookieY/Yearning/blob/next/src/handler/fetch/fetch.go#L35:17: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/fetch/fetch.go#L40:26: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/fetch/fetch.go#L47:25: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/fetch/fetch.go#L62:20: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/fetch/fetch.go#L112:24: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/fetch/fetch.go#L142:23: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/fetch/fetch.go#L148:18: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/fetch/fetch.go#L182:19: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/fetch/fetch.go#L201:23: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/fetch/fetch.go#L217:21: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/fetch/fetch.go#L259:29: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/fetch/fetch.go#L271:32: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/fetch/fetch.go#L279:18: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/fetch/fetch.go#L291:22: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/fetch/fetch.go#L309:21: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/fetch/fetch.go#L316:26: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/fetch/fetch.go#L323:19: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/fetch/fetch.go#L329:26: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/fetch/fetch.go#L361:25: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/fetch/fetch.go#L373:24: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/fetch/fetch.go#L393:24: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/fetch/fetch.go#L423:22: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/fetch/fetch.go#L94:143: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/fetch/fetch.go#L283:96: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/fetch/fetch.go#L25:2: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/fetch/fetch.go#L27:2: "gorm.io/gorm" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/order/audit/audit.go#L9:2: lib redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/order/audit/audit.go#L6:2:    other declaration of lib
https://github.com/cookieY/Yearning/blob/next/src/handler/order/audit/audit.go#L10:2: could not import github.com/golang-jwt/jwt (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/handler/order/audit/audit.go#L11:2: could not import golang.org/x/net/websocket (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/handler/order/audit/impl.go#L12:2: model redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/order/audit/impl.go#L9:2:     other declaration of model
https://github.com/cookieY/Yearning/blob/next/src/handler/order/audit/audit.go#L19:24: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/order/audit/audit.go#L41:24: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/order/audit/audit.go#L57:18: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/order/audit/audit.go#L73:24: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/order/audit/audit.go#L122:20: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/order/audit/audit.go#L145:23: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/order/audit/audit.go#L158:36: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/order/audit/audit.go#L169:23: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/order/audit/route.go#L5:25: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/order/audit/impl.go#L64:3: undefined: logger
https://github.com/cookieY/Yearning/blob/next/src/handler/order/audit/route.go#L6:9: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/order/audit/audit.go#L9:2: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/order/audit/impl.go#L12:2: "github.com/cookieY/yee/logger" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/order/audit/route.go#L3:8: "github.com/cookieY/yee" imported as lib and not used
src/handler/personal/impl.go#L11:2: missing go.sum entry for module providing package github.com/cookieY/sqlx (imported by Yearning-go/src/handler/personal); to add:
go get Yearning-go/src/handler/personal
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/impl.go#L11:2: could not import github.com/cookieY/sqlx (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/order.go#L9:2: lib redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/order.go#L6:2:   other declaration of lib
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/order.go#L10:2: could not import github.com/golang-jwt/jwt (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/order.go#L11:2: could not import golang.org/x/net/websocket (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/post.go#L23:2: lib redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/post.go#L20:2:   other declaration of lib
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query.go#L24:2: lib redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query.go#L19:2:  other declaration of lib
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query.go#L26:2: could not import github.com/vmihailenco/msgpack/v5 (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query.go#L28:2: model redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query.go#L20:2:  other declaration of model
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/util.go#L9:2: model redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/util.go#L7:2:    other declaration of model
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/util.go#L10:2: model redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/util.go#L7:2:    other declaration of model
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/order.go#L16:29: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/order.go#L65:25: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/order.go#L90:12: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/post.go#L29:13: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/post.go#L39:21: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/post.go#L69:56: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query.go#L62:24: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query.go#L104:31: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query.go#L118:28: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query.go#L138:27: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query.go#L240:23: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/route.go#L5:28: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query.go#L84:138: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query.go#L183:15: undefined: msgpack
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query.go#L190:101: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/route.go#L6:9: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/util.go#L21:42: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/util.go#L28:3: undefined: logger
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/order.go#L9:2: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/post.go#L23:2: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query.go#L24:2: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query.go#L28:2: "gorm.io/gorm" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/route.go#L3:8: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/util.go#L9:2: "github.com/cookieY/yee/logger" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/util.go#L10:2: "gorm.io/gorm" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/apis/query.go#L8:2: lib redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/apis/query.go#L7:2:   other declaration of lib
https://github.com/cookieY/Yearning/blob/next/src/apis/dash.go#L9:24: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/apis/dash.go#L20:24: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/apis/dash.go#L31:25: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/apis/fetch.go#L9:28: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/apis/fetch.go#L54:28: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/apis/fetch.go#L65:29: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/apis/fetch.go#L74:26: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/apis/query.go#L12:28: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/apis/query.go#L25:28: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/apis/query.go#L34:29: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/apis/query.go#L44:26: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/apis/dash.go#L32:9: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/apis/fetch.go#L75:9: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/apis/query.go#L45:9: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/apis/dash.go#L5:2: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/apis/fetch.go#L5:2: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/apis/query.go#L8:2: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/login/login.go#L23:2: lib redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/login/login.go#L19:2:     other declaration of lib
https://github.com/cookieY/Yearning/blob/next/src/handler/login/login.go#L24:2: model redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/login/login.go#L20:2:     other declaration of model
https://github.com/cookieY/Yearning/blob/next/src/handler/login/oidcLogin.go#L24:2: lib redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/login/oidcLogin.go#L19:2:     other declaration of lib
https://github.com/cookieY/Yearning/blob/next/src/handler/login/oidcLogin.go#L25:2: could not import github.com/golang-jwt/jwt (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/handler/login/oidcLogin.go#L26:2: model redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/login/oidcLogin.go#L20:2:     other declaration of model
https://github.com/cookieY/Yearning/blob/next/src/handler/login/login.go#L33:22: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/login/login.go#L77:25: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/login/login.go#L113:21: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/login/oidcLogin.go#L35:18: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/login/oidcLogin.go#L51:20: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/login/oidcLogin.go#L88:18: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/login/profile.go#L10:22: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/login/profile.go#L14:25: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/login/login.go#L45:96: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/login/login.go#L84:96: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/login/login.go#L123:94: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/login/oidcLogin.go#L145:93: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/login/login.go#L23:2: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/login/login.go#L24:2: "gorm.io/gorm" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/login/oidcLogin.go#L24:2: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/login/oidcLogin.go#L26:2: "gorm.io/gorm" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/login/profile.go#L6:2: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/board.go#L15:25: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/board.go#L25:24: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/board.go#L7:2: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/autoTask/autoTask.go#L24:31: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/autoTask/autoTask.go#L33:28: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/autoTask/autoTask.go#L39:34: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/autoTask/route.go#L5:26: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/autoTask/impl.go#L24:22: undefined: uuid
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/autoTask/route.go#L6:9: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/autoTask/autoTask.go#L20:2: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/autoTask/impl.go#L7:2: "github.com/google/uuid" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/autoTask/route.go#L3:8: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/db/dbmanage.go#L21:2: lib redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/db/dbmanage.go#L19:2:  other declaration of lib
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/db/impl.go#L9:2: lib redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/db/impl.go#L6:2:   other declaration of lib
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/db/impl.go#L10:8: could not import gorm.io/driver/mysql (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/db/impl.go#L11:2: model redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/db/impl.go#L7:2:   other declaration of model
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/db/dbmanage.go#L25:25: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/db/dbmanage.go#L39:26: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/db/dbmanage.go#L72:29: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/db/route.go#L7:20: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/db/impl.go#L36:13: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/db/impl.go#L40:7: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/db/impl.go#L93:21: undefined: uuid
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/db/route.go#L8:9: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/db/dbmanage.go#L21:2: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/db/impl.go#L9:2: "github.com/google/uuid" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/db/impl.go#L11:2: "gorm.io/gorm" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/db/route.go#L4:2: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/group/group.go#L23:2: lib redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/group/group.go#L19:2:  other declaration of lib
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/group/group.go#L24:2: lib redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/group/group.go#L19:2:  other declaration of lib
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/group/group.go#L29:27: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/group/group.go#L37:19: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/group/group.go#L45:25: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/group/group.go#L73:27: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/group/route.go#L5:19: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/group/group.go#L63:18: undefined: uuid
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/group/route.go#L6:9: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/group/group.go#L23:2: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/group/group.go#L24:2: "github.com/google/uuid" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/group/route.go#L3:8: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/roles/roles.go#L13:23: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/roles/roles.go#L27:24: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/roles/roles.go#L33:23: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/roles/roles.go#L39:22: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/roles/roles.go#L49:24: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/roles/roles.go#L59:24: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/roles/roles.go#L69:25: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/roles/route.go#L9:18: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/roles/route.go#L15:25: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/roles/route.go#L10:9: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/roles/roles.go#L9:2: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/roles/route.go#L5:2: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/settings/setting.go#L22:2: lib redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/settings/setting.go#L19:2:     other declaration of lib
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/settings/route.go#L5:21: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/settings/setting.go#L37:26: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/settings/setting.go#L46:25: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/settings/setting.go#L68:25: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/settings/setting.go#L98:22: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/settings/route.go#L6:9: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/settings/route.go#L3:8: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/settings/setting.go#L22:2: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/impl.go#L9:2: model redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/impl.go#L7:2:     other declaration of model
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/user.go#L11:2: lib redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/user.go#L7:2:     other declaration of lib
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/route.go#L5:21: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/user.go#L16:23: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/user.go#L30:24: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/user.go#L66:31: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/user.go#L92:24: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/impl.go#L60:114: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/route.go#L6:9: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/impl.go#L9:2: "gorm.io/gorm" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/route.go#L3:8: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/user.go#L11:2: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/order/query/query.go#L11:2: lib redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/order/query/query.go#L7:2:    other declaration of lib
https://github.com/cookieY/Yearning/blob/next/src/handler/order/query/query.go#L12:2: could not import github.com/golang-jwt/jwt (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/handler/order/query/query.go#L13:2: could not import golang.org/x/net/websocket (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/handler/order/query/query.go#L14:2: model redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/order/query/query.go#L8:2:    other declaration of model
https://github.com/cookieY/Yearning/blob/next/src/handler/order/query/query.go#L20:24: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/order/query/query.go#L71:32: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/order/query/query.go#L82:31: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/order/query/query.go#L94:25: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/order/query/query.go#L136:40: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/order/query/query.go#L145:28: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/order/query/route.go#L5:30: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/order/query/query.go#L87:86: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/order/query/query.go#L105:24: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/order/query/query.go#L112:24: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/order/query/route.go#L6:9: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/order/query/query.go#L11:2: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/order/query/query.go#L14:2: "gorm.io/gorm" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/order/query/route.go#L3:8: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/order/record/record.go#L9:2: lib redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/order/record/record.go#L5:2:  other declaration of lib
https://github.com/cookieY/Yearning/blob/next/src/handler/order/record/record.go#L10:2: could not import golang.org/x/net/websocket (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/handler/order/record/record.go#L32:23: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/order/record/record.go#L38:24: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/order/record/record.go#L9:2: "github.com/cookieY/yee" imported as lib and not used
src/router/router.go#L37:2: missing go.sum entry for module providing package github.com/cookieY/yee/middleware (imported by Yearning-go/src/router); to add:
go get Yearning-go/src/router
https://github.com/cookieY/Yearning/blob/next/src/router/router.go#L36:2: lib redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/router/router.go#L31:2:   other declaration of lib
https://github.com/cookieY/Yearning/blob/next/src/router/router.go#L37:2: could not import github.com/cookieY/yee/middleware (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/router/router.go#L40:25: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/router/router.go#L51:27: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/router/router.go#L64:19: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/router/router.go#L76:19: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/router/router.go#L41:16: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/router/router.go#L52:16: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/router/router.go#L36:2: "github.com/cookieY/yee" imported as lib and not used
src/service/migrate.go#L24:2: missing go.sum entry for module providing package github.com/gookit/gcli/v3/interact (imported by Yearning-go/src/service); to add:
go get Yearning-go/src/service
src/service/cron.go#L7:2: missing go.sum entry for module providing package github.com/robfig/cron/v3 (imported by Yearning-go/src/service); to add:
go get Yearning-go/src/service
src/service/yearning.go#L28:12: pattern dist/*: no matching files found
https://github.com/cookieY/Yearning/blob/next/src/service/cron.go#L6:2: model redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/service/cron.go#L5:2:     other declaration of model
https://github.com/cookieY/Yearning/blob/next/src/service/cron.go#L7:2: could not import github.com/robfig/cron/v3 (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/service/migrate.go#L23:2: lib redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/service/migrate.go#L19:2:     other declaration of lib
https://github.com/cookieY/Yearning/blob/next/src/service/migrate.go#L24:2: could not import github.com/gookit/gcli/v3/interact (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/service/yearning.go#L24:2: could not import github.com/cookieY/yee/middleware (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/service/cron.go#L12:13: undefined: cron
https://github.com/cookieY/Yearning/blob/next/src/service/cron.go#L22:3: undefined: logger
https://github.com/cookieY/Yearning/blob/next/src/service/cron.go#L28:13: undefined: cron
https://github.com/cookieY/Yearning/blob/next/src/service/cron.go#L36:3: undefined: logger
https://github.com/cookieY/Yearning/blob/next/src/service/migrate.go#L35:9: undefined: uuid
https://github.com/cookieY/Yearning/blob/next/src/service/yearning.go#L46:7: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/service/yearning.go#L56:20: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/service/cron.go#L6:2: "github.com/cookieY/yee/logger" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/service/migrate.go#L23:2: "github.com/google/uuid" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/service/yearning.go#L23:2: "github.com/cookieY/yee" imported as lib and not used
cmd/cmd.go#L9:2: missing go.sum entry for module providing package github.com/gookit/gcli/v3 (imported by Yearning-go/cmd); to add:
go get Yearning-go/cmd
cmd/cmd.go#L10:2: missing go.sum entry for module providing package github.com/gookit/gcli/v3/builtin (imported by Yearning-go/cmd); to add:
go get Yearning-go/cmd
https://github.com/cookieY/Yearning/blob/next/cmd/cmd.go#L9:2: could not import github.com/gookit/gcli/v3 (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/cmd/cmd.go#L10:2: could not import github.com/gookit/gcli/v3/builtin (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/cmd/cmd.go#L22:16: undefined: gcli
https://github.com/cookieY/Yearning/blob/next/cmd/cmd.go#L26:18: undefined: gcli
https://github.com/cookieY/Yearning/blob/next/cmd/cmd.go#L29:16: undefined: gcli
https://github.com/cookieY/Yearning/blob/next/cmd/cmd.go#L36:12: undefined: gcli
https://github.com/cookieY/Yearning/blob/next/cmd/cmd.go#L39:18: undefined: gcli
https://github.com/cookieY/Yearning/blob/next/cmd/cmd.go#L42:16: undefined: gcli
https://github.com/cookieY/Yearning/blob/next/cmd/cmd.go#L50:14: undefined: gcli
https://github.com/cookieY/Yearning/blob/next/cmd/cmd.go#L53:18: undefined: gcli
https://github.com/cookieY/Yearning/blob/next/cmd/cmd.go#L56:16: undefined: gcli
https://github.com/cookieY/Yearning/blob/next/cmd/cmd.go#L64:18: undefined: gcli
https://github.com/cookieY/Yearning/blob/next/cmd/cmd.go#L67:18: undefined: gcli
https://github.com/cookieY/Yearning/blob/next/cmd/cmd.go#L73:16: undefined: gcli
https://github.com/cookieY/Yearning/blob/next/cmd/cmd.go#L82:9: undefined: gcli
https://github.com/cookieY/Yearning/blob/next/cmd/cmd.go#L85:14: undefined: gcli
https://github.com/cookieY/Yearning/blob/next/migration/migrate.go#L7:2: model redeclared in this block
https://github.com/cookieY/Yearning/blob/next/migration/migrate.go#L4:2:    other declaration of model
https://github.com/cookieY/Yearning/blob/next/migration/migrate.go#L37:106: undefined: uuid
https://github.com/cookieY/Yearning/blob/next/migration/migrate.go#L77:102: undefined: uuid
https://github.com/cookieY/Yearning/blob/next/migration/migrate.go#L85:4: undefined: logger
https://github.com/cookieY/Yearning/blob/next/migration/migrate.go#L7:2: "github.com/cookieY/yee/logger" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/migration/migrate.go#L8:2: "github.com/google/uuid" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/order/osc/route.go#L5:31: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/order/osc/route.go#L6:9: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/order/osc/route.go#L3:8: "github.com/cookieY/yee" imported as lib and not used
src/proto/detection.pb.go#L6:8: missing go.sum entry for module providing package github.com/golang/protobuf/proto (imported by Yearning-go/src/proto); to add:
go get Yearning-go/src/proto
src/proto/detection.pb.go#L11:2: missing go.sum entry for module providing package golang.org/x/net/context (imported by Yearning-go/src/proto); to add:
go get Yearning-go/src/proto
src/proto/detection.pb.go#L12:2: missing go.sum entry for module providing package google.golang.org/grpc (imported by Yearning-go/src/proto); to add:
go get Yearning-go/src/proto
https://github.com/cookieY/Yearning/blob/next/src/proto/detection.pb.go#L6:14: could not import github.com/golang/protobuf/proto (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/proto/detection.pb.go#L11:10: could not import golang.org/x/net/context (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/proto/detection.pb.go#L12:7: could not import google.golang.org/grpc (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/test/testCore.go#L16:10: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/test/testCore.go#L19:11: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/test/testCore.go#L23:35: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/test/testCore.go#L30:10: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/test/testCore.go#L5:2: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/migration/migrate.go#L7:2: model redeclared in this block
https://github.com/cookieY/Yearning/blob/next/migration/migrate.go#L4:2:    other declaration of model
https://github.com/cookieY/Yearning/blob/next/migration/migrate.go#L37:106: undefined: uuid
https://github.com/cookieY/Yearning/blob/next/migration/migrate.go#L77:102: undefined: uuid
https://github.com/cookieY/Yearning/blob/next/migration/migrate.go#L85:4: undefined: logger
https://github.com/cookieY/Yearning/blob/next/migration/migrate.go#L7:2: "github.com/cookieY/yee/logger" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/migration/migrate.go#L8:2: "github.com/google/uuid" imported as lib and not used
src/handler/manage/settings/setting_test.go#L7:2: missing go.sum entry for module providing package github.com/stretchr/testify/assert (imported by Yearning-go/src/handler/manage/settings); to add:
go get -t Yearning-go/src/handler/manage/settings
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/settings/setting.go#L22:2: lib redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/settings/setting.go#L19:2:     other declaration of lib
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/settings/setting_test.go#L7:2: could not import github.com/stretchr/testify/assert (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/settings/route.go#L5:21: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/settings/setting.go#L37:26: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/settings/setting.go#L46:25: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/settings/setting.go#L68:25: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/settings/setting.go#L98:22: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/settings/route.go#L6:9: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/settings/setting_test.go#L14:8: undefined: model.DbInit
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/settings/route.go#L3:8: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/settings/setting.go#L22:2: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/impl.go#L8:2: model redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/impl.go#L5:2:  other declaration of model
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/tpl.go#L10:2: model redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/tpl.go#L6:2:   other declaration of model
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/tpl_test.go#L9:2: could not import github.com/stretchr/testify/assert (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/route.go#L5:20: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/tpl.go#L14:19: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/tpl.go#L29:30: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/tpl.go#L45:31: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/tpl.go#L55:33: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/impl.go#L34:113: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/route.go#L6:9: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/tpl.go#L36:76: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/tpl_test.go#L16:8: undefined: model.DbInit
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/tpl_test.go#L48:25: undefined: common.DATA_IS_UPDATED
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/impl.go#L8:2: "gorm.io/gorm" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/route.go#L3:8: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/tpl.go#L9:2: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/tpl/tpl.go#L10:2: "gorm.io/gorm" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/impl.go#L9:2: model redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/impl.go#L7:2:     other declaration of model
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/user.go#L11:2: lib redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/user.go#L7:2:     other declaration of lib
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/user_test.go#L21:2: could not import github.com/stretchr/testify/assert (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/route.go#L5:21: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/user.go#L16:23: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/user.go#L30:24: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/user.go#L66:31: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/user.go#L92:24: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/impl.go#L60:114: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/route.go#L6:9: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/user_test.go#L30:8: undefined: model.DbInit
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/user_test.go#L58:10: undefined: ADMIN_NOT_DELETE
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/user_test.go#L62:13: undefined: ADMIN_NOT_DELETE
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/user_test.go#L87:18: undefined: USER_EDIT_SUCCESS
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/user_test.go#L90:18: undefined: USER_EDIT_PASSWORD_SUCCESS
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/user_test.go#L93:18: undefined: USER_REGUSTER_SUCCESS
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/user_test.go#L96:18: undefined: ER_USER_REGUSTER
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/user_test.go#L102:7: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/user_test.go#L108:34: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/user_test.go#L115:7: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/user_test.go#L121:34: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/user_test.go#L128:7: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/user_test.go#L134:34: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/user_test.go#L141:7: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/user_test.go#L147:34: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/impl.go#L9:2: "gorm.io/gorm" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/route.go#L3:8: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/user.go#L11:2: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/manage/user/user_test.go#L20:2: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/impl.go#L11:2: could not import github.com/cookieY/sqlx (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/order.go#L9:2: lib redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/order.go#L6:2:   other declaration of lib
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/order.go#L10:2: could not import github.com/golang-jwt/jwt (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/order.go#L11:2: could not import golang.org/x/net/websocket (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/post.go#L23:2: lib redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/post.go#L20:2:   other declaration of lib
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query.go#L24:2: lib redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query.go#L19:2:  other declaration of lib
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query.go#L26:2: could not import github.com/vmihailenco/msgpack/v5 (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query.go#L28:2: model redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query.go#L20:2:  other declaration of model
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/util.go#L9:2: model redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/util.go#L7:2:    other declaration of model
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/util.go#L10:2: model redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/util.go#L7:2:    other declaration of model
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/order.go#L16:29: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/order.go#L65:25: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/order.go#L90:12: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/post.go#L29:13: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/post.go#L39:21: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/post.go#L69:56: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query.go#L62:24: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query.go#L104:31: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query.go#L118:28: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query.go#L138:27: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query.go#L240:23: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/route.go#L5:28: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query_test.go#L17:17: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query.go#L84:138: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query.go#L183:15: undefined: msgpack
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query.go#L190:101: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/route.go#L6:9: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/util.go#L21:42: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/util.go#L28:3: undefined: logger
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query_test.go#L14:8: undefined: model.DbInit
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query_test.go#L19:9: undefined: FetchQueryResults
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query_test.go#L23:7: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query_test.go#L26:33: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query_test.go#L33:25: cannot use "50000" (untyped string constant) as uint64 value in assignment
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query_test.go#L34:7: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query_test.go#L40:34: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/order.go#L9:2: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/post.go#L23:2: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query.go#L24:2: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query.go#L28:2: "gorm.io/gorm" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/route.go#L3:8: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/util.go#L9:2: "github.com/cookieY/yee/logger" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/util.go#L10:2: "gorm.io/gorm" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/handler/personal/query_test.go#L6:2: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/lib/ding.go#L8:2: model redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/lib/ding.go#L5:2:     other declaration of model
https://github.com/cookieY/Yearning/blob/next/src/lib/encrypt.go#L25:2: model redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/lib/encrypt.go#L18:2:     other declaration of model
https://github.com/cookieY/Yearning/blob/next/src/lib/encrypt.go#L26:2: could not import golang.org/x/crypto/pbkdf2 (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/lib/jwtAuth.go#L20:2: could not import github.com/golang-jwt/jwt (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/lib/sendMail.go#L20:2: model redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/lib/sendMail.go#L17:2:    other declaration of model
https://github.com/cookieY/Yearning/blob/next/src/lib/sendMail.go#L21:2: could not import gopkg.in/gomail.v2 (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/lib/toolbox.go#L21:9: could not import github.com/deckarep/golang-set/v2 (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/lib/toolbox.go#L22:4: could not import github.com/go-sql-driver/mysql (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/lib/toolbox.go#L24:2: could not import github.com/vmihailenco/msgpack/v5 (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/lib/wrapper.go#L4:2: could not import github.com/Jeffail/gabs/v2 (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/lib/encrypt_test.go#L6:2: could not import github.com/stretchr/testify/assert (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/lib/jwtAuth.go#L44:28: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/lib/sendMail.go#L104:34: undefined: gomail
https://github.com/cookieY/Yearning/blob/next/src/lib/ding.go#L46:3: undefined: logger
https://github.com/cookieY/Yearning/blob/next/src/lib/ding.go#L61:3: undefined: logger
https://github.com/cookieY/Yearning/blob/next/src/lib/encrypt.go#L109:3: undefined: logger
https://github.com/cookieY/Yearning/blob/next/src/lib/sendMail.go#L88:7: undefined: gomail
https://github.com/cookieY/Yearning/blob/next/src/lib/sendMail.go#L99:3: undefined: logger
https://github.com/cookieY/Yearning/blob/next/src/lib/sendMail.go#L105:7: undefined: gomail
https://github.com/cookieY/Yearning/blob/next/src/lib/toolbox.go#L55:9: undefined: uuid
https://github.com/cookieY/Yearning/blob/next/src/lib/toolbox.go#L140:12: undefined: msgpack
https://github.com/cookieY/Yearning/blob/next/src/lib/wrapper.go#L9:12: undefined: gabs
https://github.com/cookieY/Yearning/blob/next/src/lib/wrapper.go#L22:12: undefined: gabs
https://github.com/cookieY/Yearning/blob/next/src/lib/encrypt_test.go#L11:8: undefined: model.DbInit
https://github.com/cookieY/Yearning/blob/next/src/lib/encrypt_test.go#L17:39: not enough arguments in call to Decrypt
have (string)
want (string, string)
https://github.com/cookieY/Yearning/blob/next/src/lib/toolbox_test.go#L27:23: not enough arguments in call to Decrypt
have (string)
want (string, string)
https://github.com/cookieY/Yearning/blob/next/src/lib/ding.go#L8:2: "github.com/cookieY/yee/logger" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/lib/encrypt.go#L25:2: "github.com/cookieY/yee/logger" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/lib/jwtAuth.go#L19:2: "github.com/cookieY/yee" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/lib/sendMail.go#L20:2: "github.com/cookieY/yee/logger" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/lib/toolbox.go#L23:2: "github.com/google/uuid" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L21:2: could not import github.com/BurntSushi/toml (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L23:8: could not import github.com/go-sql-driver/mysql (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L24:8: could not import gorm.io/driver/mysql (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L25:2: model redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L22:2:    other declaration of model
https://github.com/cookieY/Yearning/blob/next/src/model/impl.go#L9:2: could not import gopkg.in/ldap.v3 (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L30:12: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L81:12: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L85:26: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L101:16: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/model/global.go#L78:19: undefined: logger
https://github.com/cookieY/Yearning/blob/next/src/model/db_test.go#L19:15: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L46:3: undefined: logger
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L50:18: undefined: logger
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L60:13: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L64:7: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L66:3: undefined: logger
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L73:3: undefined: logger
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L90:13: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L94:7: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/model/impl.go#L24:10: undefined: ldap
https://github.com/cookieY/Yearning/blob/next/src/model/impl.go#L26:13: undefined: ldap
https://github.com/cookieY/Yearning/blob/next/src/model/impl.go#L28:13: undefined: ldap
https://github.com/cookieY/Yearning/blob/next/src/model/impl.go#L48:19: undefined: ldap
https://github.com/cookieY/Yearning/blob/next/src/model/impl.go#L50:3: undefined: ldap
https://github.com/cookieY/Yearning/blob/next/src/model/impl.go#L50:27: undefined: ldap
https://github.com/cookieY/Yearning/blob/next/src/model/impl.go#L72:3: undefined: logger
https://github.com/cookieY/Yearning/blob/next/src/model/db_test.go#L36:12: undefined: gorm
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L22:2: "github.com/cookieY/yee/logger" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/model/db.go#L25:2: "gorm.io/gorm" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/model/global.go#L18:2: "github.com/cookieY/yee/logger" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/model/impl.go#L8:2: "github.com/cookieY/yee/logger" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/model/db_test.go#L4:2: "gorm.io/gorm" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/service/cron.go#L6:2: model redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/service/cron.go#L5:2:     other declaration of model
https://github.com/cookieY/Yearning/blob/next/src/service/cron.go#L7:2: could not import github.com/robfig/cron/v3 (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/service/migrate.go#L23:2: lib redeclared in this block
https://github.com/cookieY/Yearning/blob/next/src/service/migrate.go#L19:2:     other declaration of lib
https://github.com/cookieY/Yearning/blob/next/src/service/migrate.go#L24:2: could not import github.com/gookit/gcli/v3/interact (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/service/yearning.go#L24:2: could not import github.com/cookieY/yee/middleware (invalid package name: "")
https://github.com/cookieY/Yearning/blob/next/src/service/cron.go#L12:13: undefined: cron
https://github.com/cookieY/Yearning/blob/next/src/service/cron.go#L22:3: undefined: logger
https://github.com/cookieY/Yearning/blob/next/src/service/cron.go#L28:13: undefined: cron
https://github.com/cookieY/Yearning/blob/next/src/service/cron.go#L36:3: undefined: logger
https://github.com/cookieY/Yearning/blob/next/src/service/migrate.go#L35:9: undefined: uuid
https://github.com/cookieY/Yearning/blob/next/src/service/yearning.go#L46:7: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/service/yearning.go#L56:20: undefined: yee
https://github.com/cookieY/Yearning/blob/next/src/service/migrate_test.go#L16:3: unknown field Multi in struct literal of type "Yearning-go/src/model".Other
https://github.com/cookieY/Yearning/blob/next/src/service/migrate_test.go#L21:3: unknown field PerOrder in struct literal of type "Yearning-go/src/model".Other
https://github.com/cookieY/Yearning/blob/next/src/service/cron.go#L6:2: "github.com/cookieY/yee/logger" imported as model and not used
https://github.com/cookieY/Yearning/blob/next/src/service/migrate.go#L23:2: "github.com/google/uuid" imported as lib and not used
https://github.com/cookieY/Yearning/blob/next/src/service/yearning.go#L23:2: "github.com/cookieY/yee" imported as lib and not used
testifylint: 781 errors during loading

Report issue: https://github.com/cookieY/Yearning/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682489528

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/gravitl/netmaker got output

https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L27:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L35:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L37:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L38:3: len: use assert.Len
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L43:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L45:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L46:3: len: use assert.Len
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L56:2: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L74:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L76:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L91:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L93:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L94:3: len: use assert.Len
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L115:3: empty: use assert.Empty
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L120:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L122:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L123:3: len: use assert.Len
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L128:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L130:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L131:3: len: use assert.Len
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L141:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L147:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L149:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L159:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L165:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L168:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L171:3: len: use assert.Len
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L177:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L180:3: len: use assert.Len
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L185:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L188:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L192:3: len: use assert.Len
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L202:2: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L210:2: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L212:2: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L215:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L219:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L225:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L229:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L235:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L237:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L240:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L246:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L248:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L250:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L253:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L278:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L296:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L300:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L305:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L317:3: error-nil: use assert.Error
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L324:3: error-nil: use assert.Error
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L337:3: error-nil: use assert.Error
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L344:3: error-nil: use assert.Error
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L354:3: error-nil: use assert.Error
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L362:3: error-nil: use assert.Error
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L366:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L375:3: error-nil: use assert.Error
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L387:3: error-nil: use assert.Error
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L393:3: error-nil: use assert.Error
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L403:3: error-nil: use assert.Error
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L410:3: error-nil: use assert.Error
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L416:3: error-nil: use assert.Error
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L422:3: error-nil: use assert.Error
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L442:2: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L445:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/network_test.go#L55:2: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/network_test.go#L62:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/network_test.go#L79:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/network_test.go#L83:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/network_test.go#L93:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/network_test.go#L99:3: error-nil: use assert.Error
https://github.com/gravitl/netmaker/blob/master/controllers/network_test.go#L176:4: error-nil: use assert.Error
https://github.com/gravitl/netmaker/blob/master/controllers/network_test.go#L191:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/network_test.go#L192:3: expected-actual: need to reverse actual and expected values
https://github.com/gravitl/netmaker/blob/master/controllers/network_test.go#L198:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/node_test.go#L37:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/node_test.go#L51:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/node_test.go#L61:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/node_test.go#L73:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/node_test.go#L74:3: bool-compare: use assert.True
https://github.com/gravitl/netmaker/blob/master/controllers/node_test.go#L89:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/node_test.go#L90:3: bool-compare: use assert.True
https://github.com/gravitl/netmaker/blob/master/controllers/node_test.go#L93:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/node_test.go#L94:3: bool-compare: use assert.False
https://github.com/gravitl/netmaker/blob/master/controllers/node_test.go#L99:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/node_test.go#L100:3: bool-compare: use assert.False
https://github.com/gravitl/netmaker/blob/master/controllers/node_test.go#L116:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/node_test.go#L121:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/node_test.go#L127:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/node_test.go#L139:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/node_test.go#L151:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/node_test.go#L154:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/node_test.go#L160:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/node_test.go#L163:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/node_test.go#L169:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/node_test.go#L174:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/node_test.go#L177:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/node_test.go#L180:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/node_test.go#L189:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/node_test.go#L192:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/node_test.go#L194:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/node_test.go#L196:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/node_test.go#L200:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/node_test.go#L203:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/node_test.go#L209:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/response_test.go#L36:2: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/response_test.go#L55:2: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/user_test.go#L57:2: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/user_test.go#L74:2: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/user_test.go#L80:2: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/user_test.go#L90:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/user_test.go#L95:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/user_test.go#L101:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/user_test.go#L103:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/user_test.go#L109:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/user_test.go#L111:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/user_test.go#L117:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/user_test.go#L119:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/user_test.go#L129:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/user_test.go#L133:3: error-nil: use assert.Error
https://github.com/gravitl/netmaker/blob/master/controllers/user_test.go#L145:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/user_test.go#L168:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/user_test.go#L179:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/user_test.go#L185:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/user_test.go#L198:3: error-nil: use assert.Error
https://github.com/gravitl/netmaker/blob/master/controllers/user_test.go#L235:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/user_test.go#L257:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/user_test.go#L265:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/user_test.go#L268:5: bool-compare: use assert.True
https://github.com/gravitl/netmaker/blob/master/controllers/user_test.go#L293:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/user_test.go#L357:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/user_test.go#L372:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/controllers/network_test.go#L67:3: require-error: for error assertions use require
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L108:3: require-error: for error assertions use require
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L268:3: require-error: for error assertions use require
https://github.com/gravitl/netmaker/blob/master/controllers/user_test.go#L284:3: require-error: for error assertions use require
https://github.com/gravitl/netmaker/blob/master/controllers/user_test.go#L227:3: require-error: for error assertions use require
https://github.com/gravitl/netmaker/blob/master/controllers/node_test.go#L105:3: require-error: for error assertions use require
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L283:3: require-error: for error assertions use require
https://github.com/gravitl/netmaker/blob/master/controllers/user_test.go#L159:3: require-error: for error assertions use require
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L102:3: require-error: for error assertions use require
https://github.com/gravitl/netmaker/blob/master/controllers/user_test.go#L248:3: require-error: for error assertions use require
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L273:3: require-error: for error assertions use require
https://github.com/gravitl/netmaker/blob/master/controllers/dns_test.go#L114:3: require-error: for error assertions use require
https://github.com/gravitl/netmaker/blob/master/functions/helpers_test.go#L48:2: error-nil: use assert.Error
https://github.com/gravitl/netmaker/blob/master/functions/helpers_test.go#L52:2: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/functions/helpers_test.go#L54:2: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/functions/helpers_test.go#L58:2: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/functions/helpers_test.go#L63:2: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/logic/enrollmentkey_test.go#L19:3: error-nil: use assert.Error
https://github.com/gravitl/netmaker/blob/master/logic/enrollmentkey_test.go#L24:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/logic/enrollmentkey_test.go#L30:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/logic/enrollmentkey_test.go#L35:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/logic/enrollmentkey_test.go#L40:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/logic/enrollmentkey_test.go#L42:3: len: use assert.Len
https://github.com/gravitl/netmaker/blob/master/logic/enrollmentkey_test.go#L46:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/logic/enrollmentkey_test.go#L48:3: len: use assert.Len
https://github.com/gravitl/netmaker/blob/master/logic/enrollmentkey_test.go#L53:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/logic/enrollmentkey_test.go#L54:3: negative-positive: use assert.Positive
https://github.com/gravitl/netmaker/blob/master/logic/enrollmentkey_test.go#L56:4: expected-actual: need to reverse actual and expected values
https://github.com/gravitl/netmaker/blob/master/logic/enrollmentkey_test.go#L69:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/logic/enrollmentkey_test.go#L72:3: error-nil: use assert.Error
https://github.com/gravitl/netmaker/blob/master/logic/enrollmentkey_test.go#L77:3: error-nil: use assert.Error
https://github.com/gravitl/netmaker/blob/master/logic/enrollmentkey_test.go#L89:3: expected-actual: need to reverse actual and expected values
https://github.com/gravitl/netmaker/blob/master/logic/enrollmentkey_test.go#L92:3: expected-actual: need to reverse actual and expected values
https://github.com/gravitl/netmaker/blob/master/logic/enrollmentkey_test.go#L94:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/logic/enrollmentkey_test.go#L98:3: expected-actual: need to reverse actual and expected values
https://github.com/gravitl/netmaker/blob/master/logic/enrollmentkey_test.go#L100:3: error-nil: use assert.Error
https://github.com/gravitl/netmaker/blob/master/logic/enrollmentkey_test.go#L114:3: expected-actual: need to reverse actual and expected values
https://github.com/gravitl/netmaker/blob/master/logic/enrollmentkey_test.go#L121:3: bool-compare: use assert.False
https://github.com/gravitl/netmaker/blob/master/logic/enrollmentkey_test.go#L154:3: error-nil: use assert.Error
https://github.com/gravitl/netmaker/blob/master/logic/enrollmentkey_test.go#L159:3: error-nil: use assert.Error
https://github.com/gravitl/netmaker/blob/master/logic/enrollmentkey_test.go#L165:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/logic/enrollmentkey_test.go#L166:3: negative-positive: use assert.Positive
https://github.com/gravitl/netmaker/blob/master/logic/enrollmentkey_test.go#L172:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/logic/enrollmentkey_test.go#L173:3: expected-actual: need to reverse actual and expected values
https://github.com/gravitl/netmaker/blob/master/logic/enrollmentkey_test.go#L188:3: error-nil: use assert.Error
https://github.com/gravitl/netmaker/blob/master/logic/enrollmentkey_test.go#L194:3: error-nil: use assert.Error
https://github.com/gravitl/netmaker/blob/master/logic/enrollmentkey_test.go#L199:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/logic/enrollmentkey_test.go#L201:3: error-nil: use assert.NoError
https://github.com/gravitl/netmaker/blob/master/logic/util_test.go#L22:2: len: use assert.Len

Report issue: https://github.com/gravitl/netmaker/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682486834

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/kubescape/kubescape got output

https://github.com/kubescape/kubescape/blob/master/cmd/completion/completion_test.go#L20:2: bool-compare: use assert.True
https://github.com/kubescape/kubescape/blob/master/cmd/config/config_test.go#L24:2: len: use assert.Len
https://github.com/kubescape/kubescape/blob/master/cmd/config/set_test.go#L28:2: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/cmd/download/download_test.go#L47:2: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/cmd/download/download_test.go#L58:2: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/cmd/download/download_test.go#L61:2: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/cmd/download/download_test.go#L64:2: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/cmd/download/download_test.go#L67:2: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/cmd/download/download_test.go#L70:2: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/cmd/download/download_test.go#L78:2: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/cmd/fix/fix_test.go#L29:2: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/cmd/list/list_test.go#L36:2: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/cmd/list/list_test.go#L43:2: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/cmd/operator/configscan_test.go#L28:2: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/cmd/operator/configscan_test.go#L31:2: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/cmd/operator/operator_test.go#L28:2: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/cmd/operator/operator_test.go#L34:2: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/cmd/operator/scan_test.go#L32:2: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/cmd/operator/scan_test.go#L38:2: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/cmd/operator/scan_test.go#L41:2: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/cmd/operator/vulnerabilitiesscan_test.go#L28:2: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/cmd/patch/patch_test.go#L24:2: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/cmd/patch/patch_test.go#L50:2: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/cmd/scan/control_test.go#L32:2: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/cmd/scan/framework_test.go#L32:2: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/cmd/scan/image_test.go#L31:2: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/cmd/scan/control_test.go#L58:2: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/cmd/scan/framework_test.go#L58:2: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/core/cautils/datastructuresmethods_test.go#L177:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/kubescape/kubescape/blob/master/core/cautils/fileutils_test.go#L29:2: empty: use assert.Empty
https://github.com/kubescape/kubescape/blob/master/core/cautils/fileutils_test.go#L30:2: len: use assert.Len
https://github.com/kubescape/kubescape/blob/master/core/cautils/fileutils_test.go#L35:2: len: use assert.Len
https://github.com/kubescape/kubescape/blob/master/core/cautils/fileutils_test.go#L40:4: len: use assert.Len
https://github.com/kubescape/kubescape/blob/master/core/cautils/fileutils_test.go#L49:2: len: use assert.Len
https://github.com/kubescape/kubescape/blob/master/core/cautils/fileutils_test.go#L53:3: len: use assert.Lenf
https://github.com/kubescape/kubescape/blob/master/core/cautils/fileutils_test.go#L82:2: empty: use assert.Empty
https://github.com/kubescape/kubescape/blob/master/core/cautils/fileutils_test.go#L87:2: empty: use assert.Empty
https://github.com/kubescape/kubescape/blob/master/core/cautils/fileutils_test.go#L99:2: len: use assert.Len
https://github.com/kubescape/kubescape/blob/master/core/cautils/helmchart_test.go#L70:2: expected-actual: need to reverse actual and expected values
https://github.com/kubescape/kubescape/blob/master/core/cautils/helmchart_test.go#L81:2: expected-actual: need to reverse actual and expected values
https://github.com/kubescape/kubescape/blob/master/core/cautils/helmchart_test.go#L87:2: empty: use s.Empty
https://github.com/kubescape/kubescape/blob/master/core/cautils/helmchart_test.go#L98:4: expected-actual: need to reverse actual and expected values
https://github.com/kubescape/kubescape/blob/master/core/cautils/parseFile_test.go#L55:2: expected-actual: need to reverse actual and expected values
https://github.com/kubescape/kubescape/blob/master/core/cautils/parseFile_test.go#L63:2: expected-actual: need to reverse actual and expected values
https://github.com/kubescape/kubescape/blob/master/core/cautils/portforwarder_test.go#L83:4: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/core/cautils/portforwarder_test.go#L86:4: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/core/cautils/portforwarder_test.go#L124:4: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/core/cautils/portforwarder_test.go#L128:4: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/core/cautils/strutils_test.go#L52:5: error-nil: use assert.Error
https://github.com/kubescape/kubescape/blob/master/core/cautils/strutils_test.go#L55:5: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/core/cautils/strutils_test.go#L149:5: error-nil: use assert.Error
https://github.com/kubescape/kubescape/blob/master/core/cautils/strutils_test.go#L152:5: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/core/cautils/customerloader_test.go#L36:2: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/core/cautils/strutils_test.go#L150:5: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/core/cautils/helmchart_test.go#L125:2: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/core/cautils/customerloader_test.go#L82:2: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/core/cautils/git_native_enabled_test.go#L53:2: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/core/cautils/helmchart_test.go#L75:2: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/core/cautils/parseFile_test.go#L54:2: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/core/cautils/strutils_test.go#L53:5: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/core/cautils/parseFile_test.go#L62:2: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/core/cautils/helmchart_test.go#L53:2: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/core/cautils/getter/getpoliciesutils_test.go#L100:2: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/core/cautils/getter/getpoliciesutils_test.go#L111:2: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/core/cautils/getter/loadpolicy_test.go#L275:4: empty: use require.NotEmpty
https://github.com/kubescape/kubescape/blob/master/core/cautils/getter/loadpolicy_test.go#L288:4: empty: use require.NotEmpty
https://github.com/kubescape/kubescape/blob/master/core/cautils/getter/loadpolicy_test.go#L362:4: empty: use require.NotEmpty
https://github.com/kubescape/kubescape/blob/master/core/cautils/getter/kscloudapi_test.go#L111:3: go-require: do not use require in http handlers
https://github.com/kubescape/kubescape/blob/master/core/cautils/getter/getpoliciesutils_test.go#L133:2: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/core/cautils/getter/getpoliciesutils_test.go#L121:2: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/core/core/clusterconnector_test.go#L61:5: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/core/core/clusterconnector_test.go#L73:5: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/core/core/clusterconnector_test.go#L77:4: expected-actual: need to reverse actual and expected values
https://github.com/kubescape/kubescape/blob/master/core/core/list_test.go#L348:2: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/core/core/list_test.go#L363:2: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/core/core/list_test.go#L378:2: error-nil: use assert.Error
https://github.com/kubescape/kubescape/blob/master/core/core/scan_test.go#L21:2: len: use assert.Len
https://github.com/kubescape/kubescape/blob/master/core/pkg/containerscan/containerscan_test.go#L66:2: len: use require.Len
https://github.com/kubescape/kubescape/blob/master/core/pkg/fixhandler/yamlhelper_test.go#L170:2: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/core/pkg/hostsensorutils/hostsensordeploy_test.go#L46:5: empty: use require.Empty
https://github.com/kubescape/kubescape/blob/master/core/pkg/hostsensorutils/hostsensordeploy_test.go#L96:5: empty: use require.Empty
https://github.com/kubescape/kubescape/blob/master/core/pkg/hostsensorutils/hostsensordeploy_test.go#L217:2: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/core/pkg/hostsensorutils/hostsensordeploy_test.go#L223:2: error-nil: use assert.Error
https://github.com/kubescape/kubescape/blob/master/core/pkg/hostsensorutils/hostsensordeploy_test.go#L227:2: error-nil: use assert.Error
https://github.com/kubescape/kubescape/blob/master/core/pkg/hostsensorutils/hostsensordeploy_test.go#L231:2: error-nil: use assert.Error
https://github.com/kubescape/kubescape/blob/master/core/pkg/hostsensorutils/log_coupling_test.go#L48:8: expected-actual: need to reverse actual and expected values
https://github.com/kubescape/kubescape/blob/master/core/pkg/hostsensorutils/log_coupling_test.go#L95:8: expected-actual: need to reverse actual and expected values
https://github.com/kubescape/kubescape/blob/master/core/pkg/opaprocessor/processorhandler_test.go#L204:2: len: use assert.Len
https://github.com/kubescape/kubescape/blob/master/core/pkg/opaprocessor/utils_test.go#L20:2: len: use assert.Len
https://github.com/kubescape/kubescape/blob/master/core/pkg/opaprocessor/utils_test.go#L21:2: len: use assert.Len
https://github.com/kubescape/kubescape/blob/master/core/pkg/opaprocessor/utils_test.go#L30:2: len: use assert.Len
https://github.com/kubescape/kubescape/blob/master/core/pkg/opaprocessor/utils_test.go#L31:2: len: use assert.Len
https://github.com/kubescape/kubescape/blob/master/core/pkg/opaprocessor/utils_test.go#L43:2: len: use assert.Len
https://github.com/kubescape/kubescape/blob/master/core/pkg/opaprocessor/processorhandler_test.go#L423:3: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/core/pkg/policyhandler/handlepullpolicies_test.go#L222:2: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/core/pkg/policyhandler/handlepullpolicies_test.go#L148:2: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/core/pkg/policyhandler/handlepullpolicies_test.go#L235:2: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/core/pkg/resourcehandler/fieldselector_test.go#L27:2: len: use assert.Len
https://github.com/kubescape/kubescape/blob/master/core/pkg/resourcehandler/fieldselector_test.go#L31:2: len: use assert.Len
https://github.com/kubescape/kubescape/blob/master/core/pkg/resourcehandler/fieldselector_test.go#L40:2: len: use assert.Len
https://github.com/kubescape/kubescape/blob/master/core/pkg/resourcehandler/fieldselector_test.go#L45:2: len: use assert.Len
https://github.com/kubescape/kubescape/blob/master/core/pkg/resourcehandler/k8sresourcesutils_test.go#L14:2: bool-compare: use assert.True
https://github.com/kubescape/kubescape/blob/master/core/pkg/resourcehandler/k8sresourcesutils_test.go#L17:2: bool-compare: use assert.False
https://github.com/kubescape/kubescape/blob/master/core/pkg/resourcehandler/k8sresourcesutils_test.go#L21:2: bool-compare: use assert.True
https://github.com/kubescape/kubescape/blob/master/core/pkg/resourcehandler/repositoryscanner_test.go#L134:3: len: use assert.Len
https://github.com/kubescape/kubescape/blob/master/core/pkg/resourcehandler/repositoryscanner_test.go#L135:3: empty: use assert.Empty
https://github.com/kubescape/kubescape/blob/master/core/pkg/resourcehandler/filesloaderutils_test.go#L98:5: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/core/pkg/resourcehandler/k8sresources_test.go#L554:3: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/core/pkg/resourcehandler/repositoryscanner_test.go#L124:3: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/core/pkg/resourcehandler/repositoryscanner_test.go#L129:3: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/core/pkg/resourcehandler/repositoryscanner_test.go#L139:3: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/core/pkg/resourcehandler/k8sresourcesutils_test.go#L27:2: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/core/pkg/resourcehandler/k8sresourcesutils_test.go#L39:2: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/core/pkg/resourcehandler/k8sresourcesutils_test.go#L55:2: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/core/pkg/resourcesprioritization/prioritizationhandler_test.go#L110:2: expected-actual: need to reverse actual and expected values
https://github.com/kubescape/kubescape/blob/master/core/pkg/resourcesprioritization/prioritizationhandler_test.go#L111:2: expected-actual: need to reverse actual and expected values
https://github.com/kubescape/kubescape/blob/master/core/pkg/resourcesprioritization/prioritizationhandler_test.go#L112:2: expected-actual: need to reverse actual and expected values
https://github.com/kubescape/kubescape/blob/master/core/pkg/resourcesprioritization/prioritizationhandler_test.go#L108:2: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/core/pkg/resourcesprioritization/prioritizationhandler_test.go#L196:4: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/core/pkg/resultshandling/results_test.go#L54:2: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/core/pkg/resultshandling/locationresolver/locationresolver_test.go#L76:2: error-nil: use assert.Error
https://github.com/kubescape/kubescape/blob/master/core/pkg/resultshandling/locationresolver/locationresolver_test.go#L83:2: error-nil: use assert.Error
https://github.com/kubescape/kubescape/blob/master/core/pkg/resultshandling/locationresolver/locationresolver_test.go#L48:3: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/core/pkg/resultshandling/locationresolver/locationresolver_test.go#L61:3: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/core/pkg/resultshandling/printer/v2/junit_test.go#L19:2: bool-compare: use assert.False
https://github.com/kubescape/kubescape/blob/master/core/pkg/resultshandling/printer/v2/junit_test.go#L24:2: bool-compare: use assert.True
https://github.com/kubescape/kubescape/blob/master/core/pkg/resultshandling/printer/v2/resourcetable_test.go#L38:3: expected-actual: need to reverse actual and expected values
https://github.com/kubescape/kubescape/blob/master/core/pkg/resultshandling/printer/v2/resourcetable_test.go#L481:4: len: use assert.Len
https://github.com/kubescape/kubescape/blob/master/core/pkg/resultshandling/printer/v2/prometheus_test.go#L39:2: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/core/pkg/resultshandling/printer/v2/prettyprinter/tableprinter/configurationprinter/frameworkscan_test.go#L42:2: bool-compare: use assert.False
https://github.com/kubescape/kubescape/blob/master/core/pkg/resultshandling/printer/v2/prettyprinter/tableprinter/configurationprinter/frameworkscan_test.go#L47:2: bool-compare: use assert.True
https://github.com/kubescape/kubescape/blob/master/core/pkg/resultshandling/printer/v2/prettyprinter/tableprinter/configurationprinter/frameworkscan_test.go#L53:2: bool-compare: use assert.False
https://github.com/kubescape/kubescape/blob/master/core/pkg/resultshandling/printer/v2/prettyprinter/tableprinter/configurationprinter/frameworkscan_test.go#L57:2: bool-compare: use assert.True
https://github.com/kubescape/kubescape/blob/master/core/pkg/score/score_test.go#L39:2: error-nil: use assert.NoError
https://github.com/kubescape/kubescape/blob/master/core/pkg/score/score_test.go#L48:2: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/core/pkg/score/score_test.go#L58:2: require-error: for error assertions use require
https://github.com/kubescape/kubescape/blob/master/pkg/imagescan/imagescan_test.go#L213:2: bool-compare: use assert.True
https://github.com/kubescape/kubescape/blob/master/pkg/imagescan/imagescan_test.go#L323:4: bool-compare: use assert.True

Report issue: https://github.com/kubescape/kubescape/issues

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/apex/up got output

-: # github.com/apex/up/platform/lambda
platform/lambda/lambda.go#L948:41: undefined: bin.MustAsset
platform/lambda/lambda.go#L952:47: undefined: shim.MustAsset
https://github.com/apex/up/blob/master/platform/lambda/lambda.go#L948:41: undefined: bin.MustAsset
https://github.com/apex/up/blob/master/platform/lambda/lambda.go#L952:47: undefined: shim.MustAsset
-: # github.com/apex/up/platform/lambda [github.com/apex/up/platform/lambda.test]
platform/lambda/lambda.go#L948:41: undefined: bin.MustAsset
platform/lambda/lambda.go#L952:47: undefined: shim.MustAsset
https://github.com/apex/up/blob/master/platform/lambda/lambda.go#L948:41: undefined: bin.MustAsset
https://github.com/apex/up/blob/master/platform/lambda/lambda.go#L952:47: undefined: shim.MustAsset
testifylint: 6 errors during loading

Report issue: https://github.com/apex/up/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682493805

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/gcla/termshark got output

https://github.com/gcla/termshark/blob/master/utils_test.go#L25:2: expected-actual: need to reverse actual and expected values
https://github.com/gcla/termshark/blob/master/utils_test.go#L31:2: expected-actual: need to reverse actual and expected values
https://github.com/gcla/termshark/blob/master/utils_test.go#L102:2: len: use assert.Len
https://github.com/gcla/termshark/blob/master/utils_test.go#L130:2: len: use assert.Len
https://github.com/gcla/termshark/blob/master/utils_test.go#L86:2: require-error: for error assertions use require
https://github.com/gcla/termshark/blob/master/utils_test.go#L183:2: require-error: for error assertions use require
https://github.com/gcla/termshark/blob/master/utils_test.go#L64:2: require-error: for error assertions use require
https://github.com/gcla/termshark/blob/master/utils_test.go#L101:2: require-error: for error assertions use require
https://github.com/gcla/termshark/blob/master/utils_test.go#L129:2: require-error: for error assertions use require
https://github.com/gcla/termshark/blob/master/pkg/fields/fields_test.go#L21:2: bool-compare: use assert.True
https://github.com/gcla/termshark/blob/master/pkg/fields/fields_test.go#L24:2: bool-compare: use assert.True
https://github.com/gcla/termshark/blob/master/pkg/fields/fields_test.go#L27:2: expected-actual: need to reverse actual and expected values
https://github.com/gcla/termshark/blob/master/pkg/fields/fields_test.go#L18:2: require-error: for error assertions use require
https://github.com/gcla/termshark/blob/master/pkg/format/hexdump_test.go#L29:3: bool-compare: use assert.True
https://github.com/gcla/termshark/blob/master/pkg/pdmltree/pdmltree_test.go#L204:2: len: use assert.Len
https://github.com/gcla/termshark/blob/master/pkg/pdmltree/pdmltree_test.go#L205:2: len: use assert.Len
https://github.com/gcla/termshark/blob/master/pkg/shark/columnformat_test.go#L28:2: bool-compare: use assert.True
https://github.com/gcla/termshark/blob/master/pkg/shark/columnformat_test.go#L32:2: bool-compare: use assert.True
https://github.com/gcla/termshark/blob/master/pkg/shark/columnformat_test.go#L19:2: require-error: for error assertions use require
https://github.com/gcla/termshark/blob/master/pkg/shark/wiresharkcfg/parser_test.go#L5284:3: len: use assert.Len
https://github.com/gcla/termshark/blob/master/pkg/shark/wiresharkcfg/parser_test.go#L5288:3: len: use assert.Len
https://github.com/gcla/termshark/blob/master/pkg/streams/follow_test.go#L134:2: require-error: for error assertions use require
https://github.com/gcla/termshark/blob/master/ui/convsui_test.go#L46:2: require-error: for error assertions use require
https://github.com/gcla/termshark/blob/master/widgets/resizable/resizable_test.go#L18:2: require-error: for error assertions use require
https://github.com/gcla/termshark/blob/master/widgets/resizable/resizable_test.go#L24:2: require-error: for error assertions use require
https://github.com/gcla/termshark/blob/master/widgets/resizable/resizable_test.go#L29:2: require-error: for error assertions use require
https://github.com/gcla/termshark/blob/master/widgets/trackfocus/trackfocus_test.go#L29:2: bool-compare: use assert.False
https://github.com/gcla/termshark/blob/master/widgets/trackfocus/trackfocus_test.go#L32:2: bool-compare: use assert.True
https://github.com/gcla/termshark/blob/master/widgets/trackfocus/trackfocus_test.go#L36:2: bool-compare: use assert.False
https://github.com/gcla/termshark/blob/master/widgets/trackfocus/trackfocus_test.go#L40:2: bool-compare: use assert.False

Report issue: https://github.com/gcla/termshark/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682495719

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/projectdiscovery/katana got output

https://github.com/projectdiscovery/katana/blob/main/pkg/engine/parser/files/robotstxt_test.go#L28:2: error-nil: use require.NoError
https://github.com/projectdiscovery/katana/blob/main/pkg/engine/parser/files/robotstxt_test.go#L30:2: error-nil: use require.NoError
https://github.com/projectdiscovery/katana/blob/main/pkg/engine/parser/files/sitemapxml_test.go#L25:2: error-nil: use require.NoError
https://github.com/projectdiscovery/katana/blob/main/pkg/engine/parser/files/sitemapxml_test.go#L27:2: error-nil: use require.NoError
https://github.com/projectdiscovery/katana/blob/main/pkg/output/fields_test.go#L12:2: error-nil: use require.NoError
https://github.com/projectdiscovery/katana/blob/main/pkg/utils/formfields_test.go#L56:2: len: use require.Len
https://github.com/projectdiscovery/katana/blob/main/pkg/utils/formfields_test.go#L57:2: len: use require.Len
https://github.com/projectdiscovery/katana/blob/main/pkg/utils/scope/scope_test.go#L77:2: error-nil: use require.NoError

Report issue: https://github.com/projectdiscovery/katana/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682493217

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/casdoor/casdoor got output

https://github.com/casdoor/casdoor/blob/master/conf/conf_test.go#L42:2: error-nil: use assert.NoError
https://github.com/casdoor/casdoor/blob/master/conf/conf_test.go#L66:2: error-nil: use assert.NoError
https://github.com/casdoor/casdoor/blob/master/conf/conf_test.go#L71:4: error-nil: use assert.NoError
https://github.com/casdoor/casdoor/blob/master/conf/conf_test.go#L87:2: error-nil: use assert.NoError
https://github.com/casdoor/casdoor/blob/master/conf/conf_test.go#L91:4: error-nil: use assert.NoError
https://github.com/casdoor/casdoor/blob/master/conf/conf_test.go#L106:2: error-nil: use assert.NoError
https://github.com/casdoor/casdoor/blob/master/conf/conf_test.go#L122:2: error-nil: use assert.NoError
https://github.com/casdoor/casdoor/blob/master/util/string_test.go#L225:4: error-nil: use assert.NoError
https://github.com/casdoor/casdoor/blob/master/util/system_test.go#L33:2: error-nil: use assert.NoError
https://github.com/casdoor/casdoor/blob/master/util/system_test.go#L39:2: error-nil: use assert.NoError
https://github.com/casdoor/casdoor/blob/master/util/system_test.go#L45:2: error-nil: use assert.NoError
https://github.com/casdoor/casdoor/blob/master/util/system_test.go#L99:2: error-nil: use assert.NoError
https://github.com/casdoor/casdoor/blob/master/util/time_test.go#L30:2: expected-actual: need to reverse actual and expected values
https://github.com/casdoor/casdoor/blob/master/util/time_test.go#L33:2: expected-actual: need to reverse actual and expected values
https://github.com/casdoor/casdoor/blob/master/util/time_test.go#L39:2: expected-actual: need to reverse actual and expected values
https://github.com/casdoor/casdoor/blob/master/util/time_test.go#L106:4: formatter: remove unnecessary fmt.Sprintf

Report issue: https://github.com/casdoor/casdoor/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682485462

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/heroiclabs/nakama got output

https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L50:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L65:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L121:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L156:2: error-nil: use assert.Error
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L179:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L204:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L233:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L260:2: error-nil: use assert.Error
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L284:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L312:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L338:2: error-nil: use assert.Error
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L374:2: error-nil: use assert.Error
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L400:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L455:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L514:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L539:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L583:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L603:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L639:2: error-nil: use assert.Error
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L665:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L691:2: error-nil: use assert.Error
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L718:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L742:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L774:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L806:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L832:2: error-nil: use assert.Error
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L859:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L884:2: error-nil: use assert.Error
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L909:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L925:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L957:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L976:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1012:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1029:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1063:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1079:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1082:2: empty: use assert.Empty
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1108:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1125:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1128:2: empty: use assert.Empty
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1154:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1171:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1207:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1223:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1259:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1276:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1278:2: empty: use assert.Empty
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1304:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1322:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1368:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1412:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1445:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1466:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1490:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1511:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1537:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1558:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1584:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1605:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1614:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1615:2: empty: use assert.Empty
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1641:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1662:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1688:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1709:2: error-nil: use assert.Error
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1710:2: expected-actual: need to reverse actual and expected values
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1729:2: error-nil: use assert.Error
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1730:2: expected-actual: need to reverse actual and expected values
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1754:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1776:2: error-nil: use assert.Error
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1777:2: expected-actual: need to reverse actual and expected values
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1801:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1823:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1824:2: expected-actual: need to reverse actual and expected values
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1869:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1876:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1926:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1933:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1985:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1992:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L1995:2: empty: use assert.Empty
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L2082:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L2089:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L2120:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L2140:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L2161:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L2333:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L2342:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L2347:2: error-nil: use assert.Error
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L2374:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L2382:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L2389:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L2427:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L2442:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L2460:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L2525:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L2540:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L2559:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L2578:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L2644:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L2659:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L2677:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L2695:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L2740:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_storage_test.go#L2755:2: error-nil: use assert.NoError
https://github.com/heroiclabs/nakama/blob/master/server/core_wallet_test.go#L539:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/heroiclabs/nakama/blob/master/server/core_wallet_test.go#L579:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/heroiclabs/nakama/blob/master/server/runtime_go_logger_test.go#L36:2: expected-actual: need to reverse actual and expected values
https://github.com/heroiclabs/nakama/blob/master/server/runtime_go_logger_test.go#L37:2: expected-actual: need to reverse actual and expected values
https://github.com/heroiclabs/nakama/blob/master/server/runtime_go_logger_test.go#L53:2: expected-actual: need to reverse actual and expected values
https://github.com/heroiclabs/nakama/blob/master/server/runtime_go_logger_test.go#L54:2: expected-actual: need to reverse actual and expected values
https://github.com/heroiclabs/nakama/blob/master/server/runtime_go_logger_test.go#L68:2: expected-actual: need to reverse actual and expected values
https://github.com/heroiclabs/nakama/blob/master/server/runtime_go_logger_test.go#L69:2: expected-actual: need to reverse actual and expected values
https://github.com/heroiclabs/nakama/blob/master/server/runtime_go_logger_test.go#L83:2: expected-actual: need to reverse actual and expected values
https://github.com/heroiclabs/nakama/blob/master/server/runtime_go_logger_test.go#L84:2: expected-actual: need to reverse actual and expected values
https://github.com/heroiclabs/nakama/blob/master/server/runtime_go_logger_test.go#L100:2: expected-actual: need to reverse actual and expected values
https://github.com/heroiclabs/nakama/blob/master/server/runtime_go_logger_test.go#L120:2: expected-actual: need to reverse actual and expected values
https://github.com/heroiclabs/nakama/blob/master/server/runtime_javascript_logger_test.go#L49:2: expected-actual: need to reverse actual and expected values
https://github.com/heroiclabs/nakama/blob/master/server/runtime_javascript_logger_test.go#L50:2: expected-actual: need to reverse actual and expected values
https://github.com/heroiclabs/nakama/blob/master/server/runtime_javascript_logger_test.go#L75:2: expected-actual: need to reverse actual and expected values
https://github.com/heroiclabs/nakama/blob/master/server/runtime_javascript_logger_test.go#L76:2: expected-actual: need to reverse actual and expected values
https://github.com/heroiclabs/nakama/blob/master/server/runtime_javascript_logger_test.go#L101:2: expected-actual: need to reverse actual and expected values
https://github.com/heroiclabs/nakama/blob/master/server/runtime_javascript_logger_test.go#L102:2: expected-actual: need to reverse actual and expected values
https://github.com/heroiclabs/nakama/blob/master/server/runtime_javascript_logger_test.go#L127:2: expected-actual: need to reverse actual and expected values
https://github.com/heroiclabs/nakama/blob/master/server/runtime_javascript_logger_test.go#L128:2: expected-actual: need to reverse actual and expected values
https://github.com/heroiclabs/nakama/blob/master/server/runtime_javascript_logger_test.go#L154:2: expected-actual: need to reverse actual and expected values
https://github.com/heroiclabs/nakama/blob/master/server/runtime_javascript_logger_test.go#L184:2: expected-actual: need to reverse actual and expected values
https://github.com/heroiclabs/nakama/blob/master/server/runtime_javascript_logger_test.go#L190:2: expected-actual: need to reverse actual and expected values

Report issue: https://github.com/heroiclabs/nakama/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682495207

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/safing/portmaster got output

https://github.com/safing/portmaster/blob/develop/service/resolver/resolvers_test.go#L13:2: require-error: for error assertions use require
https://github.com/safing/portmaster/blob/develop/service/resolver/resolvers_test.go#L14:2: require-error: for error assertions use require
https://github.com/safing/portmaster/blob/develop/service/resolver/resolvers_test.go#L15:2: require-error: for error assertions use require
https://github.com/safing/portmaster/blob/develop/service/resolver/resolvers_test.go#L16:2: require-error: for error assertions use require
https://github.com/safing/portmaster/blob/develop/service/resolver/resolvers_test.go#L19:2: require-error: for error assertions use require
https://github.com/safing/portmaster/blob/develop/service/resolver/resolvers_test.go#L20:2: require-error: for error assertions use require
https://github.com/safing/portmaster/blob/develop/service/resolver/resolvers_test.go#L21:2: require-error: for error assertions use require
https://github.com/safing/portmaster/blob/develop/service/resolver/resolvers_test.go#L22:2: require-error: for error assertions use require

Report issue: https://github.com/safing/portmaster/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682497650

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/sourcegraph/conc got output

https://github.com/sourcegraph/conc/blob/main/waitgroup_test.go#L61:3: expected-actual: need to reverse actual and expected values
https://github.com/sourcegraph/conc/blob/main/waitgroup_test.go#L124:4: expected-actual: need to reverse actual and expected values
https://github.com/sourcegraph/conc/blob/main/waitgroup_test.go#L154:4: expected-actual: need to reverse actual and expected values
https://github.com/sourcegraph/conc/blob/main/iter/iter_test.go#L42:3: expected-actual: need to reverse actual and expected values
https://github.com/sourcegraph/conc/blob/main/panics/panics_test.go#L97:3: error-is-as: second argument to require.ErrorAs should not be *error
https://github.com/sourcegraph/conc/blob/main/panics/panics_test.go#L110:3: error-nil: use require.NoError
https://github.com/sourcegraph/conc/blob/main/panics/panics_test.go#L158:3: error-nil: use assert.NoError
https://github.com/sourcegraph/conc/blob/main/panics/panics_test.go#L169:3: error-nil: use assert.Error
https://github.com/sourcegraph/conc/blob/main/panics/try_test.go#L21:3: error-is-as: second argument to require.ErrorAs should not be *error
https://github.com/sourcegraph/conc/blob/main/pool/pool_test.go#L46:3: expected-actual: need to reverse actual and expected values
https://github.com/sourcegraph/conc/blob/main/pool/result_context_pool_test.go#L58:4: empty: use require.Empty
https://github.com/sourcegraph/conc/blob/main/pool/result_context_pool_test.go#L85:3: empty: use require.Empty
https://github.com/sourcegraph/conc/blob/main/pool/result_context_pool_test.go#L100:3: empty: use require.Empty
https://github.com/sourcegraph/conc/blob/main/pool/result_context_pool_test.go#L193:3: empty: use require.Empty
https://github.com/sourcegraph/conc/blob/main/pool/result_error_pool_test.go#L53:3: empty: use require.Empty
https://github.com/sourcegraph/conc/blob/main/pool/result_error_pool_test.go#L87:3: empty: use require.Empty

Report issue: https://github.com/sourcegraph/conc/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682504123

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/johnkerl/miller got output

-: # github.com/johnkerl/miller/cmd/experiments/line_parser
cmd/experiments/line_parser/scanner.go#L9:6: main redeclared in this block
cmd/experiments/line_parser/read_string.go#L9:6: other declaration of main
cmd/experiments/line_parser/splitter.go#L33:6: main redeclared in this block
cmd/experiments/line_parser/read_string.go#L9:6: other declaration of main
https://github.com/johnkerl/miller/blob/main/cmd/experiments/line_parser/scanner.go#L9:6: main redeclared in this block
https://github.com/johnkerl/miller/blob/main/cmd/experiments/line_parser/read_string.go#L9:6:   other declaration of main
https://github.com/johnkerl/miller/blob/main/cmd/experiments/line_parser/splitter.go#L33:6: main redeclared in this block
https://github.com/johnkerl/miller/blob/main/cmd/experiments/line_parser/read_string.go#L9:6:   other declaration of main
-: # github.com/johnkerl/miller/docs/src/miller-as-library
docs/src/miller-as-library/main2.go#L107:60: not enough arguments in call to recordWriter.Write
have (*mlrval.Mlrmap, *bufio.Writer, bool)
want (*mlrval.Mlrmap, *types.Context, *bufio.Writer, bool)
docs/src/miller-as-library/main2.go#L126:6: main redeclared in this block
docs/src/miller-as-library/main1.go#L10:6: other declaration of main
docs/src/miller-as-library/main3.go#L106:6: main redeclared in this block
docs/src/miller-as-library/main1.go#L10:6: other declaration of main
https://github.com/johnkerl/miller/blob/main/docs/src/miller-as-library/main2.go#L126:6: main redeclared in this block
https://github.com/johnkerl/miller/blob/main/docs/src/miller-as-library/main1.go#L10:6:     other declaration of main
https://github.com/johnkerl/miller/blob/main/docs/src/miller-as-library/main3.go#L106:6: main redeclared in this block
https://github.com/johnkerl/miller/blob/main/docs/src/miller-as-library/main1.go#L10:6:     other declaration of main
https://github.com/johnkerl/miller/blob/main/docs/src/miller-as-library/main2.go#L107:74: not enough arguments in call to recordWriter.Write
have (*mlrval.Mlrmap, *bufio.Writer, bool)
want (*mlrval.Mlrmap, *types.Context, *bufio.Writer, bool)
-: C source files not allowed when not using cgo or SWIG: catc.c catc0.c catm.c catm2.c
https://github.com/johnkerl/miller/blob/main/scripts/early-multi-language-timings/catgo2.go#L11:6: main redeclared in this block
https://github.com/johnkerl/miller/blob/main/scripts/early-multi-language-timings/catgo.go#L11:6:   other declaration of main
https://github.com/johnkerl/miller/blob/main/scripts/early-multi-language-timings/catgo2.go#L30:6: handle redeclared in this block
https://github.com/johnkerl/miller/blob/main/scripts/early-multi-language-timings/catgo.go#L30:6:   other declaration of handle
https://github.com/johnkerl/miller/blob/main/scripts/early-multi-language-timings/cutgo.go#L13:6: main redeclared in this block
https://github.com/johnkerl/miller/blob/main/scripts/early-multi-language-timings/catgo.go#L11:6:   other declaration of main
https://github.com/johnkerl/miller/blob/main/scripts/early-multi-language-timings/cutgo.go#L33:6: handle redeclared in this block
https://github.com/johnkerl/miller/blob/main/scripts/early-multi-language-timings/catgo.go#L30:6:   other declaration of handle
https://github.com/johnkerl/miller/blob/main/scripts/early-multi-language-timings/cutgo.go#L19:20: too many arguments in call to handle
have (string, []string)
want (string)
https://github.com/johnkerl/miller/blob/main/scripts/early-multi-language-timings/cutgo.go#L22:21: too many arguments in call to handle
have (string, []string)
want (string)
-: C source files not allowed when not using cgo or SWIG: mand.c
testifylint: 23 errors during loading

Report issue: https://github.com/johnkerl/miller/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682498513

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/sosedoff/pgweb got output

https://github.com/sosedoff/pgweb/blob/master/pkg/api/session_manager_test.go#L73:3: error-nil: use assert.NoError
https://github.com/sosedoff/pgweb/blob/master/pkg/bookmarks/manager_test.go#L60:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/bookmarks/manager_test.go#L73:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/bookmarks/manager_test.go#L42:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/bookmarks/manager_test.go#L34:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/bookmarks/manager_test.go#L85:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L50:2: empty: use assert.NotEmpty
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L51:2: empty: use assert.NotEmpty
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L172:3: error-nil: use assert.NoError
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L181:3: error-nil: use assert.NoError
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L407:2: len: use assert.Len
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L413:2: len: use assert.Len
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L414:2: len: use assert.Len
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L420:2: len: use assert.Len
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L421:2: len: use assert.Len
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L443:2: error-nil: use assert.NoError
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L452:2: len: use assert.Len
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L490:3: len: use assert.Len
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L491:3: len: use assert.Len
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L496:3: error-nil: use assert.Error
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L503:3: error-nil: use assert.Error
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L566:2: len: use assert.Len
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L569:2: error-nil: use assert.Error
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L591:2: empty: use assert.Empty
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L596:2: len: use assert.Len
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L632:3: error-nil: use assert.Error
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L647:3: len: use assert.Len
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L666:2: error-nil: use assert.Error
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L674:2: error-nil: use assert.Error
https://github.com/sosedoff/pgweb/blob/master/pkg/client/dump_test.go#L47:2: error-nil: use assert.Error
https://github.com/sosedoff/pgweb/blob/master/pkg/client/result_test.go#L96:2: len: use assert.Len
https://github.com/sosedoff/pgweb/blob/master/pkg/client/dump_test.go#L37:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L450:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L616:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L663:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L667:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L671:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L678:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L681:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L713:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L303:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L377:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L625:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L527:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L533:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L565:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L579:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L589:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L594:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/result_test.go#L95:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L412:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L604:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L608:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L260:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L644:4: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L433:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L707:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L309:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L315:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L457:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L545:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L551:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L558:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L405:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L419:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L489:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L283:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L285:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L290:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L294:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L426:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L468:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L471:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L474:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L477:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/client/client_test.go#L480:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/command/options_test.go#L21:3: bool-compare: use assert.False
https://github.com/sosedoff/pgweb/blob/master/pkg/command/options_test.go#L25:3: bool-compare: use assert.False
https://github.com/sosedoff/pgweb/blob/master/pkg/command/options_test.go#L26:3: bool-compare: use assert.False
https://github.com/sosedoff/pgweb/blob/master/pkg/command/options_test.go#L27:3: bool-compare: use assert.False
https://github.com/sosedoff/pgweb/blob/master/pkg/command/options_test.go#L29:3: bool-compare: use assert.False
https://github.com/sosedoff/pgweb/blob/master/pkg/command/options_test.go#L38:3: bool-compare: use assert.True
https://github.com/sosedoff/pgweb/blob/master/pkg/command/options_test.go#L43:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/command/options_test.go#L47:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/command/options_test.go#L53:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/command/options_test.go#L56:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/command/options_test.go#L68:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/command/options_test.go#L74:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/command/options_test.go#L80:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/command/options_test.go#L86:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/command/options_test.go#L89:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/command/options_test.go#L92:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/command/options_test.go#L20:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/command/options_test.go#L37:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/connection/connection_string_test.go#L280:2: bool-compare: use assert.True
https://github.com/sosedoff/pgweb/blob/master/pkg/connection/connection_string_test.go#L281:2: bool-compare: use assert.False
https://github.com/sosedoff/pgweb/blob/master/pkg/connection/connection_string_test.go#L282:2: bool-compare: use assert.False
https://github.com/sosedoff/pgweb/blob/master/pkg/connection/connection_string_test.go#L283:2: bool-compare: use assert.False
https://github.com/sosedoff/pgweb/blob/master/pkg/connection/port_test.go#L18:2: bool-compare: use assert.True
https://github.com/sosedoff/pgweb/blob/master/pkg/connection/port_test.go#L38:2: bool-compare: use assert.False
https://github.com/sosedoff/pgweb/blob/master/pkg/connection/port_test.go#L39:2: bool-compare: use assert.True
https://github.com/sosedoff/pgweb/blob/master/pkg/connection/port_test.go#L48:2: error-nil: use assert.NoError
https://github.com/sosedoff/pgweb/blob/master/pkg/connection/port_test.go#L73:2: error-nil: use assert.NoError
https://github.com/sosedoff/pgweb/blob/master/pkg/connection/connection_string_test.go#L36:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/connection/connection_string_test.go#L42:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/connection/connection_string_test.go#L140:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/connection/connection_string_test.go#L28:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/connection/connection_string_test.go#L51:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/connection/connection_string_test.go#L58:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/connection/connection_string_test.go#L80:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/connection/port_test.go#L69:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/connection/connection_string_test.go#L147:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/connection/connection_string_test.go#L271:5: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/connection/connection_string_test.go#L161:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/connection/connection_string_test.go#L166:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/connection/connection_string_test.go#L172:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/connection/connection_string_test.go#L182:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/connection/connection_string_test.go#L194:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/connection/connection_string_test.go#L211:4: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/connection/connection_string_test.go#L18:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/connection/connection_string_test.go#L66:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/connection/connection_string_test.go#L72:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/connection/connection_string_test.go#L93:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/connection/connection_string_test.go#L107:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/connection/connection_string_test.go#L112:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/connection/connection_string_test.go#L130:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/queries/field_test.go#L13:2: bool-compare: use assert.True
https://github.com/sosedoff/pgweb/blob/master/pkg/queries/field_test.go#L14:2: bool-compare: use assert.False
https://github.com/sosedoff/pgweb/blob/master/pkg/queries/field_test.go#L20:2: bool-compare: use assert.True
https://github.com/sosedoff/pgweb/blob/master/pkg/queries/field_test.go#L21:2: bool-compare: use assert.True
https://github.com/sosedoff/pgweb/blob/master/pkg/queries/field_test.go#L31:2: bool-compare: use assert.False
https://github.com/sosedoff/pgweb/blob/master/pkg/queries/field_test.go#L32:2: bool-compare: use assert.True
https://github.com/sosedoff/pgweb/blob/master/pkg/queries/field_test.go#L33:2: bool-compare: use assert.True
https://github.com/sosedoff/pgweb/blob/master/pkg/queries/metadata_test.go#L115:5: bool-compare: use assert.True
https://github.com/sosedoff/pgweb/blob/master/pkg/queries/store_test.go#L15:3: len: use assert.Len
https://github.com/sosedoff/pgweb/blob/master/pkg/queries/store_test.go#L20:3: expected-actual: need to reverse actual and expected values
https://github.com/sosedoff/pgweb/blob/master/pkg/queries/store_test.go#L21:3: empty: use assert.Empty
https://github.com/sosedoff/pgweb/blob/master/pkg/queries/field_test.go#L11:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/queries/field_test.go#L17:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/queries/field_test.go#L24:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/queries/field_test.go#L28:2: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/queries/store_test.go#L14:3: require-error: for error assertions use require
https://github.com/sosedoff/pgweb/blob/master/pkg/queries/field_test.go#L39:2: require-error: for error assertions use require

Report issue: https://github.com/sosedoff/pgweb/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682502249

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/cloudflare/cloudflared got output

https://github.com/cloudflare/cloudflared/blob/master/carrier/websocket_test.go#L108:2: expected-actual: need to reverse actual and expected values
https://github.com/cloudflare/cloudflared/blob/master/carrier/websocket_test.go#L116:2: expected-actual: need to reverse actual and expected values
https://github.com/cloudflare/cloudflared/blob/master/carrier/websocket_test.go#L121:2: expected-actual: need to reverse actual and expected values
https://github.com/cloudflare/cloudflared/blob/master/carrier/websocket_test.go#L26:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/carrier/carrier_test.go#L57:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/carrier/websocket_test.go#L46:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/carrier/websocket_test.go#L59:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/carrier/websocket_test.go#L68:3: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/carrier/websocket_test.go#L71:3: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/carrier/carrier_test.go#L250:4: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/cfapi/hostname_test.go#L34:3: error-nil: use assert.Error
https://github.com/cloudflare/cloudflared/blob/master/cfapi/hostname_test.go#L63:3: error-nil: use assert.Error
https://github.com/cloudflare/cloudflared/blob/master/cfapi/tunnel_test.go#L79:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/cloudflare/cloudflared/blob/master/cfapi/virtual_network_test.go#L29:2: bool-compare: use require.True
https://github.com/cloudflare/cloudflared/blob/master/cfapi/tunnel_test.go#L64:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/cfapi/hostname_test.go#L17:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/cfapi/hostname_test.go#L46:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/cfapi/tunnel_test.go#L100:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/cmd/cloudflared/access/validation_test.go#L52:6: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/cmd/cloudflared/tunnel/signal_test.go#L83:2: compares: use assert.Less
https://github.com/cloudflare/cloudflared/blob/master/cmd/cloudflared/tunnel/signal_test.go#L94:2: error-nil: use assert.NoError
https://github.com/cloudflare/cloudflared/blob/master/cmd/cloudflared/tunnel/signal_test.go#L96:2: compares: use assert.Less
https://github.com/cloudflare/cloudflared/blob/master/cmd/cloudflared/tunnel/signal_test.go#L102:2: error-nil: use assert.NoError
https://github.com/cloudflare/cloudflared/blob/master/cmd/cloudflared/tunnel/signal_test.go#L104:2: compares: use assert.Less
https://github.com/cloudflare/cloudflared/blob/master/cmd/cloudflared/tunnel/subcommand_context_test.go#L366:5: error-nil: use assert.NoError
https://github.com/cloudflare/cloudflared/blob/master/cmd/cloudflared/tunnel/subcommands_test.go#L203:2: expected-actual: need to reverse actual and expected values
https://github.com/cloudflare/cloudflared/blob/master/cmd/cloudflared/tunnel/tag_test.go#L35:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/cmd/cloudflared/tunnel/subcommands_test.go#L95:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/cmd/cloudflared/tunnel/subcommands_test.go#L98:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/cmd/cloudflared/tunnel/subcommands_test.go#L100:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/cmd/cloudflared/updater/workers_service_test.go#L222:2: expected-actual: need to reverse actual and expected values
https://github.com/cloudflare/cloudflared/blob/master/cmd/cloudflared/updater/workers_service_test.go#L228:2: expected-actual: need to reverse actual and expected values
https://github.com/cloudflare/cloudflared/blob/master/cmd/cloudflared/updater/workers_service_test.go#L241:2: expected-actual: need to reverse actual and expected values
https://github.com/cloudflare/cloudflared/blob/master/cmd/cloudflared/updater/workers_service_test.go#L247:2: expected-actual: need to reverse actual and expected values
https://github.com/cloudflare/cloudflared/blob/master/cmd/cloudflared/updater/workers_service_test.go#L287:2: expected-actual: need to reverse actual and expected values
https://github.com/cloudflare/cloudflared/blob/master/cmd/cloudflared/updater/workers_service_test.go#L293:2: expected-actual: need to reverse actual and expected values
https://github.com/cloudflare/cloudflared/blob/master/cmd/cloudflared/updater/workers_service_test.go#L345:2: expected-actual: need to reverse actual and expected values
https://github.com/cloudflare/cloudflared/blob/master/cmd/cloudflared/updater/workers_service_test.go#L346:2: expected-actual: need to reverse actual and expected values
https://github.com/cloudflare/cloudflared/blob/master/config/configuration_test.go#L100:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cloudflare/cloudflared/blob/master/config/configuration_test.go#L181:2: bool-compare: use assert.True
https://github.com/cloudflare/cloudflared/blob/master/config/configuration_test.go#L187:2: bool-compare: use assert.True
https://github.com/cloudflare/cloudflared/blob/master/config/configuration_test.go#L188:2: bool-compare: use assert.True
https://github.com/cloudflare/cloudflared/blob/master/config/configuration_test.go#L189:2: bool-compare: use assert.True
https://github.com/cloudflare/cloudflared/blob/master/config/configuration_test.go#L191:2: bool-compare: use assert.True
https://github.com/cloudflare/cloudflared/blob/master/config/configuration_test.go#L194:2: bool-compare: use assert.True
https://github.com/cloudflare/cloudflared/blob/master/config/configuration_test.go#L176:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/config/manager_test.go#L47:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/config/manager_test.go#L70:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/config/configuration_test.go#L68:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/config/configuration_test.go#L91:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/config/configuration_test.go#L95:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/config/configuration_test.go#L99:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/config/configuration_test.go#L103:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/config/configuration_test.go#L107:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/config/configuration_test.go#L112:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/connection/header_test.go#L48:2: len: use assert.Len
https://github.com/cloudflare/cloudflared/blob/master/connection/header_test.go#L54:2: formatter: remove unnecessary fmt.Sprintf
https://github.com/cloudflare/cloudflared/blob/master/connection/header_test.go#L68:2: empty: use assert.Empty
https://github.com/cloudflare/cloudflared/blob/master/connection/http2_test.go#L283:2: formatter: remove unnecessary fmt.Sprintf
https://github.com/cloudflare/cloudflared/blob/master/connection/http2_test.go#L446:2: error-nil: use assert.Error
https://github.com/cloudflare/cloudflared/blob/master/connection/observer_test.go#L18:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cloudflare/cloudflared/blob/master/connection/observer_test.go#L21:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cloudflare/cloudflared/blob/master/connection/protocol_test.go#L92:5: formatter: remove unnecessary fmt.Sprintf
https://github.com/cloudflare/cloudflared/blob/master/connection/protocol_test.go#L94:5: formatter: remove unnecessary fmt.Sprintf
https://github.com/cloudflare/cloudflared/blob/master/connection/protocol_test.go#L95:5: formatter: remove unnecessary fmt.Sprintf
https://github.com/cloudflare/cloudflared/blob/master/connection/protocol_test.go#L97:5: formatter: remove unnecessary fmt.Sprintf
https://github.com/cloudflare/cloudflared/blob/master/connection/protocol_test.go#L99:6: formatter: remove unnecessary fmt.Sprintf
https://github.com/cloudflare/cloudflared/blob/master/connection/quic_test.go#L546:2: expected-actual: need to reverse actual and expected values
https://github.com/cloudflare/cloudflared/blob/master/connection/quic_test.go#L553:2: expected-actual: need to reverse actual and expected values
https://github.com/cloudflare/cloudflared/blob/master/connection/quic_test.go#L563:2: expected-actual: need to reverse actual and expected values
https://github.com/cloudflare/cloudflared/blob/master/connection/quic_test.go#L574:2: expected-actual: need to reverse actual and expected values
https://github.com/cloudflare/cloudflared/blob/master/connection/http2_test.go#L321:4: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/connection/http2_test.go#L325:4: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/connection/http2_test.go#L327:4: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/connection/quic_test.go#L159:5: go-require: quicServer contains assertions that must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/connection/quic_test.go#L522:3: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/connection/quic_test.go#L525:3: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/connection/quic_test.go#L658:6: go-require: runRPCServer contains assertions that must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/connection/h2mux_header_test.go#L577:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/connection/protocol_test.go#L109:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/connection/h2mux_header_test.go#L595:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/connection/h2mux_header_test.go#L606:3: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/connection/h2mux_header_test.go#L465:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/connection/h2mux_header_test.go#L93:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/connection/protocol_test.go#L139:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/connection/header_test.go#L63:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/connection/header_test.go#L67:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/connection/protocol_test.go#L94:5: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/connection/protocol_test.go#L168:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/connection/h2mux_header_test.go#L270:3: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/connection/h2mux_header_test.go#L278:3: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/connection/quic_test.go#L494:4: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/connection/h2mux_header_test.go#L34:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/connection/h2mux_header_test.go#L73:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/connection/h2mux_header_test.go#L113:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/connection/header_test.go#L15:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/connection/header_test.go#L46:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/connection/h2mux_header_test.go#L56:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/connection/observer_test.go#L27:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/credentials/origin_cert_test.go#L55:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/credentials/origin_cert_test.go#L57:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/credentials/origin_cert_test.go#L29:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/credentials/origin_cert_test.go#L37:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/datagramsession/manager_test.go#L92:5: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/datagramsession/manager_test.go#L93:5: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/datagramsession/manager_test.go#L139:3: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/datagramsession/manager_test.go#L151:3: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/datagramsession/manager_test.go#L154:3: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/datagramsession/manager_test.go#L180:3: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/datagramsession/manager_test.go#L192:3: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/datagramsession/session_test.go#L57:4: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/datagramsession/session_test.go#L58:4: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/datagramsession/session_test.go#L60:4: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/datagramsession/session_test.go#L61:4: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/datagramsession/session_test.go#L63:4: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/datagramsession/session_test.go#L64:4: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/datagramsession/session_test.go#L71:3: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/datagramsession/session_test.go#L72:3: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/edgediscovery/edgediscovery_test.go#L160:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/edgediscovery/edgediscovery_test.go#L178:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/edgediscovery/edgediscovery_test.go#L183:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/edgediscovery/edgediscovery_test.go#L189:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/edgediscovery/edgediscovery_test.go#L229:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/edgediscovery/edgediscovery_test.go#L234:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/edgediscovery/edgediscovery_test.go#L245:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/edgediscovery/edgediscovery_test.go#L251:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/edgediscovery/edgediscovery_test.go#L146:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/edgediscovery/edgediscovery_test.go#L150:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/edgediscovery/edgediscovery_test.go#L200:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/edgediscovery/edgediscovery_test.go#L205:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/edgediscovery/edgediscovery_test.go#L209:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/edgediscovery/edgediscovery_test.go#L218:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/edgediscovery/edgediscovery_test.go#L130:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/edgediscovery/allregions/regions_test.go#L254:2: compares: use assert.LessOrEqual
https://github.com/cloudflare/cloudflared/blob/master/edgediscovery/allregions/discovery_test.go#L29:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/h2mux/h2mux_test.go#L134:4: error-is-as: invalid usage of t.Error, use t.ErrorIs instead
https://github.com/cloudflare/cloudflared/blob/master/h2mux/h2mux_test.go#L142:4: error-is-as: invalid usage of t.Error, use t.ErrorIs instead
https://github.com/cloudflare/cloudflared/blob/master/h2mux/muxmetrics_test.go#L56:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cloudflare/cloudflared/blob/master/h2mux/muxmetrics_test.go#L71:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cloudflare/cloudflared/blob/master/h2mux/muxmetrics_test.go#L84:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cloudflare/cloudflared/blob/master/h2mux/muxmetrics_test.go#L149:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cloudflare/cloudflared/blob/master/h2mux/muxmetrics_test.go#L153:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cloudflare/cloudflared/blob/master/h2mux/muxmetrics_test.go#L166:2: error-nil: use assert.NoError
https://github.com/cloudflare/cloudflared/blob/master/h2mux/muxwriter_test.go#L16:2: len: use assert.Len
https://github.com/cloudflare/cloudflared/blob/master/h2mux/muxwriter_test.go#L25:2: empty: use assert.Empty
https://github.com/cloudflare/cloudflared/blob/master/h2mux/h2mux_test.go#L877:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/h2mux/muxreader_test.go#L42:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/ingress/ingress_test.go#L608:4: len: use require.Len
https://github.com/cloudflare/cloudflared/blob/master/ingress/ingress_test.go#L639:4: len: use require.Len
https://github.com/cloudflare/cloudflared/blob/master/ingress/ingress_test.go#L651:4: len: use require.Len
https://github.com/cloudflare/cloudflared/blob/master/ingress/ingress_test.go#L715:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/cloudflare/cloudflared/blob/master/ingress/origin_connection_test.go#L228:3: expected-actual: need to reverse actual and expected values
https://github.com/cloudflare/cloudflared/blob/master/ingress/origin_icmp_proxy_test.go#L264:5: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/ingress/origin_icmp_proxy_test.go#L265:5: go-require: validateEchoFlow contains assertions that must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/ingress/origin_icmp_proxy_test.go#L292:5: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/ingress/origin_icmp_proxy_test.go#L293:5: go-require: validateEchoFlow contains assertions that must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/ingress/origin_connection_test.go#L120:4: go-require: do not use require in http handlers
https://github.com/cloudflare/cloudflared/blob/master/ingress/origin_connection_test.go#L121:4: go-require: do not use require in http handlers
https://github.com/cloudflare/cloudflared/blob/master/ingress/origin_connection_test.go#L123:4: go-require: do not use require in http handlers
https://github.com/cloudflare/cloudflared/blob/master/ingress/origin_connection_test.go#L290:3: go-require: do not use require in http handlers
https://github.com/cloudflare/cloudflared/blob/master/ingress/origin_proxy_test.go#L112:3: go-require: do not use require in http handlers
https://github.com/cloudflare/cloudflared/blob/master/ingress/origin_proxy_test.go#L152:3: go-require: do not use require in http handlers
https://github.com/cloudflare/cloudflared/blob/master/ingress/origin_connection_test.go#L317:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/ingress/origin_connection_test.go#L224:3: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/ingress/origin_connection_test.go#L227:3: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/ingress/origin_connection_test.go#L264:6: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/ingress/origin_connection_test.go#L269:6: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/ingress/origin_connection_test.go#L174:3: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/ingress/origin_connection_test.go#L178:3: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/ingress/middleware/jwtvalidator_test.go#L110:4: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/ipaccess/access_test.go#L76:2: compares: use assert.Same
https://github.com/cloudflare/cloudflared/blob/master/ipaccess/access_test.go#L98:2: compares: use assert.Same
https://github.com/cloudflare/cloudflared/blob/master/ipaccess/access_test.go#L102:2: compares: use assert.Same
https://github.com/cloudflare/cloudflared/blob/master/ipaccess/access_test.go#L15:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/ipaccess/access_test.go#L18:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/ipaccess/access_test.go#L21:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/ipaccess/access_test.go#L24:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/ipaccess/access_test.go#L32:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/ipaccess/access_test.go#L37:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/ipaccess/access_test.go#L43:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/management/token_test.go#L113:4: error-nil: use require.NoError
https://github.com/cloudflare/cloudflared/blob/master/management/events_test.go#L160:3: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/management/events_test.go#L176:3: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/management/events_test.go#L192:3: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/management/events_test.go#L210:3: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/management/events_test.go#L226:3: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/management/events_test.go#L242:3: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/management/service_test.go#L50:3: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/orchestration/config_test.go#L84:2: expected-actual: need to reverse actual and expected values
https://github.com/cloudflare/cloudflared/blob/master/orchestration/orchestrator_test.go#L109:2: bool-compare: use require.True
https://github.com/cloudflare/cloudflared/blob/master/orchestration/orchestrator_test.go#L111:2: bool-compare: use require.True
https://github.com/cloudflare/cloudflared/blob/master/orchestration/orchestrator_test.go#L118:2: bool-compare: use require.True
https://github.com/cloudflare/cloudflared/blob/master/orchestration/orchestrator_test.go#L120:2: bool-compare: use require.True
https://github.com/cloudflare/cloudflared/blob/master/orchestration/orchestrator_test.go#L125:2: bool-compare: use require.False
https://github.com/cloudflare/cloudflared/blob/master/orchestration/orchestrator_test.go#L126:2: bool-compare: use require.True
https://github.com/cloudflare/cloudflared/blob/master/orchestration/orchestrator_test.go#L127:2: expected-actual: need to reverse actual and expected values
https://github.com/cloudflare/cloudflared/blob/master/orchestration/orchestrator_test.go#L320:4: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/orchestration/orchestrator_test.go#L329:5: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/orchestration/orchestrator_test.go#L330:5: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/orchestration/orchestrator_test.go#L334:5: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/orchestration/orchestrator_test.go#L338:5: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/orchestration/orchestrator_test.go#L355:6: go-require: tcpEyeball contains assertions that must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/orchestration/orchestrator_test.go#L361:5: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/orchestration/orchestrator_test.go#L363:5: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/orchestration/orchestrator_test.go#L372:5: go-require: updateWithValidation contains assertions that must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/orchestration/orchestrator_test.go#L383:5: go-require: updateWithValidation contains assertions that must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/orchestration/orchestrator_test.go#L456:4: go-require: echoTCP contains assertions that must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/orchestration/orchestrator_test.go#L625:3: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/orchestration/orchestrator_test.go#L630:4: go-require: echoTCP contains assertions that must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/orchestration/orchestrator_test.go#L636:3: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/orchestration/orchestrator_test.go#L643:3: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/orchestration/orchestrator_test.go#L649:3: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/orchestration/orchestrator_test.go#L652:3: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/proxy/proxy_test.go#L270:4: expected-actual: need to reverse actual and expected values
https://github.com/cloudflare/cloudflared/blob/master/proxy/proxy_test.go#L278:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/cloudflare/cloudflared/blob/master/proxy/proxy_test.go#L920:4: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/proxy/proxy_test.go#L980:3: go-require: require must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/proxy/proxy_test.go#L421:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/quic/datagram_test.go#L270:2: expected-actual: need to reverse actual and expected values
https://github.com/cloudflare/cloudflared/blob/master/quic/safe_stream_test.go#L48:3: go-require: quicServer contains assertions that must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/quic/safe_stream_test.go#L55:3: go-require: quicClient contains assertions that must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/quic/safe_stream_test.go#L86:5: go-require: clientRoundTrip contains assertions that must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/quic/safe_stream_test.go#L90:5: go-require: clientRoundTrip contains assertions that must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/quic/safe_stream_test.go#L124:5: go-require: serverRoundTrip contains assertions that must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/quic/safe_stream_test.go#L128:5: go-require: serverRoundTrip contains assertions that must only be used in the goroutine running the test function
https://github.com/cloudflare/cloudflared/blob/master/socks/connection_handler_test.go#L83:2: negative-positive: use assert.Positive
https://github.com/cloudflare/cloudflared/blob/master/socks/connection_handler_test.go#L88:2: compares: use assert.Equal
https://github.com/cloudflare/cloudflared/blob/master/socks/request_handler_test.go#L19:2: compares: use assert.Equal
https://github.com/cloudflare/cloudflared/blob/master/socks/request_handler_test.go#L29:2: compares: use assert.Equal
https://github.com/cloudflare/cloudflared/blob/master/socks/request_handler_test.go#L39:2: compares: use assert.Equal
https://github.com/cloudflare/cloudflared/blob/master/socks/request_handler_test.go#L54:2: compares: use assert.Equal
https://github.com/cloudflare/cloudflared/blob/master/socks/request_handler_test.go#L62:2: compares: use assert.Equal
https://github.com/cloudflare/cloudflared/blob/master/socks/request_handler_test.go#L70:2: compares: use assert.Equal
https://github.com/cloudflare/cloudflared/blob/master/socks/request_handler_test.go#L76:2: compares: use assert.Equal
https://github.com/cloudflare/cloudflared/blob/master/socks/request_handler_test.go#L82:2: compares: use assert.Equal
https://github.com/cloudflare/cloudflared/blob/master/socks/request_test.go#L43:2: compares: use assert.Equal
https://github.com/cloudflare/cloudflared/blob/master/socks/request_test.go#L44:2: compares: use assert.Equal
https://github.com/cloudflare/cloudflared/blob/master/socks/request_test.go#L45:2: compares: use assert.Equal
https://github.com/cloudflare/cloudflared/blob/master/socks/request_test.go#L46:2: compares: use assert.Equal
https://github.com/cloudflare/cloudflared/blob/master/socks/request_handler_test.go#L38:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/socks/connection_handler_test.go#L21:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/socks/connection_handler_test.go#L29:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/socks/connection_handler_test.go#L32:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/socks/connection_handler_test.go#L46:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/socks/request_test.go#L42:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/socks/request_handler_test.go#L18:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/socks/request_handler_test.go#L28:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/socks/request_handler_test.go#L53:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/socks/request_handler_test.go#L61:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/socks/request_handler_test.go#L69:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/socks/request_handler_test.go#L75:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/socks/request_handler_test.go#L81:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/sshgen/sshgen_test.go#L68:3: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/sshgen/sshgen_test.go#L43:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/sshgen/sshgen_test.go#L62:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/sshgen/sshgen_test.go#L74:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/sshgen/sshgen_test.go#L77:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/sshgen/sshgen_test.go#L84:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/sshgen/sshgen_test.go#L91:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/stream/stream_test.go#L70:4: error-nil: use require.Error
https://github.com/cloudflare/cloudflared/blob/master/stream/stream_test.go#L72:4: error-nil: use require.NoError
https://github.com/cloudflare/cloudflared/blob/master/supervisor/tunnel_test.go#L51:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/supervisor/tunnel_test.go#L114:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/tlsconfig/tlsconfig_test.go#L19:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/tlsconfig/tlsconfig_test.go#L35:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/tlsconfig/tlsconfig_test.go#L46:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/tlsconfig/tlsconfig_test.go#L63:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/tlsconfig/tlsconfig_test.go#L66:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/tlsconfig/tlsconfig_test.go#L70:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/tlsconfig/tlsconfig_test.go#L77:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/tlsconfig/tlsconfig_test.go#L80:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/token/signal_test.go#L26:2: error-nil: use require.NoError
https://github.com/cloudflare/cloudflared/blob/master/token/signal_test.go#L47:2: error-nil: use require.NoError
https://github.com/cloudflare/cloudflared/blob/master/tracing/client_test.go#L95:2: empty: use assert.Empty
https://github.com/cloudflare/cloudflared/blob/master/tracing/client_test.go#L104:2: empty: use assert.Empty
https://github.com/cloudflare/cloudflared/blob/master/tracing/client_test.go#L83:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/tracing/client_test.go#L86:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/tracing/client_test.go#L103:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/tracing/client_test.go#L73:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/tracing/client_test.go#L75:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/tracing/tracing_test.go#L70:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/tracing/client_test.go#L114:3: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/tracing/client_test.go#L94:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/tunnelrpc/pogs/registration_server_test.go#L41:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/tunnelrpc/pogs/registration_server_test.go#L45:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/tunnelrpc/pogs/registration_server_test.go#L98:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/tunnelrpc/pogs/registration_server_test.go#L106:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/tunnelrpc/pogs/registration_server_test.go#L114:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/tunnelrpc/quic/request_server_stream_test.go#L105:5: empty: use assert.Empty
https://github.com/cloudflare/cloudflared/blob/master/tunnelrpc/quic/request_server_stream_test.go#L156:4: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/tunnelrpc/quic/request_server_stream_test.go#L164:4: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/tunnelrpc/quic/request_server_stream_test.go#L165:4: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/tunnelrpc/quic/request_server_stream_test.go#L167:4: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/tunnelrpc/quic/request_server_stream_test.go#L170:4: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/tunnelrpc/quic/request_server_stream_test.go#L203:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/tunnelrpc/quic/request_server_stream_test.go#L206:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/validation/validation_test.go#L24:2: error-nil: use assert.NoError
https://github.com/cloudflare/cloudflared/blob/master/validation/validation_test.go#L29:2: error-nil: use assert.NoError
https://github.com/cloudflare/cloudflared/blob/master/validation/validation_test.go#L34:2: error-nil: use assert.NoError
https://github.com/cloudflare/cloudflared/blob/master/validation/validation_test.go#L39:2: error-nil: use assert.NoError
https://github.com/cloudflare/cloudflared/blob/master/validation/validation_test.go#L44:2: error-nil: use assert.NoError
https://github.com/cloudflare/cloudflared/blob/master/validation/validation_test.go#L49:2: error-nil: use assert.NoError
https://github.com/cloudflare/cloudflared/blob/master/validation/validation_test.go#L102:3: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/validation/validation_test.go#L121:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/validation/validation_test.go#L124:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/validation/validation_test.go#L125:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/validation/validation_test.go#L144:3: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/watcher/file_test.go#L28:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/watcher/file_test.go#L35:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/watcher/file_test.go#L38:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/watcher/file_test.go#L47:2: require-error: for error assertions use require
https://github.com/cloudflare/cloudflared/blob/master/watcher/file_test.go#L49:2: require-error: for error assertions use require

Report issue: https://github.com/cloudflare/cloudflared/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682501078

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/codenotary/immudb got output

https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/suite.go#L115:2: suite-dont-use-pkg: use suite.Require().NoError
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/suite.go#L156:2: suite-dont-use-pkg: use suite.Require().NoError
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/suite.go#L159:2: suite-dont-use-pkg: use suite.Require().NoError
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/suite.go#L160:2: suite-dont-use-pkg: use suite.Require().NotNil
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/suite.go#L163:2: suite-dont-use-pkg: use suite.Require().NoError
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/suite.go#L166:2: suite-dont-use-pkg: use suite.Require().NoError
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/suite.go#L184:3: suite-dont-use-pkg: use suite.Require().NoError
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/suite.go#L192:2: suite-dont-use-pkg: use suite.Require().Nil
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/suite.go#L211:2: suite-dont-use-pkg: use suite.Require().NoError
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/suite.go#L214:2: suite-dont-use-pkg: use suite.Require().NoError
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/suite.go#L215:2: suite-dont-use-pkg: use suite.Require().NotNil
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/suite.go#L218:2: suite-dont-use-pkg: use suite.Require().NoError
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/suite.go#L221:2: suite-dont-use-pkg: use suite.Require().NoError
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/suite.go#L230:2: suite-dont-use-pkg: use suite.Require().NotNil
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/suite.go#L263:2: suite-dont-use-pkg: use suite.Require().NoError
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/suite.go#L290:6: suite-dont-use-pkg: use suite.Eventually
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/suite.go#L292:3: suite-dont-use-pkg: use suite.Require().NoError
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/suite.go#L298:3: suite-dont-use-pkg: use suite.Require().FailNowf
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/suite.go#L341:4: suite-dont-use-pkg: use suite.Require().FailNowf
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/server.go#L86:3: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/suite.go#L317:4: go-require: suite.AddReplica contains assertions that must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/suite.go#L325:4: go-require: suite.AddReplica contains assertions that must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/cmd/helper/terminal_test.go#L30:2: require-error: for error assertions use require
https://github.com/codenotary/immudb/blob/master/cmd/helper/terminal_test.go#L34:2: require-error: for error assertions use require
https://github.com/codenotary/immudb/blob/master/cmd/helper/terminal_test.go#L38:2: require-error: for error assertions use require
https://github.com/codenotary/immudb/blob/master/cmd/helper/terminal_test.go#L42:2: require-error: for error assertions use require
https://github.com/codenotary/immudb/blob/master/cmd/helper/terminal_test.go#L49:2: require-error: for error assertions use require
https://github.com/codenotary/immudb/blob/master/cmd/immuclient/cli/recommend_test.go#L31:2: len: use assert.Len
https://github.com/codenotary/immudb/blob/master/cmd/immuclient/cli/recommend_test.go#L34:2: len: use assert.Len
https://github.com/codenotary/immudb/blob/master/cmd/immuclient/cli/register_test.go#L32:2: len: use assert.Len
https://github.com/codenotary/immudb/blob/master/cmd/immuclient/cli/unixcmds_test.go#L32:2: len: use assert.Len
https://github.com/codenotary/immudb/blob/master/cmd/immuclient/immuc/options_test.go#L34:2: bool-compare: use require.True
https://github.com/codenotary/immudb/blob/master/cmd/immudb/command/cmd_test.go#L259:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/cmd/immudb/command/service/service_test.go#L72:2: require-error: for error assertions use require
https://github.com/codenotary/immudb/blob/master/cmd/immudb/command/service/service_test.go#L89:2: require-error: for error assertions use require
https://github.com/codenotary/immudb/blob/master/cmd/sservice/manpageservice_test.go#L43:3: len: use require.Len
https://github.com/codenotary/immudb/blob/master/cmd/sservice/sservice_unix_test.go#L93:2: require-error: for error assertions use require
https://github.com/codenotary/immudb/blob/master/embedded/appendable/multiapp/multi_app_test.go#L317:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/appendable/remoteapp/chunked_process_test.go#L40:3: compares: use require.GreaterOrEqual
https://github.com/codenotary/immudb/blob/master/embedded/appendable/remoteapp/chunked_process_test.go#L41:3: compares: use require.LessOrEqual
https://github.com/codenotary/immudb/blob/master/embedded/appendable/remoteapp/chunked_process_test.go#L73:2: error-is-as: use require.ErrorIs
https://github.com/codenotary/immudb/blob/master/embedded/appendable/remoteapp/chunked_process_test.go#L98:2: error-is-as: use require.ErrorIs
https://github.com/codenotary/immudb/blob/master/embedded/appendable/remoteapp/options_test.go#L41:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/embedded/appendable/remoteapp/options_test.go#L42:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/embedded/appendable/remoteapp/remote_app_test.go#L70:2: error-nil: use require.Error
https://github.com/codenotary/immudb/blob/master/embedded/appendable/remoteapp/remote_app_test.go#L198:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/appendable/remoteapp/remote_app_test.go#L221:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/appendable/remoteapp/remote_app_test.go#L376:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/embedded/appendable/remoteapp/remote_app_test.go#L380:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/embedded/appendable/remoteapp/remote_app_test.go#L384:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/embedded/appendable/remoteapp/remote_app_test.go#L385:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/embedded/appendable/remoteapp/remote_app_test.go#L386:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/embedded/appendable/remoteapp/remote_app_test.go#L387:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/embedded/appendable/remoteapp/remote_app_test.go#L495:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/embedded/appendable/remoteapp/remote_app_test.go#L644:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/embedded/appendable/remoteapp/remote_app_test.go#L711:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/embedded/appendable/remoteapp/remote_app_test.go#L831:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/embedded/appendable/remoteapp/remote_app_test.go#L905:3: compares: use require.Equal
https://github.com/codenotary/immudb/blob/master/embedded/appendable/singleapp/single_app_test.go#L96:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/cache/cache_test.go#L83:3: error-is-as: invalid usage of require.NoError, use require.NotErrorIs instead
https://github.com/codenotary/immudb/blob/master/embedded/cache/cache_test.go#L392:3: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/document/engine_test.go#L1151:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/embedded/document/engine_test.go#L1338:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/embedded/document/engine_test.go#L1856:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/embedded/document/engine_test.go#L1925:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/embedded/document/engine_test.go#L2099:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/embedded/document/options_test.go#L39:2: error-nil: use require.NoError
https://github.com/codenotary/immudb/blob/master/embedded/document/options_test.go#L44:2: error-nil: use require.Error
https://github.com/codenotary/immudb/blob/master/embedded/logger/memory_test.go#L55:4: len: use require.Len
https://github.com/codenotary/immudb/blob/master/embedded/multierr/multierr_test.go#L63:2: error-nil: use require.NoError
https://github.com/codenotary/immudb/blob/master/embedded/remotestorage/memory/memory_test.go#L78:3: len: use assert.Len
https://github.com/codenotary/immudb/blob/master/embedded/remotestorage/memory/memory_test.go#L167:2: error-is-as: use assert.ErrorIs
https://github.com/codenotary/immudb/blob/master/embedded/remotestorage/memory/memory_test.go#L263:3: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/remotestorage/memory/memory_test.go#L71:3: require-error: for error assertions use require
https://github.com/codenotary/immudb/blob/master/embedded/remotestorage/s3/s3_test.go#L276:4: go-require: do not use require in http handlers
https://github.com/codenotary/immudb/blob/master/embedded/remotestorage/s3/s3_test.go#L341:4: go-require: do not use require in http handlers
https://github.com/codenotary/immudb/blob/master/embedded/remotestorage/s3/s3_test.go#L345:4: go-require: do not use require in http handlers
https://github.com/codenotary/immudb/blob/master/embedded/remotestorage/s3/s3_test.go#L349:4: go-require: do not use require in http handlers
https://github.com/codenotary/immudb/blob/master/embedded/remotestorage/s3/s3_test.go#L352:4: go-require: do not use require in http handlers
https://github.com/codenotary/immudb/blob/master/embedded/remotestorage/s3/s3_test.go#L355:4: go-require: do not use require in http handlers
https://github.com/codenotary/immudb/blob/master/embedded/remotestorage/s3/s3_test.go#L359:4: go-require: do not use require in http handlers
https://github.com/codenotary/immudb/blob/master/embedded/remotestorage/s3/s3_test.go#L363:4: go-require: do not use require in http handlers
https://github.com/codenotary/immudb/blob/master/embedded/remotestorage/s3/s3_test.go#L367:4: go-require: do not use require in http handlers
https://github.com/codenotary/immudb/blob/master/embedded/remotestorage/s3/s3_test.go#L371:4: go-require: do not use require in http handlers
https://github.com/codenotary/immudb/blob/master/embedded/remotestorage/s3/s3_test.go#L375:4: go-require: do not use require in http handlers
https://github.com/codenotary/immudb/blob/master/embedded/remotestorage/s3/s3_test.go#L444:3: go-require: do not use require in http handlers
https://github.com/codenotary/immudb/blob/master/embedded/remotestorage/s3/s3_test.go#L614:5: go-require: do not use require in http handlers
https://github.com/codenotary/immudb/blob/master/embedded/remotestorage/s3/s3_test.go#L758:4: go-require: do not use require in http handlers
https://github.com/codenotary/immudb/blob/master/embedded/sql/aggregated_values_test.go#L79:2: error-nil: use require.NoError
https://github.com/codenotary/immudb/blob/master/embedded/sql/aggregated_values_test.go#L142:2: error-nil: use require.NoError
https://github.com/codenotary/immudb/blob/master/embedded/sql/aggregated_values_test.go#L211:2: error-nil: use require.NoError
https://github.com/codenotary/immudb/blob/master/embedded/sql/aggregated_values_test.go#L280:2: error-nil: use require.NoError
https://github.com/codenotary/immudb/blob/master/embedded/sql/aggregated_values_test.go#L343:2: error-nil: use require.NoError
https://github.com/codenotary/immudb/blob/master/embedded/sql/catalog_test.go#L101:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/catalog_test.go#L102:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/catalog_test.go#L106:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/catalog_test.go#L110:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/catalog_test.go#L301:3: len: use require.Len
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L578:5: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L611:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L637:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L700:5: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L729:5: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L875:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L877:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L921:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L945:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L1406:4: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L1459:4: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L1663:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L1672:3: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L1695:3: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L1933:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L2042:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L2973:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L3835:3: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L4195:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L4373:4: empty: use require.Empty
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L4874:3: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L4875:3: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L4876:3: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L4877:3: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L4878:3: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L5095:4: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L5096:4: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L5118:4: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L5119:4: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L5120:4: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L5123:5: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L5141:4: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L5142:4: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L5145:5: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L5160:4: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L5167:5: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L5179:4: empty: use require.Empty
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L5180:4: empty: use require.Empty
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L5183:4: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L5184:4: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L5192:5: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L5193:5: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L5785:2: empty: use require.Empty
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L5789:2: empty: use require.Empty
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L5793:2: empty: use require.Empty
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L5797:2: empty: use require.Empty
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L5808:2: empty: use require.Empty
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L5812:2: empty: use require.Empty
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L5818:2: empty: use require.Empty
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L5835:2: empty: use require.Empty
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L5911:2: empty: use require.Empty
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L6023:4: error-is-as: use require.ErrorIs
https://github.com/codenotary/immudb/blob/master/embedded/sql/engine_test.go#L8573:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/embedded/sql/joint_row_reader_test.go#L72:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/joint_row_reader_test.go#L73:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/joint_row_reader_test.go#L74:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/joint_row_reader_test.go#L75:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/joint_row_reader_test.go#L76:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/joint_row_reader_test.go#L77:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/joint_row_reader_test.go#L78:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/joint_row_reader_test.go#L79:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/options_test.go#L49:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/parser_test.go#L58:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/codenotary/immudb/blob/master/embedded/sql/parser_test.go#L61:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/codenotary/immudb/blob/master/embedded/sql/parser_test.go#L86:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/codenotary/immudb/blob/master/embedded/sql/parser_test.go#L89:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/codenotary/immudb/blob/master/embedded/sql/parser_test.go#L183:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/codenotary/immudb/blob/master/embedded/sql/parser_test.go#L186:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/codenotary/immudb/blob/master/embedded/sql/parser_test.go#L308:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/codenotary/immudb/blob/master/embedded/sql/parser_test.go#L311:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/codenotary/immudb/blob/master/embedded/sql/parser_test.go#L365:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/codenotary/immudb/blob/master/embedded/sql/parser_test.go#L368:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/codenotary/immudb/blob/master/embedded/sql/parser_test.go#L421:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/codenotary/immudb/blob/master/embedded/sql/parser_test.go#L424:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/codenotary/immudb/blob/master/embedded/sql/parser_test.go#L617:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/codenotary/immudb/blob/master/embedded/sql/parser_test.go#L620:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/codenotary/immudb/blob/master/embedded/sql/parser_test.go#L704:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/codenotary/immudb/blob/master/embedded/sql/parser_test.go#L707:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/codenotary/immudb/blob/master/embedded/sql/parser_test.go#L809:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/codenotary/immudb/blob/master/embedded/sql/parser_test.go#L812:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/codenotary/immudb/blob/master/embedded/sql/parser_test.go#L1173:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/codenotary/immudb/blob/master/embedded/sql/parser_test.go#L1176:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/codenotary/immudb/blob/master/embedded/sql/parser_test.go#L1215:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/codenotary/immudb/blob/master/embedded/sql/parser_test.go#L1218:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/codenotary/immudb/blob/master/embedded/sql/parser_test.go#L1266:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/codenotary/immudb/blob/master/embedded/sql/parser_test.go#L1269:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/codenotary/immudb/blob/master/embedded/sql/parser_test.go#L1566:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/codenotary/immudb/blob/master/embedded/sql/parser_test.go#L1569:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/codenotary/immudb/blob/master/embedded/sql/parser_test.go#L1663:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/codenotary/immudb/blob/master/embedded/sql/parser_test.go#L1666:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/codenotary/immudb/blob/master/embedded/sql/stmt_test.go#L158:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/codenotary/immudb/blob/master/embedded/sql/stmt_test.go#L247:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/codenotary/immudb/blob/master/embedded/sql/stmt_test.go#L515:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/codenotary/immudb/blob/master/embedded/sql/stmt_test.go#L585:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/codenotary/immudb/blob/master/embedded/sql/stmt_test.go#L682:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/codenotary/immudb/blob/master/embedded/sql/stmt_test.go#L712:2: error-nil: use require.NoError
https://github.com/codenotary/immudb/blob/master/embedded/sql/stmt_test.go#L735:2: error-nil: use require.NoError
https://github.com/codenotary/immudb/blob/master/embedded/sql/stmt_test.go#L755:2: error-nil: use require.NoError
https://github.com/codenotary/immudb/blob/master/embedded/sql/stmt_test.go#L799:2: error-nil: use require.NoError
https://github.com/codenotary/immudb/blob/master/embedded/sql/stmt_test.go#L802:2: error-nil: use require.NoError
https://github.com/codenotary/immudb/blob/master/embedded/sql/stmt_test.go#L805:2: error-nil: use require.NoError
https://github.com/codenotary/immudb/blob/master/embedded/sql/stmt_test.go#L808:2: error-nil: use require.NoError
https://github.com/codenotary/immudb/blob/master/embedded/sql/stmt_test.go#L811:2: error-nil: use require.NoError
https://github.com/codenotary/immudb/blob/master/embedded/sql/stmt_test.go#L814:2: error-nil: use require.NoError
https://github.com/codenotary/immudb/blob/master/embedded/sql/stmt_test.go#L817:2: error-nil: use require.NoError
https://github.com/codenotary/immudb/blob/master/embedded/sql/stmt_test.go#L820:2: error-nil: use require.NoError
https://github.com/codenotary/immudb/blob/master/embedded/sql/stmt_test.go#L879:3: negative-positive: use require.Positive
https://github.com/codenotary/immudb/blob/master/embedded/sql/stmt_test.go#L883:3: negative-positive: use require.Negative
https://github.com/codenotary/immudb/blob/master/embedded/sql/stmt_test.go#L1228:3: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/sql/stmt_test.go#L1357:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L1048:6: len: use require.Len
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L1786:7: len: use require.Len
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L1892:3: len: use assert.Len
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L2454:3: len: use assert.Len
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L3903:3: useless-assert: asserting of the same variable
https://github.com/codenotary/immudb/blob/master/embedded/store/kv_metadata_test.go#L32:2: empty: use require.Empty
https://github.com/codenotary/immudb/blob/master/embedded/store/kv_metadata_test.go#L89:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/embedded/store/options_test.go#L197:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/embedded/store/tx_metadata_test.go#L51:2: empty: use require.Empty
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L81:4: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L91:5: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L95:4: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L96:4: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L109:4: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L118:5: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L157:5: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L167:6: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L175:5: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L178:5: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L182:6: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L224:5: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L234:6: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L242:5: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L245:5: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L249:6: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L768:5: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L771:5: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L774:5: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L1006:5: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L1018:8: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L1023:7: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L1024:7: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L1033:6: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L1036:6: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L1039:6: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L1042:6: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L1043:6: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L1044:6: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L1047:6: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L1048:6: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L1049:6: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L1777:5: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L1785:7: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L1786:7: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L1787:7: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L1794:8: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L1795:8: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L2694:5: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L2905:6: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L2915:7: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L2923:6: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L2986:4: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L3009:6: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L3019:7: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L3027:6: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L3055:4: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L3488:6: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L3493:6: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L3558:4: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L3568:5: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L3572:4: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L3581:4: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L3584:4: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L3617:4: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L3627:5: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L3631:4: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L3676:4: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L3686:5: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L3692:4: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L4665:5: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L4671:5: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L4674:5: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L4741:3: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/immustore_test.go#L4742:3: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/store/indexer_test.go#L194:2: require-error: for error assertions use require
https://github.com/codenotary/immudb/blob/master/embedded/store/indexer_test.go#L195:2: require-error: for error assertions use require
https://github.com/codenotary/immudb/blob/master/embedded/store/indexer_test.go#L198:2: require-error: for error assertions use require
https://github.com/codenotary/immudb/blob/master/embedded/store/indexer_test.go#L199:2: require-error: for error assertions use require
https://github.com/codenotary/immudb/blob/master/embedded/store/indexer_test.go#L202:2: require-error: for error assertions use require
https://github.com/codenotary/immudb/blob/master/embedded/store/indexer_test.go#L203:2: require-error: for error assertions use require
https://github.com/codenotary/immudb/blob/master/embedded/store/indexer_test.go#L206:2: require-error: for error assertions use require
https://github.com/codenotary/immudb/blob/master/embedded/store/indexer_test.go#L207:2: require-error: for error assertions use require
https://github.com/codenotary/immudb/blob/master/embedded/store/indexer_test.go#L210:2: require-error: for error assertions use require
https://github.com/codenotary/immudb/blob/master/embedded/store/indexer_test.go#L213:2: require-error: for error assertions use require
https://github.com/codenotary/immudb/blob/master/embedded/store/indexer_test.go#L216:2: require-error: for error assertions use require
https://github.com/codenotary/immudb/blob/master/embedded/store/indexer_test.go#L217:2: require-error: for error assertions use require
https://github.com/codenotary/immudb/blob/master/embedded/store/indexer_test.go#L220:2: require-error: for error assertions use require
https://github.com/codenotary/immudb/blob/master/embedded/tbtree/consistency_error_test.go#L31:4: compares: use require.LessOrEqual
https://github.com/codenotary/immudb/blob/master/embedded/tbtree/consistency_error_test.go#L36:4: negative-positive: use require.Negative
https://github.com/codenotary/immudb/blob/master/embedded/tbtree/consistency_error_test.go#L47:4: compares: use require.LessOrEqual
https://github.com/codenotary/immudb/blob/master/embedded/tbtree/consistency_error_test.go#L52:4: negative-positive: use require.Negative
https://github.com/codenotary/immudb/blob/master/embedded/tbtree/options_test.go#L73:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/embedded/tbtree/reader_test.go#L97:3: compares: use require.Less
https://github.com/codenotary/immudb/blob/master/embedded/tbtree/reader_test.go#L154:3: compares: use require.Less
https://github.com/codenotary/immudb/blob/master/embedded/tbtree/reader_test.go#L209:3: compares: use require.Less
https://github.com/codenotary/immudb/blob/master/embedded/tbtree/reader_test.go#L307:3: compares: use require.Less
https://github.com/codenotary/immudb/blob/master/embedded/tbtree/reader_test.go#L362:3: negative-positive: use require.Positive
https://github.com/codenotary/immudb/blob/master/embedded/tbtree/reader_test.go#L414:3: negative-positive: use require.Positive
https://github.com/codenotary/immudb/blob/master/embedded/tbtree/reader_test.go#L462:3: negative-positive: use require.Positive
https://github.com/codenotary/immudb/blob/master/embedded/tbtree/reader_test.go#L507:3: compares: use require.Less
https://github.com/codenotary/immudb/blob/master/embedded/tbtree/reader_test.go#L544:3: compares: use require.Less
https://github.com/codenotary/immudb/blob/master/embedded/tbtree/snapshot_test.go#L52:2: compares: use require.Equal
https://github.com/codenotary/immudb/blob/master/embedded/tbtree/snapshot_test.go#L85:2: negative-positive: use require.Positive
https://github.com/codenotary/immudb/blob/master/embedded/tbtree/tbtree_test.go#L485:4: negative-positive: use require.Positive
https://github.com/codenotary/immudb/blob/master/embedded/tbtree/tbtree_test.go#L503:4: negative-positive: use require.Positive
https://github.com/codenotary/immudb/blob/master/embedded/tbtree/tbtree_test.go#L906:2: len: use require.Len
https://github.com/codenotary/immudb/blob/master/embedded/tbtree/tbtree_test.go#L1025:3: compares: use require.Less
https://github.com/codenotary/immudb/blob/master/embedded/tbtree/tbtree_test.go#L1108:4: compares: use require.Less
https://github.com/codenotary/immudb/blob/master/embedded/tbtree/tbtree_test.go#L1077:3: go-require: randomInsertions contains assertions that must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/watchers/watchers_test.go#L59:5: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/watchers/watchers_test.go#L79:6: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/watchers/watchers_test.go#L110:4: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/watchers/watchers_test.go#L159:6: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/watchers/watchers_test.go#L166:7: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/embedded/watchers/watchers_test.go#L168:7: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/pkg/api/schema/row_value_test.go#L116:2: nil-compare: use require.Nil
https://github.com/codenotary/immudb/blob/master/pkg/api/schema/row_value_test.go#L119:2: nil-compare: use require.Nil
https://github.com/codenotary/immudb/blob/master/pkg/api/schema/row_value_test.go#L201:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/pkg/api/schema/row_value_test.go#L227:2: nil-compare: use require.Nil
https://github.com/codenotary/immudb/blob/master/pkg/api/schema/sql_test.go#L44:2: error-is-as: use require.ErrorIs
https://github.com/codenotary/immudb/blob/master/pkg/auth/serverinterceptors_test.go#L79:2: error-nil: use require.NoError
https://github.com/codenotary/immudb/blob/master/pkg/client/client_test.go#L35:2: error-nil: use require.NoError
https://github.com/codenotary/immudb/blob/master/pkg/client/options_test.go#L51:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/client/options_test.go#L52:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/client/options_test.go#L54:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/client/options_test.go#L55:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/client/options_test.go#L56:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/client/options_test.go#L57:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/client/options_test.go#L59:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/client/options_test.go#L60:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/client/options_test.go#L61:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/client/options_test.go#L62:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/client/options_test.go#L64:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/client/options_test.go#L65:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/client/options_test.go#L66:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/client/options_test.go#L67:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/client/options_test.go#L68:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/client/options_test.go#L69:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/client/options_test.go#L70:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/client/options_test.go#L72:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/client/sql_test.go#L86:2: error-is-as: use require.ErrorIs
https://github.com/codenotary/immudb/blob/master/pkg/client/sql_test.go#L95:2: error-is-as: use require.ErrorIs
https://github.com/codenotary/immudb/blob/master/pkg/client/sql_test.go#L106:2: error-is-as: use require.ErrorIs
https://github.com/codenotary/immudb/blob/master/pkg/client/sql_test.go#L119:2: error-is-as: use require.ErrorIs
https://github.com/codenotary/immudb/blob/master/pkg/client/sql_test.go#L132:2: error-is-as: use require.ErrorIs
https://github.com/codenotary/immudb/blob/master/pkg/client/sql_test.go#L145:2: error-is-as: use require.ErrorIs
https://github.com/codenotary/immudb/blob/master/pkg/client/streams_verified_integration_test.go#L49:2: len: use require.Len
https://github.com/codenotary/immudb/blob/master/pkg/client/streams_zscan_and_history_integration_test.go#L135:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/pkg/client/streams_zscan_and_history_integration_test.go#L137:3: len: use require.Len
https://github.com/codenotary/immudb/blob/master/pkg/client/streams_zscan_and_history_integration_test.go#L152:2: len: use require.Len
https://github.com/codenotary/immudb/blob/master/pkg/client/streams_zscan_and_history_integration_test.go#L154:2: len: use require.Len
https://github.com/codenotary/immudb/blob/master/pkg/client/streams_zscan_and_history_integration_test.go#L160:2: len: use require.Len
https://github.com/codenotary/immudb/blob/master/pkg/client/streams_zscan_and_history_integration_test.go#L163:3: len: use require.Len
https://github.com/codenotary/immudb/blob/master/pkg/client/timestamp_service_test.go#L31:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/client/timestamp/timestamp_test.go#L29:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/client/timestamp/timestamp_test.go#L31:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/client/tokenservice/inmemory_test.go#L35:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/client/tokenservice/inmemory_test.go#L39:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/database/database_test.go#L588:4: empty: use require.Empty
https://github.com/codenotary/immudb/blob/master/pkg/database/database_test.go#L599:4: empty: use require.Empty
https://github.com/codenotary/immudb/blob/master/pkg/database/database_test.go#L610:4: empty: use require.Empty
https://github.com/codenotary/immudb/blob/master/pkg/database/database_test.go#L625:4: empty: use require.Empty
https://github.com/codenotary/immudb/blob/master/pkg/database/database_test.go#L639:4: empty: use require.Empty
https://github.com/codenotary/immudb/blob/master/pkg/database/database_test.go#L652:4: empty: use require.Empty
https://github.com/codenotary/immudb/blob/master/pkg/database/database_test.go#L806:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/pkg/database/database_test.go#L826:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/pkg/database/database_test.go#L877:3: empty: use require.Empty
https://github.com/codenotary/immudb/blob/master/pkg/database/database_test.go#L960:4: empty: use require.Empty
https://github.com/codenotary/immudb/blob/master/pkg/database/dboptions_test.go#L45:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/database/dboptions_test.go#L47:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/database/document_database_test.go#L335:3: empty: use require.Empty
https://github.com/codenotary/immudb/blob/master/pkg/database/document_database_test.go#L465:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/pkg/database/document_database_test.go#L538:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/pkg/database/replica_test.go#L116:2: error-is-as: invalid usage of require.Error, use require.ErrorIs instead
https://github.com/codenotary/immudb/blob/master/pkg/database/scan_test.go#L79:2: len: use require.Len
https://github.com/codenotary/immudb/blob/master/pkg/database/scan_test.go#L96:2: len: use require.Len
https://github.com/codenotary/immudb/blob/master/pkg/database/scan_test.go#L124:2: len: use require.Len
https://github.com/codenotary/immudb/blob/master/pkg/database/scan_test.go#L139:2: len: use require.Len
https://github.com/codenotary/immudb/blob/master/pkg/database/scan_test.go#L164:2: len: use require.Len
https://github.com/codenotary/immudb/blob/master/pkg/database/scan_test.go#L179:2: len: use require.Len
https://github.com/codenotary/immudb/blob/master/pkg/database/scan_test.go#L193:2: len: use require.Len
https://github.com/codenotary/immudb/blob/master/pkg/database/scan_test.go#L343:3: len: use require.Len
https://github.com/codenotary/immudb/blob/master/pkg/database/scan_test.go#L357:3: len: use require.Len
https://github.com/codenotary/immudb/blob/master/pkg/database/sorted_set_test.go#L710:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/pkg/database/truncator_test.go#L66:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/database/truncator_test.go#L70:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/database/truncator_test.go#L689:3: len: use require.Len
https://github.com/codenotary/immudb/blob/master/pkg/database/truncator_test.go#L765:3: len: use require.Len
https://github.com/codenotary/immudb/blob/master/pkg/database/all_ops_test.go#L99:7: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/pkg/database/all_ops_test.go#L624:4: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/pkg/database/all_ops_test.go#L625:4: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/pkg/database/truncator_test.go#L207:5: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/pkg/database/truncator_test.go#L595:4: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/pkg/database/truncator_test.go#L606:3: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/pkg/database/truncator_test.go#L610:3: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/pkg/errors/errors_test.go#L38:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/errors/errors_test.go#L40:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/errors/errors_test.go#L58:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/errors/errors_test.go#L59:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/errors/errors_test.go#L74:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/errors/errors_test.go#L76:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/errors/errors_test.go#L93:2: error-is-as: use require.ErrorIs
https://github.com/codenotary/immudb/blob/master/pkg/errors/errors_test.go#L94:2: error-is-as: use require.NotErrorIs
https://github.com/codenotary/immudb/blob/master/pkg/errors/errors_test.go#L95:2: error-is-as: use require.NotErrorIs
https://github.com/codenotary/immudb/blob/master/pkg/errors/errors_test.go#L96:2: error-is-as: use require.NotErrorIs
https://github.com/codenotary/immudb/blob/master/pkg/errors/errors_test.go#L97:2: error-is-as: use require.NotErrorIs
https://github.com/codenotary/immudb/blob/master/pkg/errors/errors_test.go#L112:2: error-is-as: use require.ErrorIs
https://github.com/codenotary/immudb/blob/master/pkg/errors/errors_test.go#L113:2: error-is-as: use require.ErrorIs
https://github.com/codenotary/immudb/blob/master/pkg/errors/errors_test.go#L114:2: error-is-as: use require.NotErrorIs
https://github.com/codenotary/immudb/blob/master/pkg/errors/errors_test.go#L115:2: error-is-as: use require.ErrorIs
https://github.com/codenotary/immudb/blob/master/pkg/errors/errors_test.go#L128:2: error-is-as: use require.ErrorIs
https://github.com/codenotary/immudb/blob/master/pkg/errors/errors_test.go#L129:2: error-is-as: use require.ErrorIs
https://github.com/codenotary/immudb/blob/master/pkg/errors/errors_test.go#L130:2: error-is-as: use require.ErrorIs
https://github.com/codenotary/immudb/blob/master/pkg/errors/errors_test.go#L131:2: error-is-as: use require.ErrorIs
https://github.com/codenotary/immudb/blob/master/pkg/errors/errors_test.go#L132:2: error-is-as: use require.ErrorIs
https://github.com/codenotary/immudb/blob/master/pkg/errors/errors_test.go#L145:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/errors/errors_test.go#L147:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/integration/client_test.go#L630:2: error-is-as: use require.ErrorIs
https://github.com/codenotary/immudb/blob/master/pkg/integration/client_test.go#L632:2: error-is-as: use require.ErrorIs
https://github.com/codenotary/immudb/blob/master/pkg/integration/client_test.go#L873:2: empty: use require.Empty
https://github.com/codenotary/immudb/blob/master/pkg/integration/client_test.go#L1122:4: error-nil: use require.Error
https://github.com/codenotary/immudb/blob/master/pkg/integration/client_test.go#L1126:4: error-nil: use require.Error
https://github.com/codenotary/immudb/blob/master/pkg/integration/error_test.go#L36:3: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/integration/error_test.go#L37:3: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/integration/error_test.go#L38:3: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/integration/error_test.go#L48:3: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/integration/error_test.go#L49:3: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/integration/error_test.go#L50:3: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/integration/session_test.go#L110:4: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/pkg/integration/session_test.go#L117:4: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/pkg/integration/session_test.go#L120:4: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/pkg/integration/session_test.go#L164:4: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/pkg/integration/session_test.go#L167:4: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/pkg/integration/session_test.go#L172:4: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/pkg/integration/session_test.go#L173:4: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/pkg/integration/session_test.go#L174:4: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/pkg/integration/session_test.go#L177:4: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L52:2: suite-dont-use-pkg: use suite.Require().NoError
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L55:2: suite-dont-use-pkg: use suite.Require().NoError
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L68:4: suite-dont-use-pkg: use suite.Require().NoError
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L72:4: suite-dont-use-pkg: use suite.Require().NoError
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L101:3: suite-dont-use-pkg: use suite.Require().NoError
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L113:3: suite-dont-use-pkg: use suite.Require().NoError
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L126:5: suite-dont-use-pkg: use suite.Require().NoError
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L127:5: suite-dont-use-pkg: use suite.Require().Equal
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L130:5: suite-dont-use-pkg: use suite.Require().NoError
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L131:5: suite-dont-use-pkg: use suite.Require().Equal
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L180:5: suite-dont-use-pkg: use suite.Require().NoError
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L192:3: suite-dont-use-pkg: use suite.Require().NoError
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L197:2: suite-dont-use-pkg: use suite.Require().NoError
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L234:3: suite-dont-use-pkg: use suite.Require().NoError
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L244:3: suite-dont-use-pkg: use suite.Require().NoError
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L254:3: suite-dont-use-pkg: use suite.Require().Error
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L255:3: suite-dont-use-pkg: use suite.Require().Contains
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L265:3: suite-dont-use-pkg: use suite.Require().NoError
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L279:3: suite-dont-use-pkg: use suite.Require().NoError
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L285:3: suite-dont-use-pkg: use suite.Require().NoError
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L296:6: suite-dont-use-pkg: use suite.Require().NoError
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L297:6: suite-dont-use-pkg: use suite.Require().Equal
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L548:3: suite-dont-use-pkg: use suite.Require().NoError
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L566:3: suite-dont-use-pkg: use suite.Require().NoError
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L579:5: suite-dont-use-pkg: use suite.Require().NoError
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L580:5: suite-dont-use-pkg: use suite.Require().Equal
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L583:5: suite-dont-use-pkg: use suite.Require().NoError
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L584:5: suite-dont-use-pkg: use suite.Require().Equal
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L173:28: go-require: suite.ClientForReplica contains assertions that must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L342:29: go-require: suite.ClientForPrimary contains assertions that must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L362:6: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L469:29: go-require: suite.ClientForPrimary contains assertions that must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L488:6: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L428:5: require-error: for error assertions use require
https://github.com/codenotary/immudb/blob/master/pkg/integration/replication/synchronous_replication_test.go#L416:4: require-error: for error assertions use require
https://github.com/codenotary/immudb/blob/master/pkg/integration/sql/sql_test.go#L317:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/integration/sql/sql_test.go#L318:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/integration/sql/sql_test.go#L319:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/integration/sql/sql_test.go#L320:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/integration/sql/sql_test.go#L321:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/integration/sql/sql_test.go#L322:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/integration/sql/sql_test.go#L342:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/integration/tx/transaction_test.go#L238:2: len: use require.Len
https://github.com/codenotary/immudb/blob/master/pkg/integration/tx/transaction_test.go#L293:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/integration/tx/transaction_test.go#L307:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/integration/tx/transaction_test.go#L371:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/integration/tx/tx_entries_test.go#L90:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/pkg/integration/tx/tx_entries_test.go#L140:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/pkg/integration/tx/tx_entries_test.go#L201:4: len: use require.Len
https://github.com/codenotary/immudb/blob/master/pkg/pgsql/server/server_test.go#L42:2: error-nil: use require.NoError
https://github.com/codenotary/immudb/blob/master/pkg/pgsql/server/pgsql_integration_test.go#L977:2: bool-compare: use require.True
https://github.com/codenotary/immudb/blob/master/pkg/pgsql/server/pgsql_integration_test.go#L1034:2: bool-compare: use require.True
https://github.com/codenotary/immudb/blob/master/pkg/pgsql/server/pgsql_integration_test.go#L1091:2: bool-compare: use require.True
https://github.com/codenotary/immudb/blob/master/pkg/server/documents_operations_test.go#L118:2: negative-positive: use require.Positive
https://github.com/codenotary/immudb/blob/master/pkg/server/documents_operations_test.go#L119:2: compares: use require.GreaterOrEqual
https://github.com/codenotary/immudb/blob/master/pkg/server/documents_operations_test.go#L120:2: negative-positive: use require.Positive
https://github.com/codenotary/immudb/blob/master/pkg/server/documents_operations_test.go#L278:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/pkg/server/documents_operations_test.go#L439:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/pkg/server/documents_operations_test.go#L576:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/pkg/server/documents_operations_test.go#L603:3: empty: use require.Empty
https://github.com/codenotary/immudb/blob/master/pkg/server/documents_operations_test.go#L859:3: empty: use require.Empty
https://github.com/codenotary/immudb/blob/master/pkg/server/metrics_funcs_test.go#L205:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/pkg/server/metrics_funcs_test.go#L206:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/pkg/server/remote_storage_test.go#L193:2: error-is-as: use require.ErrorIs
https://github.com/codenotary/immudb/blob/master/pkg/server/remote_storage_test.go#L214:2: error-is-as: use require.ErrorIs
https://github.com/codenotary/immudb/blob/master/pkg/server/remote_storage_test.go#L321:2: error-is-as: use require.ErrorIs
https://github.com/codenotary/immudb/blob/master/pkg/server/remote_storage_test.go#L362:2: error-is-as: use require.ErrorIs
https://github.com/codenotary/immudb/blob/master/pkg/server/remote_storage_test.go#L532:2: empty: use require.Empty
https://github.com/codenotary/immudb/blob/master/pkg/server/remote_storage_test.go#L533:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/server/server_test.go#L86:2: error-nil: use require.NoError
https://github.com/codenotary/immudb/blob/master/pkg/server/server_test.go#L569:2: bool-compare: use require.False
https://github.com/codenotary/immudb/blob/master/pkg/server/server_test.go#L665:2: bool-compare: use require.False
https://github.com/codenotary/immudb/blob/master/pkg/server/server_test.go#L1016:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/server/server_test.go#L1018:2: negative-positive: use require.Positive
https://github.com/codenotary/immudb/blob/master/pkg/server/sql_test.go#L105:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/server/user_test.go#L101:2: error-nil: use require.Error
https://github.com/codenotary/immudb/blob/master/pkg/server/user_test.go#L190:2: len: use require.Len
https://github.com/codenotary/immudb/blob/master/pkg/server/sessions/session_test.go#L43:2: expected-actual: need to reverse actual and expected values
https://github.com/codenotary/immudb/blob/master/pkg/server/sessions/manager_test.go#L145:5: go-require: require must only be used in the goroutine running the test function
https://github.com/codenotary/immudb/blob/master/pkg/stdlib/connection_test.go#L89:2: error-nil: use require.NoError
https://github.com/codenotary/immudb/blob/master/pkg/stdlib/connection_test.go#L204:2: len: use require.Len
https://github.com/codenotary/immudb/blob/master/pkg/stdlib/rows_test.go#L294:4: compares: use require.NotEqual
https://github.com/codenotary/immudb/blob/master/pkg/stdlib/sql_test.go#L146:2: bool-compare: use require.True
https://github.com/codenotary/immudb/blob/master/pkg/stdlib/sql_test.go#L243:2: bool-compare: use require.True
https://github.com/codenotary/immudb/blob/master/pkg/stdlib/tx_test.go#L72:2: bool-compare: use require.False
https://github.com/codenotary/immudb/blob/master/pkg/stream/zreceiver_test.go#L52:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/codenotary/immudb/blob/master/swagger/swagger_default_test.go#L29:2: compares: use assert.Equal

Report issue: https://github.com/codenotary/immudb/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682499561

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/lightningnetwork/lnd got output

https://github.com/lightningnetwork/lnd/blob/master/peer/test_utils.go#L739:3: go-require: require must only be used in the goroutine running the test function
https://github.com/lightningnetwork/lnd/blob/master/lntest/rpc/harness_rpc.go#L87:2: formatter: require.NoErrorf call has arguments but no formatting directives
https://github.com/lightningnetwork/lnd/blob/master/lntest/harness.go#L1240:2: error-nil: use require.Error
https://github.com/lightningnetwork/lnd/blob/master/lntest/harness.go#L1412:3: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/lntest/harness_assertion.go#L2232:3: formatter: require.Containsf call needs 1 arg but has 2 args
https://github.com/lightningnetwork/lnd/blob/master/lntest/fee_service.go#L122:2: go-require: do not use require in http handlers
https://github.com/lightningnetwork/lnd/blob/master/lntest/fee_service.go#L125:2: go-require: do not use require in http handlers
https://github.com/lightningnetwork/lnd/blob/master/lnwallet/test/test_interface.go#L364:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/lightningnetwork/lnd/blob/master/lnwallet/test/test_interface.go#L381:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/lightningnetwork/lnd/blob/master/lnwallet/test/test_interface.go#L393:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/lightningnetwork/lnd/blob/master/lnwallet/test/test_interface.go#L2685:3: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/rpcserver_test.go#L13:2: len: use assert.Len
https://github.com/lightningnetwork/lnd/blob/master/autopilot/betweenness_centrality_test.go#L49:4: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/autopilot/betweenness_centrality_test.go#L52:4: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/autopilot/betweenness_centrality_test.go#L112:6: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/autopilot/betweenness_centrality_test.go#L123:7: float-compare: use require.InEpsilon (or InDelta)
https://github.com/lightningnetwork/lnd/blob/master/autopilot/prefattach_test.go#L172:5: float-compare: use require.InEpsilon (or InDelta)
https://github.com/lightningnetwork/lnd/blob/master/blockcache/blockcache_test.go#L153:2: error-is-as: use require.ErrorIs
https://github.com/lightningnetwork/lnd/blob/master/blockcache/blockcache_test.go#L192:5: go-require: require must only be used in the goroutine running the test function
https://github.com/lightningnetwork/lnd/blob/master/blockcache/blockcache_test.go#L195:5: go-require: require must only be used in the goroutine running the test function
https://github.com/lightningnetwork/lnd/blob/master/chainntnfs/best_block_view_test.go#L55:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/chainntnfs/best_block_view_test.go#L73:3: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/chainntnfs/best_block_view_test.go#L94:3: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/chainntnfs/best_block_view_test.go#L105:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/chainntnfs/best_block_view_test.go#L108:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/chainntnfs/best_block_view_test.go#L111:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/chanfitness/chanevent_test.go#L39:2: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/chanfitness/chanevent_test.go#L50:2: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/chanfitness/chanevent_test.go#L123:2: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/chanfitness/chanevent_test.go#L126:2: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/channeldb/channel_test.go#L1199:2: error-is-as: invalid usage of require.Error, use require.ErrorIs instead
https://github.com/lightningnetwork/lnd/blob/master/channeldb/db_test.go#L89:2: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/channeldb/db_test.go#L93:2: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/channeldb/graph_test.go#L726:2: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/channeldb/graph_test.go#L1052:2: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/channeldb/graph_test.go#L1134:2: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/channeldb/graph_test.go#L1157:2: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/channeldb/graph_test.go#L1206:2: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/channeldb/graph_test.go#L1240:2: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/channeldb/graph_test.go#L2377:5: formatter: remove unnecessary fmt.Sprintf
https://github.com/lightningnetwork/lnd/blob/master/channeldb/graph_test.go#L3719:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/channeldb/graph_test.go#L3722:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/channeldb/graph_test.go#L3724:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/channeldb/graph_test.go#L3729:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/channeldb/graph_test.go#L3731:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/channeldb/graph_test.go#L3742:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/channeldb/graph_test.go#L3747:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/channeldb/graph_test.go#L3790:3: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/channeldb/graph_test.go#L3800:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/channeldb/graph_test.go#L3805:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/channeldb/graph_test.go#L3807:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/channeldb/graph_test.go#L3809:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/channeldb/graph_test.go#L3811:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/channeldb/graph_test.go#L3819:2: error-is-as: invalid usage of require.Error, use require.ErrorIs instead
https://github.com/lightningnetwork/lnd/blob/master/channeldb/graph_test.go#L3823:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/channeldb/graph_test.go#L3849:3: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/channeldb/graph_test.go#L3857:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/channeldb/graph_test.go#L3923:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/channeldb/graph_test.go#L3925:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/channeldb/graph_test.go#L3927:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/channeldb/graph_test.go#L3929:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/channeldb/graph_test.go#L3974:2: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/channeldb/height_hint_test.go#L154:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/channeldb/height_hint_test.go#L158:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/channeldb/height_hint_test.go#L170:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/channeldb/height_hint_test.go#L174:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/channeldb/invoice_test.go#L80:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/channeldb/invoice_test.go#L85:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/channeldb/invoice_test.go#L98:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/channeldb/invoice_test.go#L101:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/channeldb/payments_test.go#L491:4: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/channeldb/forwarding_package_test.go#L777:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/contractcourt/channel_arbitrator_test.go#L796:3: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/contractcourt/channel_arbitrator_test.go#L808:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/contractcourt/channel_arbitrator_test.go#L2816:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/discovery/gossiper_test.go#L4090:3: error-nil: use require.Error
https://github.com/lightningnetwork/lnd/blob/master/funding/batch_test.go#L374:5: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/funding/batch_test.go#L405:5: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/funding/manager_test.go#L4047:5: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/funding/manager_test.go#L4051:5: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/htlcswitch/link_test.go#L1015:2: error-nil: use require.Error
https://github.com/lightningnetwork/lnd/blob/master/htlcswitch/link_test.go#L6039:3: compares: use require.Equal
https://github.com/lightningnetwork/lnd/blob/master/htlcswitch/link_test.go#L6980:3: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/htlcswitch/link_test.go#L6985:3: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/htlcswitch/link_test.go#L7078:3: compares: use require.NotEqual
https://github.com/lightningnetwork/lnd/blob/master/htlcswitch/link_test.go#L7114:3: compares: use require.NotEqual
https://github.com/lightningnetwork/lnd/blob/master/htlcswitch/resolution_store_test.go#L68:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/htlcswitch/resolution_store_test.go#L90:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/htlcswitch/resolution_store_test.go#L120:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/htlcswitch/resolution_store_test.go#L145:2: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/htlcswitch/switch_test.go#L4766:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/htlcswitch/switch_test.go#L4819:2: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/htlcswitch/hop/payload_test.go#L829:5: error-nil: use require.Error
https://github.com/lightningnetwork/lnd/blob/master/htlcswitch/hop/payload_test.go#L831:5: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoiceregistry_test.go#L195:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoiceregistry_test.go#L380:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoiceregistry_test.go#L464:3: error-is-as: invalid usage of require.Error, use require.ErrorIs instead
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoiceregistry_test.go#L542:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoiceregistry_test.go#L872:3: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoiceregistry_test.go#L876:3: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoiceregistry_test.go#L888:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoiceregistry_test.go#L912:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoiceregistry_test.go#L1021:2: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoiceregistry_test.go#L1420:2: negative-positive: use require.Positive
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoiceregistry_test.go#L1665:2: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoiceregistry_test.go#L1706:2: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoiceregistry_test.go#L1707:2: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoiceregistry_test.go#L1757:2: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoiceregistry_test.go#L1797:2: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoiceregistry_test.go#L1931:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoiceregistry_test.go#L1957:3: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoiceregistry_test.go#L1970:3: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L506:2: error-is-as: invalid usage of require.Error, use require.ErrorIs instead
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L618:2: error-is-as: invalid usage of require.Error, use require.ErrorIs instead
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L626:2: error-is-as: invalid usage of require.Error, use require.ErrorIs instead
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L721:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L731:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L746:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L753:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L758:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L783:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L841:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L873:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L1066:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L1075:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L1091:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L1096:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L1101:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L1113:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L1115:2: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L1122:3: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L1125:3: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L1133:3: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L1144:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L1151:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L1158:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L1165:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L1173:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L1181:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L1187:3: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L1195:3: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L1207:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L1208:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L1223:2: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L1885:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L1894:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L1934:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L1939:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L1941:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L2093:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L2113:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L2123:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L2136:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L2162:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L2168:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L2176:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L2198:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L2203:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L2236:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L2246:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L2269:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L2272:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L2314:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L2317:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L2474:2: error-is-as: invalid usage of require.Error, use require.ErrorIs instead
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L2519:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L2530:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L2541:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/invoices/invoices_test.go#L2633:3: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_amp_test.go#L87:2: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_amp_test.go#L179:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_amp_test.go#L251:2: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_amp_test.go#L267:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_amp_test.go#L300:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_amp_test.go#L304:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_amp_test.go#L325:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_amp_test.go#L326:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_amp_test.go#L337:2: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_amp_test.go#L347:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_amp_test.go#L362:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_amp_test.go#L363:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_amp_test.go#L464:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_amp_test.go#L601:2: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_amp_test.go#L661:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_channel_policy_test.go#L751:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_coop_close_external_delivery_test.go#L90:2: empty: use require.NotEmpty
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_macaroons_test.go#L240:4: bool-compare: use require.True
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_macaroons_test.go#L376:4: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_macaroons_test.go#L406:4: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_macaroons_test.go#L565:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_macaroons_test.go#L593:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_multi-hop_test.go#L297:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_multi-hop_test.go#L301:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_nonstd_sweep_test.go#L131:2: compares: use require.GreaterOrEqual
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_rest_api_test.go#L65:4: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_rest_api_test.go#L73:4: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_rest_api_test.go#L88:4: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_rest_api_test.go#L89:4: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_rest_api_test.go#L96:4: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_rest_api_test.go#L112:4: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_rest_api_test.go#L129:4: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_rest_api_test.go#L140:4: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_rest_api_test.go#L141:4: bool-compare: use require.False
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_rest_api_test.go#L146:4: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_rest_api_test.go#L147:4: negative-positive: use require.Positive
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_rest_api_test.go#L157:4: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_rest_api_test.go#L173:4: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_rest_api_test.go#L179:4: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_rest_api_test.go#L186:4: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_rest_api_test.go#L192:4: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_rest_api_test.go#L342:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_rest_api_test.go#L429:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_rest_api_test.go#L570:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_route_blinding_test.go#L448:2: empty: use require.NotEmpty
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_route_blinding_test.go#L1044:2: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_routing_test.go#L1075:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_rpc_middleware_interceptor_test.go#L329:3: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_taproot_test.go#L682:2: bool-compare: use require.True
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_taproot_test.go#L812:2: bool-compare: use require.True
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_taproot_test.go#L1062:2: bool-compare: use require.True
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_taproot_test.go#L1797:2: bool-compare: use require.True
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_wallet_import_test.go#L90:3: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_wallet_import_test.go#L95:3: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_wallet_import_test.go#L98:3: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_watchtower_test.go#L648:2: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_zero_conf_test.go#L178:2: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_zero_conf_test.go#L310:3: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_channel_backup_test.go#L622:6: go-require: acceptChannel contains assertions that must only be used in the goroutine running the test function
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_channel_backup_test.go#L741:6: go-require: acceptChannel contains assertions that must only be used in the goroutine running the test function
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_forward_interceptor_test.go#L129:3: go-require: require must only be used in the goroutine running the test function
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_forward_interceptor_test.go#L148:3: go-require: require must only be used in the goroutine running the test function
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_forward_interceptor_test.go#L312:3: go-require: require must only be used in the goroutine running the test function
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_forward_interceptor_test.go#L331:3: go-require: require must only be used in the goroutine running the test function
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_funding_test.go#L999:5: go-require: acceptChannel contains assertions that must only be used in the goroutine running the test function
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_multi-hop_test.go#L2296:6: go-require: acceptChannel contains assertions that must only be used in the goroutine running the test function
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_multi-hop_test.go#L2299:6: go-require: acceptChannel contains assertions that must only be used in the goroutine running the test function
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_rpc_middleware_interceptor_test.go#L697:3: go-require: require must only be used in the goroutine running the test function
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_zero_conf_test.go#L56:5: go-require: acceptChannel contains assertions that must only be used in the goroutine running the test function
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_zero_conf_test.go#L131:5: go-require: acceptChannel contains assertions that must only be used in the goroutine running the test function
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_zero_conf_test.go#L507:5: go-require: acceptChannel contains assertions that must only be used in the goroutine running the test function
https://github.com/lightningnetwork/lnd/blob/master/itest/lnd_zero_conf_test.go#L919:5: go-require: acceptChannel contains assertions that must only be used in the goroutine running the test function
https://github.com/lightningnetwork/lnd/blob/master/lnrpc/routerrpc/router_server_test.go#L126:3: go-require: require must only be used in the goroutine running the test function
https://github.com/lightningnetwork/lnd/blob/master/lnrpc/routerrpc/router_server_test.go#L188:3: go-require: require must only be used in the goroutine running the test function
https://github.com/lightningnetwork/lnd/blob/master/lntypes/comparison_test.go#L15:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/lightningnetwork/lnd/blob/master/lntypes/comparison_test.go#L24:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/lightningnetwork/lnd/blob/master/lnwallet/channel_test.go#L9528:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/lnwallet/channel_test.go#L11006:2: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/lnwallet/chainfee/minfeemanager_test.go#L42:2: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/lnwallet/chainfee/minfeemanager_test.go#L48:2: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/lnwire/features_test.go#L416:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/lnwire/fuzz_test.go#L759:2: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/lnwire/reply_channel_range_test.go#L357:4: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/macaroons/constraints_test.go#L140:2: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/macaroons/constraints_test.go#L158:2: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/netann/channel_announcement_test.go#L65:2: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/peer/brontide_test.go#L1318:3: go-require: require must only be used in the goroutine running the test function
https://github.com/lightningnetwork/lnd/blob/master/routing/control_tower_test.go#L328:3: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/routing/control_tower_test.go#L387:2: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/routing/control_tower_test.go#L402:2: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/routing/control_tower_test.go#L403:2: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/routing/integrated_routing_test.go#L397:2: error-nil: use require.Error
https://github.com/lightningnetwork/lnd/blob/master/routing/missioncontrol_store_test.go#L77:2: empty: use require.Empty
https://github.com/lightningnetwork/lnd/blob/master/routing/payment_session_test.go#L131:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/routing/payment_session_test.go#L138:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/routing/router_test.go#L285:2: compares: use require.LessOrEqualf
https://github.com/lightningnetwork/lnd/blob/master/routing/router_test.go#L291:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/routing/router_test.go#L351:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/routing/router_test.go#L410:2: bool-compare: use require.True
https://github.com/lightningnetwork/lnd/blob/master/routing/router_test.go#L653:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/routing/router_test.go#L767:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/routing/router_test.go#L894:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/routing/router_test.go#L983:3: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/routing/router_test.go#L1107:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/routing/router_test.go#L1145:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/routing/router_test.go#L1182:2: len: use require.Len
https://github.com/lightningnetwork/lnd/blob/master/routing/router_test.go#L3212:3: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/routing/router_test.go#L3213:3: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/routing/router_test.go#L3301:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/routing/router_test.go#L3317:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/routing/router_test.go#L3326:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/routing/router_test.go#L3335:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/routing/router_test.go#L3992:4: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/routing/router_test.go#L3993:4: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/sweep/fee_bumper_test.go#L1164:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/sweep/fee_bumper_test.go#L1221:3: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/sweep/fee_bumper_test.go#L1340:3: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/sweep/fee_bumper_test.go#L1442:3: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/sweep/fee_bumper_test.go#L1460:3: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/walletunlocker/service_test.go#L297:3: bool-compare: use require.True
https://github.com/lightningnetwork/lnd/blob/master/walletunlocker/service_test.go#L402:3: bool-compare: use require.True
https://github.com/lightningnetwork/lnd/blob/master/watchtower/blob/justice_kit_test.go#L353:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/watchtower/lookout/justice_descriptor_test.go#L410:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/watchtower/lookout/justice_descriptor_test.go#L414:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/watchtower/lookout/justice_descriptor_test.go#L418:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/watchtower/lookout/justice_descriptor_test.go#L422:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/watchtower/lookout/justice_descriptor_test.go#L426:2: error-nil: use require.NoError
https://github.com/lightningnetwork/lnd/blob/master/watchtower/wtclient/queue_test.go#L238:4: go-require: require must only be used in the goroutine running the test function
https://github.com/lightningnetwork/lnd/blob/master/watchtower/wtclient/queue_test.go#L261:4: go-require: require must only be used in the goroutine running the test function
https://github.com/lightningnetwork/lnd/blob/master/watchtower/wtclient/queue_test.go#L265:4: go-require: require must only be used in the goroutine running the test function
https://github.com/lightningnetwork/lnd/blob/master/watchtower/wtclient/queue_test.go#L266:4: go-require: require must only be used in the goroutine running the test function
https://github.com/lightningnetwork/lnd/blob/master/watchtower/wtclient/client_test.go#L1054:2: compares: use require.Greaterf
https://github.com/lightningnetwork/lnd/blob/master/watchtower/wtdb/client_db_test.go#L1055:2: expected-actual: need to reverse actual and expected values
https://github.com/lightningnetwork/lnd/blob/master/watchtower/wtdb/tower_db_test.go#L327:2: empty: use require.Empty

Report issue: https://github.com/lightningnetwork/lnd/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682496196

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/vmware-tanzu/velero got output

https://github.com/vmware-tanzu/velero/blob/main/internal/restartabletest/restartable_delegate.go#L117:7: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/internal/credentials/file_store_test.go#L86:4: expected-actual: need to reverse actual and expected values
https://github.com/vmware-tanzu/velero/blob/main/internal/hook/hook_tracker_test.go#L68:2: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/internal/hook/hook_tracker_test.go#L71:2: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/internal/hook/hook_tracker_test.go#L74:2: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/internal/hook/hook_tracker_test.go#L144:2: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/internal/hook/hook_tracker_test.go#L147:2: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/internal/hook/hook_tracker_test.go#L150:2: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/internal/hook/item_hook_handler_test.go#L1202:4: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/internal/hook/item_hook_handler_test.go#L1979:2: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/internal/hook/wait_exec_hook_handler_test.go#L735:5: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/internal/hook/wait_exec_hook_handler_test.go#L1272:5: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/internal/hook/item_hook_handler_test.go#L1958:4: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/internal/hook/item_hook_handler_test.go#L1964:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/internal/resourcemodifiers/resource_modifiers_test.go#L1697:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/internal/resourcemodifiers/resource_modifiers_test.go#L1701:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/internal/resourcemodifiers/strategic_merge_patch_test.go#L40:4: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/internal/resourcemodifiers/resource_modifiers_test.go#L1306:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/internal/resourcemodifiers/resource_modifiers_test.go#L1310:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/internal/resourcemodifiers/resource_modifiers_test.go#L1314:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/internal/resourcemodifiers/resource_modifiers_test.go#L1318:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/internal/resourcemodifiers/resource_modifiers_test.go#L1322:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/internal/resourcemodifiers/resource_modifiers_test.go#L1326:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/internal/resourcemodifiers/resource_modifiers_test.go#L1470:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/internal/resourcemodifiers/resource_modifiers_test.go#L1474:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/internal/resourcemodifiers/resource_modifiers_test.go#L1478:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/internal/resourcemodifiers/resource_modifiers_test.go#L1621:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/internal/resourcemodifiers/resource_modifiers_test.go#L1625:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/internal/resourcemodifiers/json_merge_patch_test.go#L31:4: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/internal/resourcepolicies/resource_policies_test.go#L235:2: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/internal/resourcepolicies/resource_policies_test.go#L425:4: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/internal/resourcepolicies/resource_policies_test.go#L428:4: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/internal/resourcepolicies/resource_policies_test.go#L430:4: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/internal/resourcepolicies/volume_resources_test.go#L55:5: expected-actual: need to reverse actual and expected values
https://github.com/vmware-tanzu/velero/blob/main/internal/resourcepolicies/volume_resources_test.go#L56:5: expected-actual: need to reverse actual and expected values
https://github.com/vmware-tanzu/velero/blob/main/internal/volume/volumes_information_test.go#L890:2: expected-actual: need to reverse actual and expected values
https://github.com/vmware-tanzu/velero/blob/main/internal/volume/volumes_information_test.go#L897:2: expected-actual: need to reverse actual and expected values
https://github.com/vmware-tanzu/velero/blob/main/internal/volume/volumes_information_test.go#L906:2: expected-actual: need to reverse actual and expected values
https://github.com/vmware-tanzu/velero/blob/main/internal/volumehelper/volume_policy_helper_test.go#L339:5: error-nil: use require.Error
https://github.com/vmware-tanzu/velero/blob/main/internal/volumehelper/volume_policy_helper_test.go#L675:5: error-nil: use require.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/archive/parser_test.go#L115:5: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/archive/parser_test.go#L229:5: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/backup/item_backupper_test.go#L223:5: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/backup/item_collector_test.go#L77:2: expected-actual: need to reverse actual and expected values
https://github.com/vmware-tanzu/velero/blob/main/pkg/backup/item_collector_test.go#L90:2: expected-actual: need to reverse actual and expected values
https://github.com/vmware-tanzu/velero/blob/main/pkg/backup/backup_test.go#L1659:4: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/backup/backup_test.go#L3460:3: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/backup/backup_test.go#L2136:4: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/backup/backup_test.go#L1881:4: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/backup/backup_test.go#L2750:4: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/backup/backup_test.go#L2591:4: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/backup/backup_test.go#L1445:4: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/backup/actions/service_account_action_test.go#L387:4: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/backup/actions/service_account_action_test.go#L594:4: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/backup/actions/backup_pv_action_test.go#L52:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/backup/actions/backup_pv_action_test.go#L59:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/backup/actions/backup_pv_action_test.go#L150:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/backup/actions/csi/pvc_action_test.go#L192:5: expected-actual: need to reverse actual and expected values
https://github.com/vmware-tanzu/velero/blob/main/pkg/backup/actions/csi/pvc_action_test.go#L354:5: expected-actual: need to reverse actual and expected values
https://github.com/vmware-tanzu/velero/blob/main/pkg/backup/actions/csi/pvc_action_test.go#L165:7: go-require: require must only be used in the goroutine running the test function
https://github.com/vmware-tanzu/velero/blob/main/pkg/backup/actions/csi/pvc_action_test.go#L173:6: go-require: require must only be used in the goroutine running the test function
https://github.com/vmware-tanzu/velero/blob/main/pkg/backup/actions/csi/pvc_action_test.go#L181:6: go-require: require must only be used in the goroutine running the test function
https://github.com/vmware-tanzu/velero/blob/main/pkg/backup/actions/csi/pvc_action_test.go#L186:6: go-require: require must only be used in the goroutine running the test function
https://github.com/vmware-tanzu/velero/blob/main/pkg/buildinfo/buildinfo_test.go#L49:4: expected-actual: need to reverse actual and expected values
https://github.com/vmware-tanzu/velero/blob/main/pkg/client/client_test.go#L48:4: expected-actual: need to reverse actual and expected values
https://github.com/vmware-tanzu/velero/blob/main/pkg/client/client_test.go#L82:4: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/client/client_test.go#L84:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/vmware-tanzu/velero/blob/main/pkg/client/config_test.go#L36:2: bool-compare: use assert.True
https://github.com/vmware-tanzu/velero/blob/main/pkg/client/factory_test.go#L111:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/vmware-tanzu/velero/blob/main/pkg/client/factory_test.go#L137:4: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/client/factory_test.go#L141:4: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/client/factory_test.go#L98:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/client/config_test.go#L65:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/client/config_test.go#L71:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/client/config_test.go#L87:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/client/config_test.go#L89:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/select_option_test.go#L31:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/select_option_test.go#L41:2: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/select_option_test.go#L44:2: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backup/create_test.go#L132:2: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backup/create_test.go#L141:2: expected-actual: need to reverse actual and expected values
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backup/create_test.go#L150:2: expected-actual: need to reverse actual and expected values
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backup/create_test.go#L250:3: bool-compare: use require.True
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backup/create_test.go#L268:3: bool-compare: use require.True
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backup/logs_test.go#L139:4: go-require: require must only be used in the goroutine running the test function
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backup/create_test.go#L119:3: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backup/describe_test.go#L61:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backup/create_test.go#L135:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backup/create_test.go#L144:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backup/create_test.go#L350:3: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backup/create_test.go#L353:3: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backup/get_test.go#L61:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backup/get_test.go#L86:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backup/create_test.go#L59:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backup/create_test.go#L62:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backup/download_test.go#L77:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backup/download_test.go#L80:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backup/create_test.go#L291:3: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backup/create_test.go#L322:3: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backuplocation/create_test.go#L151:2: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backuplocation/create_test.go#L160:2: bool-compare: use assert.True
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backuplocation/create_test.go#L165:2: bool-compare: use assert.True
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backuplocation/create_test.go#L166:2: bool-compare: use assert.True
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backuplocation/set_test.go#L69:2: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backuplocation/set_test.go#L78:2: bool-compare: use assert.True
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backuplocation/delete_test.go#L55:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backuplocation/delete_test.go#L57:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backuplocation/delete_test.go#L60:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backuplocation/delete_test.go#L63:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backuplocation/create_test.go#L41:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backuplocation/create_test.go#L50:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backuplocation/create_test.go#L54:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backuplocation/create_test.go#L63:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backuplocation/create_test.go#L67:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backuplocation/create_test.go#L93:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backuplocation/create_test.go#L96:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backuplocation/create_test.go#L181:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backuplocation/create_test.go#L75:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backuplocation/create_test.go#L79:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/backuplocation/create_test.go#L82:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/cli/restore/describe_test.go#L61:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/server/server_test.go#L197:2: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/server/server_test.go#L204:2: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/server/server_test.go#L213:2: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/server/server_test.go#L224:2: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/server/server_test.go#L238:2: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/server/server_test.go#L253:2: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/server/server_test.go#L256:2: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/server/server_test.go#L268:2: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/server/server_test.go#L297:2: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/server/server_test.go#L332:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/server/server_test.go#L336:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/server/server_test.go#L372:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/server/server_test.go#L376:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/server/server_test.go#L406:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/server/server_test.go#L410:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/server/server_test.go#L416:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/server/server_test.go#L65:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/server/server_test.go#L73:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/server/server_test.go#L81:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/server/server_test.go#L89:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/server/server_test.go#L97:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/server/server_test.go#L171:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/util/flag/array_test.go#L17:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/util/flag/enum_test.go#L17:2: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/util/flag/enum_test.go#L19:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/util/flag/label_selector_test.go#L13:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/util/flag/label_selector_test.go#L22:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/util/flag/map_test.go#L68:5: error-nil: use require.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/util/flag/map_test.go#L78:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/util/flag/optional_bool_test.go#L28:2: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/util/flag/optional_bool_test.go#L32:2: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/util/flag/optional_bool_test.go#L37:2: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/util/flag/orlabelselector_test.go#L92:4: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/util/output/backup_describer_test.go#L619:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/util/output/backup_describer_test.go#L626:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/util/output/backup_describer_test.go#L672:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/util/output/backup_describer_test.go#L674:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/util/output/backup_describer_test.go#L676:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/util/output/backup_structured_describer_test.go#L561:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/util/output/backup_structured_describer_test.go#L568:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/util/output/restore_describer_test.go#L82:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/util/output/restore_describer_test.go#L84:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/util/output/restore_describer_test.go#L86:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/util/output/output_test.go#L375:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/cmd/util/output/output_test.go#L377:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/backup_controller_test.go#L141:4: expected-actual: need to reverse actual and expected values
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/backup_controller_test.go#L142:4: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/backup_controller_test.go#L238:4: expected-actual: need to reverse actual and expected values
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/backup_controller_test.go#L239:4: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/backup_controller_test.go#L1386:4: expected-actual: need to reverse actual and expected values
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/backup_controller_test.go#L1387:4: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/backup_deletion_controller_test.go#L128:3: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/backup_deletion_controller_test.go#L361:3: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/backup_deletion_controller_test.go#L482:3: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/backup_repository_controller_test.go#L69:2: expected-actual: need to reverse actual and expected values
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/backup_repository_controller_test.go#L72:2: expected-actual: need to reverse actual and expected values
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/backup_repository_controller_test.go#L97:2: expected-actual: need to reverse actual and expected values
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/backup_repository_controller_test.go#L138:2: expected-actual: need to reverse actual and expected values
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/backup_storage_location_controller_test.go#L241:3: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/backup_storage_location_controller_test.go#L285:3: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_download_controller_test.go#L451:5: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_download_controller_test.go#L479:6: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_download_controller_test.go#L507:4: bool-compare: use assert.True
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_download_controller_test.go#L511:4: bool-compare: use assert.True
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_download_controller_test.go#L533:4: bool-compare: use assert.True
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_download_controller_test.go#L537:4: bool-compare: use assert.False
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_download_controller_test.go#L538:4: bool-compare: use assert.False
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_download_controller_test.go#L585:5: bool-compare: use assert.True
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_download_controller_test.go#L589:5: bool-compare: use assert.False
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_upload_controller_test.go#L565:4: expected-actual: need to reverse actual and expected values
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_upload_controller_test.go#L580:5: bool-compare: use assert.True
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_upload_controller_test.go#L587:5: bool-compare: use assert.False
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_upload_controller_test.go#L591:5: bool-compare: use assert.True
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_upload_controller_test.go#L616:2: bool-compare: use assert.False
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_upload_controller_test.go#L617:2: bool-compare: use assert.False
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_upload_controller_test.go#L700:2: bool-compare: use assert.False
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_upload_controller_test.go#L701:2: bool-compare: use assert.False
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_upload_controller_test.go#L719:2: bool-compare: use assert.False
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/restore_controller_test.go#L182:5: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/schedule_controller_test.go#L42:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/schedule_controller_test.go#L172:5: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/schedule_controller_test.go#L176:5: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/schedule_controller_test.go#L182:5: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/schedule_controller_test.go#L186:4: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/schedule_controller_test.go#L191:5: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/schedule_controller_test.go#L195:5: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/schedule_controller_test.go#L199:5: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/schedule_controller_test.go#L204:5: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/schedule_controller_test.go#L216:4: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/schedule_controller_test.go#L223:5: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/schedule_controller_test.go#L226:4: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/schedule_controller_test.go#L447:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/backup_deletion_controller_test.go#L185:3: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/backup_repository_controller_test.go#L123:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/backup_repository_controller_test.go#L135:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/backup_repository_controller_test.go#L137:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_download_controller_test.go#L637:4: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_download_controller_test.go#L650:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_upload_controller_test.go#L1128:4: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_upload_controller_test.go#L1130:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/backup_repository_controller_test.go#L66:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/backup_repository_controller_test.go#L68:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/backup_repository_controller_test.go#L71:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_download_controller_test.go#L579:4: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_download_controller_test.go#L583:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_download_controller_test.go#L587:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_upload_controller_test.go#L610:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_upload_controller_test.go#L614:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_download_controller_test.go#L976:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/restore_finalizer_controller_test.go#L552:3: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/backup_repository_controller_test.go#L194:4: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_download_controller_test.go#L501:3: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_download_controller_test.go#L505:4: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_download_controller_test.go#L509:4: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/backup_deletion_controller_test.go#L847:4: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_upload_controller_test.go#L694:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_upload_controller_test.go#L698:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_upload_controller_test.go#L713:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_upload_controller_test.go#L717:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_download_controller_test.go#L527:3: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_download_controller_test.go#L531:4: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_download_controller_test.go#L535:4: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/restore_finalizer_controller_test.go#L149:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/restore_controller_test.go#L127:6: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_upload_controller_test.go#L1052:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_upload_controller_test.go#L662:4: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_upload_controller_test.go#L675:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/backup_repository_controller_test.go#L105:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/backup_repository_controller_test.go#L108:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/backup_repository_controller_test.go#L114:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/backup_repository_controller_test.go#L82:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/backup_repository_controller_test.go#L94:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/backup_repository_controller_test.go#L96:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/restore_finalizer_controller_test.go#L454:4: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/restore_controller_test.go#L508:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_download_controller_test.go#L1053:4: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/controller/data_download_controller_test.go#L1055:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/datapath/manager_test.go#L30:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/datapath/manager_test.go#L33:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/discovery/helper_test.go#L197:5: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/discovery/helper_test.go#L199:5: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/discovery/helper_test.go#L570:5: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/discovery/helper_test.go#L572:5: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/discovery/helper_test.go#L625:5: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/discovery/helper_test.go#L627:5: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/discovery/helper_test.go#L640:2: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/discovery/helper_test.go#L312:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/discovery/helper_test.go#L417:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/exposer/csi_snapshot_test.go#L430:5: expected-actual: need to reverse actual and expected values
https://github.com/vmware-tanzu/velero/blob/main/pkg/exposer/csi_snapshot_test.go#L810:4: bool-compare: use assert.True
https://github.com/vmware-tanzu/velero/blob/main/pkg/exposer/csi_snapshot_test.go#L610:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/exposer/csi_snapshot_test.go#L615:6: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/exposer/csi_snapshot_test.go#L414:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/exposer/csi_snapshot_test.go#L417:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/exposer/csi_snapshot_test.go#L420:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/exposer/csi_snapshot_test.go#L423:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/exposer/csi_snapshot_test.go#L426:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/install/install_test.go#L53:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/install/install_test.go#L54:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/install/install_test.go#L56:2: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/install/install_test.go#L91:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/install/install_test.go#L100:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/install/install_test.go#L117:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/install/install_test.go#L126:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/install/install_test.go#L138:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/install/install_test.go#L147:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/install/resources_test.go#L48:2: expected-actual: need to reverse actual and expected values
https://github.com/vmware-tanzu/velero/blob/main/pkg/install/resources_test.go#L49:2: expected-actual: need to reverse actual and expected values
https://github.com/vmware-tanzu/velero/blob/main/pkg/install/resources_test.go#L50:2: expected-actual: need to reverse actual and expected values
https://github.com/vmware-tanzu/velero/blob/main/pkg/install/resources_test.go#L51:2: expected-actual: need to reverse actual and expected values
https://github.com/vmware-tanzu/velero/blob/main/pkg/install/resources_test.go#L52:2: expected-actual: need to reverse actual and expected values
https://github.com/vmware-tanzu/velero/blob/main/pkg/install/resources_test.go#L53:2: expected-actual: need to reverse actual and expected values
https://github.com/vmware-tanzu/velero/blob/main/pkg/kopia/kopia_log_test.go#L338:4: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/nodeagent/node_agent_test.go#L323:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/nodeagent/node_agent_test.go#L234:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/persistence/object_store_test.go#L430:2: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/persistence/object_store_test.go#L472:2: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/persistence/object_store_test.go#L521:2: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/persistence/object_store_test.go#L809:2: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/persistence/object_store_test.go#L841:2: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/persistence/object_store_test.go#L877:2: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/persistence/object_store_test.go#L989:5: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/persistence/object_store_test.go#L1158:2: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/persistence/object_store_test.go#L1188:2: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/persistence/object_store_test.go#L424:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/persistence/object_store_test.go#L456:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/persistence/object_store_test.go#L1183:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/persistence/object_store_test.go#L1202:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/persistence/object_store_test.go#L835:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/persistence/object_store_test.go#L862:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/persistence/object_store_test.go#L803:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/persistence/object_store_test.go#L826:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/persistence/object_store_test.go#L871:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/persistence/object_store_test.go#L896:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/persistence/object_store_test.go#L1153:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/persistence/object_store_test.go#L1173:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/persistence/object_store_test.go#L515:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/persistence/object_store_test.go#L555:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/persistence/object_store_test.go#L466:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/persistence/object_store_test.go#L506:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/clientmgmt/manager_test.go#L816:4: expected-actual: need to reverse actual and expected values
https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/clientmgmt/manager_test.go#L110:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/clientmgmt/manager_test.go#L122:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/clientmgmt/restartable_object_store_test.go#L162:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/clientmgmt/restartable_object_store_test.go#L172:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/clientmgmt/restartable_object_store_test.go#L180:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/clientmgmt/restartable_object_store_test.go#L100:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/clientmgmt/restartable_object_store_test.go#L108:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/clientmgmt/restartable_object_store_test.go#L130:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/clientmgmt/restartable_object_store_test.go#L140:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/clientmgmt/restartable_delete_item_action_test.go#L90:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/clientmgmt/restartable_delete_item_action_test.go#L100:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/clientmgmt/manager_test.go#L294:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/clientmgmt/backupitemaction/v1/restartable_backup_item_action_test.go#L91:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/clientmgmt/backupitemaction/v1/restartable_backup_item_action_test.go#L100:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/clientmgmt/backupitemaction/v2/restartable_backup_item_action_test.go#L91:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/clientmgmt/backupitemaction/v2/restartable_backup_item_action_test.go#L100:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/clientmgmt/process/client_builder_test.go#L40:2: expected-actual: need to reverse actual and expected values
https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/clientmgmt/restoreitemaction/v1/restartable_restore_item_action_test.go#L90:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/clientmgmt/restoreitemaction/v1/restartable_restore_item_action_test.go#L99:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/clientmgmt/restoreitemaction/v2/restartable_restore_item_action_test.go#L90:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/clientmgmt/restoreitemaction/v2/restartable_restore_item_action_test.go#L99:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/clientmgmt/volumesnapshotter/v1/restartable_volume_snapshotter_test.go#L161:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/clientmgmt/volumesnapshotter/v1/restartable_volume_snapshotter_test.go#L171:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/clientmgmt/volumesnapshotter/v1/restartable_volume_snapshotter_test.go#L179:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/clientmgmt/volumesnapshotter/v1/restartable_volume_snapshotter_test.go#L99:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/clientmgmt/volumesnapshotter/v1/restartable_volume_snapshotter_test.go#L107:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/clientmgmt/volumesnapshotter/v1/restartable_volume_snapshotter_test.go#L129:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/clientmgmt/volumesnapshotter/v1/restartable_volume_snapshotter_test.go#L139:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/framework/stream_reader_test.go#L64:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/framework/validation_test.go#L31:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/framework/validation_test.go#L32:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/framework/validation_test.go#L33:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/plugin/framework/validation_test.go#L35:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/podexec/pod_command_executor_test.go#L133:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/podexec/pod_command_executor_test.go#L260:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/podvolume/backupper_test.go#L54:2: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/podvolume/backupper_test.go#L64:2: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/podvolume/backupper_test.go#L82:2: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/podvolume/backupper_test.go#L110:2: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/podvolume/backupper_test.go#L143:2: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/podvolume/backupper_test.go#L635:4: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/podvolume/backupper_test.go#L639:4: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/podvolume/restorer_test.go#L445:8: bool-compare: use assert.True
https://github.com/vmware-tanzu/velero/blob/main/pkg/podvolume/backupper_test.go#L551:6: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/repository/manager_test.go#L36:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/repository/manager_test.go#L42:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/repository/manager_test.go#L48:2: error-nil: use require.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/repository/maintenance_test.go#L261:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/repository/maintenance_test.go#L357:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/repository/maintenance_test.go#L360:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/repository/ensurer_test.go#L130:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/repository/ensurer_test.go#L132:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/repository/ensurer_test.go#L207:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/repository/ensurer_test.go#L209:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/repository/maintenance_test.go#L113:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/repository/maintenance_test.go#L118:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/repository/maintenance_test.go#L219:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/repository/config/azure_test.go#L32:2: error-nil: use require.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/repository/config/azure_test.go#L37:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/repository/config/azure_test.go#L41:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/repository/config/azure_test.go#L47:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/repository/config/config_test.go#L255:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/repository/udmrepo/kopialib/lib_repo_test.go#L1085:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/repository/udmrepo/kopialib/lib_repo_test.go#L1181:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/repository/udmrepo/kopialib/lib_repo_test.go#L1133:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/repository/udmrepo/kopialib/lib_repo_test.go#L954:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/repository/udmrepo/kopialib/backend/azure_test.go#L44:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/repository/udmrepo/kopialib/backend/file_system_test.go#L73:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/repository/udmrepo/kopialib/backend/gcs_test.go#L95:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/restic/exec_commands_test.go#L108:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/restic/exec_commands_test.go#L59:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/priority_test.go#L103:5: error-nil: use require.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/priority_test.go#L105:5: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/pv_restorer_test.go#L138:5: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/pv_restorer_test.go#L141:5: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/restore_test.go#L2319:8: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/restore_test.go#L2323:5: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/restore_test.go#L3681:2: negative-positive: use assert.Positive
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/restore_test.go#L3649:3: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/pv_restorer_test.go#L212:4: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/restore_test.go#L2343:8: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/restore_test.go#L2348:8: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/restore_test.go#L2355:8: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/restore_test.go#L3626:3: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/actions/admissionwebhook_config_action_test.go#L189:5: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/actions/admissionwebhook_config_action_test.go#L191:5: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/actions/admissionwebhook_config_action_test.go#L195:5: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/actions/admissionwebhook_config_action_test.go#L198:6: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/actions/admissionwebhook_config_action_test.go#L205:5: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/actions/admissionwebhook_config_action_test.go#L208:6: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/actions/apiservice_action_test.go#L52:2: bool-compare: use require.True
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/actions/change_image_name_action_test.go#L176:5: expected-actual: need to reverse actual and expected values
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/actions/change_pvc_node_selector_test.go#L171:4: bool-compare: use assert.False
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/actions/init_restorehook_pod_action_test.go#L134:5: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/actions/init_restorehook_pod_action_test.go#L137:4: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/actions/pod_action_test.go#L239:5: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/actions/pod_action_test.go#L242:4: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/actions/change_pvc_node_selector_test.go#L176:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/actions/change_pvc_node_selector_test.go#L179:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/actions/change_storageclass_action_test.go#L260:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/actions/change_storageclass_action_test.go#L262:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/actions/change_image_name_action_test.go#L170:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/actions/change_image_name_action_test.go#L172:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/actions/pod_volume_restore_action_test.go#L294:4: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/actions/csi/pvc_action_test.go#L253:4: expected-actual: need to reverse actual and expected values
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/actions/csi/volumesnapshot_action_test.go#L92:4: formatter: assert.Equalf call needs 2 args but has 3 args
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/actions/csi/pvc_action_test.go#L263:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/actions/csi/pvc_action_test.go#L265:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/actions/csi/pvc_action_test.go#L267:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/actions/csi/pvc_action_test.go#L348:4: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/uploader/kopia/shim_test.go#L117:5: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/uploader/kopia/shim_test.go#L156:5: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/uploader/kopia/snapshot_test.go#L565:5: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/uploader/kopia/snapshot_test.go#L658:5: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/uploader/kopia/snapshot_test.go#L797:5: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/uploader/kopia/shim_test.go#L280:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/uploader/kopia/shim_test.go#L282:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/uploader/kopia/snapshot_test.go#L89:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/uploader/provider/kopia_test.go#L385:5: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/uploader/provider/provider_test.go#L91:5: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/uploader/provider/restic_test.go#L159:4: bool-compare: use require.True
https://github.com/vmware-tanzu/velero/blob/main/pkg/uploader/provider/restic_test.go#L232:4: bool-compare: use require.True
https://github.com/vmware-tanzu/velero/blob/main/pkg/uploader/provider/restic_test.go#L336:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/uploader/provider/restic_test.go#L366:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/uploader/provider/kopia_test.go#L286:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/uploader/provider/kopia_test.go#L288:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/uploader/provider/restic_test.go#L383:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/uploader/provider/restic_test.go#L351:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/uploader/provider/restic_test.go#L324:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/uploader/provider/restic_test.go#L315:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/credential_test.go#L38:2: error-nil: use require.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/credential_test.go#L47:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/credential_test.go#L52:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/credential_test.go#L59:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/credential_test.go#L68:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/credential_test.go#L75:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/credential_test.go#L85:2: error-nil: use require.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/credential_test.go#L92:2: error-nil: use require.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/credential_test.go#L101:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/credential_test.go#L108:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/credential_test.go#L115:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/credential_test.go#L128:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/storage_test.go#L35:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/storage_test.go#L39:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/storage_test.go#L43:2: error-nil: use require.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/storage_test.go#L52:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/storage_test.go#L63:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/storage_test.go#L75:2: error-nil: use require.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/storage_test.go#L85:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/storage_test.go#L94:2: error-nil: use require.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/storage_test.go#L104:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/storage_test.go#L117:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/storage_test.go#L128:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/storage_test.go#L141:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/storage_test.go#L156:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/storage_test.go#L171:2: error-nil: use require.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/storage_test.go#L184:2: error-nil: use require.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/storage_test.go#L198:2: error-nil: use require.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/storage_test.go#L210:2: error-nil: use require.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/storage_test.go#L222:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/util_test.go#L32:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/util_test.go#L38:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/util_test.go#L42:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/util_test.go#L48:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/util_test.go#L55:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/util_test.go#L66:2: error-nil: use require.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/util_test.go#L75:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/azure/util_test.go#L85:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/csi/volume_snapshot_test.go#L958:5: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/csi/volume_snapshot_test.go#L1073:5: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/csi/volume_snapshot_test.go#L1364:5: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/csi/volume_snapshot_test.go#L1366:5: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/csi/volume_snapshot_test.go#L1373:5: error-nil: use assert.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/csi/volume_snapshot_test.go#L1650:5: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/csi/volume_snapshot_test.go#L649:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/csi/volume_snapshot_test.go#L651:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/csi/volume_snapshot_test.go#L743:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/csi/volume_snapshot_test.go#L745:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/csi/volume_snapshot_test.go#L750:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/csi/volume_snapshot_test.go#L203:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/csi/volume_snapshot_test.go#L205:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/csi/volume_snapshot_test.go#L289:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/csi/volume_snapshot_test.go#L291:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/kube/periodical_enqueue_source_test.go#L40:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/kube/periodical_enqueue_source_test.go#L47:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/kube/periodical_enqueue_source_test.go#L54:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/kube/periodical_enqueue_source_test.go#L72:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/kube/periodical_enqueue_source_test.go#L85:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/kube/periodical_enqueue_source_test.go#L92:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/kube/periodical_enqueue_source_test.go#L112:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/kube/periodical_enqueue_source_test.go#L140:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/kube/periodical_enqueue_source_test.go#L144:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/kube/periodical_enqueue_source_test.go#L156:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/kube/periodical_enqueue_source_test.go#L174:2: error-nil: use require.NoError
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/kube/periodical_enqueue_source_test.go#L175:2: bool-compare: use require.True
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/kube/pvc_pv_test.go#L1249:5: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/kube/pvc_pv_test.go#L1254:4: error-nil: use assert.NoErrorf
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/kube/pvc_pv_test.go#L1372:5: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/kube/pvc_pv_test.go#L1376:4: error-nil: use assert.NoErrorf
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/kube/utils_test.go#L472:2: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/kube/utils_test.go#L481:2: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/kube/pvc_pv_test.go#L738:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/kube/pvc_pv_test.go#L740:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/kube/pvc_pv_test.go#L281:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/kube/pvc_pv_test.go#L283:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/kube/security_context_test.go#L263:4: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/kube/pvc_pv_test.go#L845:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/kube/pvc_pv_test.go#L847:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/kube/pvc_pv_test.go#L128:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/kube/pvc_pv_test.go#L130:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/kube/resource_requirements_test.go#L81:4: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/kube/pvc_pv_test.go#L923:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/kube/pvc_pv_test.go#L925:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/kube/pvc_pv_test.go#L1074:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/kube/pvc_pv_test.go#L1076:5: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/logging/dual_mode_logger_test.go#L52:2: bool-compare: use assert.True
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/logging/dual_mode_logger_test.go#L53:2: bool-compare: use assert.False
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/logging/dual_mode_logger_test.go#L59:2: bool-compare: use assert.True
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/logging/log_counter_hook_test.go#L29:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/logging/log_counter_hook_test.go#L50:2: require-error: for error assertions use require
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/podvolume/pod_volume_test.go#L672:5: error-nil: use assert.Error
https://github.com/vmware-tanzu/velero/blob/main/pkg/util/podvolume/pod_volume_test.go#L790:4: error-nil: use assert.NoErrorf
https://github.com/vmware-tanzu/velero/blob/main/test/pkg/client/client_test.go#L48:4: expected-actual: need to reverse actual and expected values
https://github.com/vmware-tanzu/velero/blob/main/test/pkg/client/config_test.go#L33:2: bool-compare: use assert.True

Report issue: https://github.com/vmware-tanzu/velero/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682490952

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/smallnest/rpcx got output

https://github.com/smallnest/rpcx/blob/master/errors/error_test.go#L25:2: len: use assert.Len
https://github.com/smallnest/rpcx/blob/master/errors/error_test.go#L38:2: error-nil: use assert.NoError
https://github.com/smallnest/rpcx/blob/master/server/service_test.go#L13:2: bool-compare: use assert.True
https://github.com/smallnest/rpcx/blob/master/server/service_test.go#L15:2: bool-compare: use assert.False
https://github.com/smallnest/rpcx/blob/master/server/service_test.go#L17:2: bool-compare: use assert.False
https://github.com/smallnest/rpcx/blob/master/server/service_test.go#L19:2: bool-compare: use assert.False
https://github.com/smallnest/rpcx/blob/master/server/service_test.go#L21:2: bool-compare: use assert.False
https://github.com/smallnest/rpcx/blob/master/server/service_test.go#L23:2: bool-compare: use assert.False
https://github.com/smallnest/rpcx/blob/master/server/service_test.go#L34:2: bool-compare: use assert.True
https://github.com/smallnest/rpcx/blob/master/server/server_test.go#L170:2: require-error: for error assertions use require
https://github.com/smallnest/rpcx/blob/master/server/server_test.go#L173:2: require-error: for error assertions use require
https://github.com/smallnest/rpcx/blob/master/share/share_test.go#L26:2: len: use assert.Len

Report issue: https://github.com/smallnest/rpcx/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682507050

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/moby/buildkit got output

https://github.com/moby/buildkit/blob/master/solver/testutil/cachestorage_testsuite.go#L71:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/testutil/cachestorage_testsuite.go#L85:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/testutil/cachestorage_testsuite.go#L99:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/testutil/cachestorage_testsuite.go#L103:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/solver/testutil/cachestorage_testsuite.go#L107:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/solver/testutil/cachestorage_testsuite.go#L129:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/testutil/cachestorage_testsuite.go#L142:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/solver/testutil/cachestorage_testsuite.go#L153:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/testutil/cachestorage_testsuite.go#L167:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/testutil/cachestorage_testsuite.go#L198:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/testutil/cachestorage_testsuite.go#L211:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/solver/testutil/cachestorage_testsuite.go#L242:3: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/testutil/cachestorage_testsuite.go#L248:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/testutil/cachestorage_testsuite.go#L293:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/testutil/cachestorage_testsuite.go#L305:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/testutil/cachestorage_testsuite.go#L324:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/solver/testutil/cachestorage_testsuite.go#L332:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L191:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L233:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L240:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L251:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L276:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L280:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L318:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L325:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L469:2: bool-compare: use require.False
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L484:2: bool-compare: use require.False
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L488:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L495:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L496:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L500:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L509:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L513:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L531:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L550:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L554:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L570:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L633:2: bool-compare: use require.False
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L641:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L648:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L649:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L658:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L662:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L676:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L680:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L721:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L753:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L779:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L797:2: bool-compare: use require.False
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L843:2: bool-compare: use require.False
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L895:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L904:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L908:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L922:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L926:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L949:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L962:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L966:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L999:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L1020:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L1033:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L1048:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L1091:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L1121:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L1178:3: len: use require.Len
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L1179:3: len: use require.Len
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L1215:3: len: use require.Len
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L1375:4: len: use require.Len
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L1376:4: len: use require.Len
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L1388:4: len: use require.Len
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L1389:4: len: use require.Len
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L1455:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L1737:5: len: use require.Len
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L1826:5: empty: use require.NotEmpty
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L1832:5: len: use require.Len
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L1851:4: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L1898:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L1963:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/cache/manager_test.go#L2084:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/cache/contenthash/checksum_test.go#L516:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/cache/contenthash/checksum_test.go#L520:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/cache/contenthash/checksum_test.go#L594:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/cache/contenthash/checksum_test.go#L1030:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/cache/contenthash/checksum_test.go#L1034:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/cache/contenthash/checksum_test.go#L1331:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/cache/contenthash/checksum_test.go#L1335:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/cache/contenthash/checksum_test.go#L1339:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/cache/contenthash/checksum_test.go#L1343:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/cache/metadata/metadata_test.go#L82:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/cache/metadata/metadata_test.go#L101:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/cache/metadata/metadata_test.go#L147:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/cache/metadata/metadata_test.go#L154:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/cache/metadata/metadata_test.go#L163:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/cache/remotecache/v1/chains_test.go#L40:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/cache/remotecache/v1/chains_test.go#L41:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/cache/remotecache/v1/chains_test.go#L46:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/cache/remotecache/v1/chains_test.go#L49:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/cache/remotecache/v1/chains_test.go#L50:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/cache/remotecache/v1/chains_test.go#L53:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/cache/remotecache/v1/chains_test.go#L54:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/cache/remotecache/v1/chains_test.go#L57:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/cache/remotecache/v1/chains_test.go#L58:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/cache/remotecache/v1/chains_test.go#L60:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/cache/remotecache/v1/chains_test.go#L61:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/cache/remotecache/v1/chains_test.go#L62:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/cache/remotecache/v1/chains_test.go#L63:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/cache/remotecache/v1/chains_test.go#L64:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/cache/remotecache/v1/chains_test.go#L91:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/cache/remotecache/v1/chains_test.go#L92:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/build_test.go#L219:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/build_test.go#L220:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/build_test.go#L225:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/build_test.go#L235:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/build_test.go#L1612:3: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/client/build_test.go#L2263:3: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/client/client_test.go#L465:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L1022:2: negative-positive: use require.Positive
https://github.com/moby/buildkit/blob/master/client/client_test.go#L1209:4: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L1216:4: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L1217:4: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L1636:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/client_test.go#L1693:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/client_test.go#L2155:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L2286:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L2404:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/client_test.go#L2629:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/client/client_test.go#L2630:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/client/client_test.go#L2637:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L2680:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L3014:3: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L3019:3: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L3025:3: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L3043:3: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L3047:3: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L3048:3: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L3293:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L3463:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L3575:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L3918:3: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L3965:3: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L3967:3: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/client/client_test.go#L4032:3: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L4101:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L4146:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L4232:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/client/client_test.go#L4359:4: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/client/client_test.go#L4479:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L4491:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L4511:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L4523:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/client/client_test.go#L4528:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/client/client_test.go#L4532:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/client/client_test.go#L4546:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/client/client_test.go#L4551:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/client/client_test.go#L4556:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/client/client_test.go#L4670:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/client_test.go#L4689:2: empty: use require.NotEmpty
https://github.com/moby/buildkit/blob/master/client/client_test.go#L4721:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/client_test.go#L4879:2: empty: use require.NotEmpty
https://github.com/moby/buildkit/blob/master/client/client_test.go#L4998:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/client_test.go#L5017:2: empty: use require.NotEmpty
https://github.com/moby/buildkit/blob/master/client/client_test.go#L5041:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/client_test.go#L5274:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/client/client_test.go#L5363:4: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L5364:4: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L5566:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/client/client_test.go#L5588:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/client/client_test.go#L5797:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/client_test.go#L5834:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/client_test.go#L5872:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/client_test.go#L5903:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/client_test.go#L6439:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/client/client_test.go#L6443:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/client/client_test.go#L6447:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/client/client_test.go#L6711:2: bool-compare: use require.False
https://github.com/moby/buildkit/blob/master/client/client_test.go#L6946:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L6955:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L6963:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L6971:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L7032:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L7039:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L7112:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/client/client_test.go#L7138:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/client/client_test.go#L7790:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/client/client_test.go#L8073:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/client/client_test.go#L8077:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/client/client_test.go#L8085:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/client/client_test.go#L8116:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/client/client_test.go#L8120:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/client/client_test.go#L8315:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L8509:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L8530:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L8672:3: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L8680:4: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L8693:4: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L8695:4: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/client/client_test.go#L8979:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L9131:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L9140:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L9142:3: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L9339:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L9364:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L9396:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L9428:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L9591:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L9738:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/client_test.go#L9751:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/client/client_test.go#L9753:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/client/client_test.go#L10045:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/client/client_test.go#L10104:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/client/llb/async_test.go#L35:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/definition_test.go#L121:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L22:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L29:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L33:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L56:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L63:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L67:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L76:2: bool-compare: use require.False
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L86:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L96:2: bool-compare: use require.False
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L109:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L116:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L120:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L155:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L162:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L166:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L190:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L197:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L201:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L231:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L238:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L241:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L260:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L263:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L299:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L306:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L312:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L340:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L347:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L351:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L408:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L415:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L422:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L456:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L457:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L509:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L516:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L520:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L606:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L613:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L617:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L669:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L676:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L680:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/fileop_test.go#L716:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/resolver_test.go#L24:2: bool-compare: use require.False
https://github.com/moby/buildkit/blob/master/client/llb/resolver_test.go#L29:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/llb/resolver_test.go#L33:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/resolver_test.go#L58:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L74:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L77:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L78:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L91:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L94:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L98:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L102:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L110:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L113:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L114:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L125:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L128:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L132:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L136:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L140:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L159:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L165:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L168:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L172:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L175:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L176:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L181:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L184:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L189:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L192:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L196:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L199:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L200:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L204:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L207:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L211:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L214:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L233:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L239:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L242:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L246:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L249:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L254:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L257:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L262:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L265:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/client/llb/state_test.go#L266:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/llbbuild/llbbuild_test.go#L29:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/client/llb/llbbuild/llbbuild_test.go#L30:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/client/llb/llbbuild/llbbuild_test.go#L31:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/cmd/buildctl/build_test.go#L112:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/cmd/buildkitd/config/load_test.go#L81:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/cmd/buildkitd/config/load_test.go#L82:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/cmd/buildkitd/config/load_test.go#L96:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/cmd/buildkitd/config/load_test.go#L98:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/cmd/buildkitd/config/load_test.go#L99:2: bool-compare: use require.False
https://github.com/moby/buildkit/blob/master/cmd/buildkitd/config/load_test.go#L105:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/cmd/buildkitd/config/load_test.go#L108:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/cmd/buildkitd/config/load_test.go#L113:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/cmd/buildkitd/config/load_test.go#L116:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/cmd/buildkitd/config/load_test.go#L117:2: bool-compare: use require.False
https://github.com/moby/buildkit/blob/master/cmd/buildkitd/config/load_test.go#L118:2: bool-compare: use require.False
https://github.com/moby/buildkit/blob/master/cmd/buildkitd/config/load_test.go#L125:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/cmd/buildkitd/config/load_test.go#L126:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/cmd/buildkitd/config/load_test.go#L128:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/cmd/buildkitd/config/load_test.go#L129:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/executor/oci/mounts_test.go#L157:2: len: use assert.Len
https://github.com/moby/buildkit/blob/master/executor/oci/mounts_test.go#L186:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_outline_test.go#L95:3: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_outline_test.go#L98:3: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_outline_test.go#L197:3: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_outline_test.go#L200:3: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_outline_test.go#L204:3: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_outline_test.go#L210:3: bool-compare: use require.False
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_outline_test.go#L214:3: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_outline_test.go#L218:3: bool-compare: use require.False
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_outline_test.go#L224:3: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_outline_test.go#L270:3: empty: use require.NotEmpty
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_outline_test.go#L280:4: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L114:4: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L123:4: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L147:5: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L154:6: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L162:6: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L170:6: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L177:6: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L184:5: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L189:5: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L202:4: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L220:5: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L226:5: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L228:5: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L311:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L320:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L348:3: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L359:3: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L368:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L381:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L440:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L456:3: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L474:4: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L479:4: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L486:4: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L488:4: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L493:4: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L630:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L638:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L656:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L660:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L661:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L671:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L686:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L690:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L691:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L774:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L784:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L802:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L803:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L805:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L861:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L877:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L883:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L941:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L987:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L1190:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L1230:4: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L1389:2: empty: use require.NotEmpty
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L1396:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L1401:2: empty: use require.NotEmpty
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_provenance_test.go#L1466:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_targets_test.go#L77:3: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_targets_test.go#L80:3: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_targets_test.go#L86:3: bool-compare: use require.False
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_targets_test.go#L94:3: bool-compare: use require.False
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_targets_test.go#L102:3: bool-compare: use require.False
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_targets_test.go#L109:3: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_targets_test.go#L155:3: empty: use require.NotEmpty
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_targets_test.go#L165:4: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L572:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L598:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L602:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L643:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L1221:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L1492:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L1509:4: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L1619:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L1638:4: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L2080:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L2703:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L2705:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L2707:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L2782:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L2993:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L2995:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L2997:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L3000:2: bool-compare: use require.False
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L3003:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L3006:2: bool-compare: use require.False
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L3009:2: bool-compare: use require.False
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L4174:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L4214:3: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L4971:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L5172:3: empty: use require.NotEmpty
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L5180:5: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L5181:5: empty: use require.NotEmpty
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L5482:2: empty: use require.NotEmpty
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L5561:2: empty: use require.NotEmpty
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L5774:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L5835:2: empty: use require.NotEmpty
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L5909:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L5965:2: negative-positive: use require.Positive
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L5970:2: negative-positive: use require.Positive
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L5975:2: negative-positive: use require.Positive
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L6034:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L6076:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L6619:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L6626:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L6740:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L6746:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L6803:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L6809:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L6853:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L6859:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L7317:3: compares: use require.Greater
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L7335:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L7363:3: compares: use require.Greater
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile_test.go#L7383:3: compares: use require.Greater
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/errors_test.go#L98:4: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile2llb/platform_test.go#L58:2: bool-compare: use assert.False
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile2llb/platform_test.go#L63:2: bool-compare: use assert.True
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile2llb/convert_test.go#L85:2: require-error: for error assertions use require
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/instructions/parse_test.go#L130:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/parser/directives_test.go#L23:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/parser/directives_test.go#L24:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/parser/directives_test.go#L38:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/parser/directives_test.go#L39:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/parser/directives_test.go#L50:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/parser/directives_test.go#L51:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/parser/directives_test.go#L61:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/parser/directives_test.go#L77:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/parser/directives_test.go#L78:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/parser/directives_test.go#L84:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/parser/directives_test.go#L90:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/parser/directives_test.go#L95:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/parser/directives_test.go#L115:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/parser/directives_test.go#L116:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/parser/directives_test.go#L126:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/parser/directives_test.go#L142:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/parser/directives_test.go#L143:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/parser/directives_test.go#L149:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/parser/directives_test.go#L155:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/parser/directives_test.go#L160:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/parser/parser_heredoc_test.go#L360:3: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/parser/parser_test.go#L123:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/parser/parser_test.go#L131:3: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/parser/parser_test.go#L164:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/shell/lex_test.go#L112:3: len: use require.Len
https://github.com/moby/buildkit/blob/master/frontend/gateway/gateway_test.go#L24:2: require-error: for error assertions use require
https://github.com/moby/buildkit/blob/master/frontend/gateway/gateway_test.go#L26:2: require-error: for error assertions use require
https://github.com/moby/buildkit/blob/master/frontend/gateway/gateway_test.go#L29:2: require-error: for error assertions use require
https://github.com/moby/buildkit/blob/master/frontend/gateway/gateway_test.go#L31:2: require-error: for error assertions use require
https://github.com/moby/buildkit/blob/master/frontend/gateway/gateway_test.go#L33:2: require-error: for error assertions use require
https://github.com/moby/buildkit/blob/master/frontend/gateway/gateway_test.go#L35:2: require-error: for error assertions use require
https://github.com/moby/buildkit/blob/master/frontend/gateway/gateway_test.go#L38:2: require-error: for error assertions use require
https://github.com/moby/buildkit/blob/master/frontend/gateway/gateway_test.go#L40:2: require-error: for error assertions use require
https://github.com/moby/buildkit/blob/master/frontend/gateway/gateway_test.go#L42:2: require-error: for error assertions use require
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L50:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L54:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L66:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L70:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L79:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L88:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L92:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L96:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L100:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L104:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L112:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L122:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L126:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L138:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L144:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L149:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L168:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L172:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L176:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L180:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L204:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L208:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L216:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L220:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L224:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L228:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L236:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L254:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L258:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L266:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L270:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L274:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L278:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L286:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L312:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L316:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L320:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L324:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L348:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/cache_test.go#L354:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/index_test.go#L10:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/solver/index_test.go#L11:2: empty: use require.Empty
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L60:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L62:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L63:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L85:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L87:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L88:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L89:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L90:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L116:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L118:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L119:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L120:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L121:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L122:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L123:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L151:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L153:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L154:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L193:3: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L200:3: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L206:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L207:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L239:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L265:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L267:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L268:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L295:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L297:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L298:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L299:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L300:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L362:3: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L369:3: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L454:3: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L461:3: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L506:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L508:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L509:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L548:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L550:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L551:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L602:3: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L625:3: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L674:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L712:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L822:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L868:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L930:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L977:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L1023:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L1071:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L1105:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L1160:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L1252:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L1337:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L1379:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L1408:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L1453:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L1492:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L1530:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L1580:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L1621:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L1659:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L1683:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L1711:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L1735:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L1760:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L1784:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L1818:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L1839:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L1890:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L1931:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L1972:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2027:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2071:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2113:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2125:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2126:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2127:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2128:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2129:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2130:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2131:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2144:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2156:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2157:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2158:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2159:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2160:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2161:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2162:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2201:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2213:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2214:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2215:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2216:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2217:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2218:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2219:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2220:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2221:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2234:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2246:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2247:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2248:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2249:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2250:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2251:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2252:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2253:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2254:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2268:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2280:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2281:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2282:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2283:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2284:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2285:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2286:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2287:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2288:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2350:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2370:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2452:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2526:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2570:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2581:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2606:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2616:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2617:2: bool-compare: use require.False
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2641:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2651:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2652:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2695:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2703:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2736:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2742:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2792:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2803:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2804:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2805:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2806:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2807:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2808:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2809:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2825:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2838:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2839:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2840:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2841:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2842:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2843:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2844:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2879:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2893:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2894:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2895:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2896:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2897:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2898:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2899:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2900:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2901:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2925:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2939:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2940:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2941:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2942:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2943:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2944:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2945:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2946:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2947:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2948:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L2949:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L3023:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L3035:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L3081:4: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L3252:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L3276:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/scheduler_test.go#L3302:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/internal/pipe/pipe_test.go#L33:2: bool-compare: use require.False
https://github.com/moby/buildkit/blob/master/solver/internal/pipe/pipe_test.go#L36:2: bool-compare: use require.False
https://github.com/moby/buildkit/blob/master/solver/internal/pipe/pipe_test.go#L37:2: bool-compare: use require.False
https://github.com/moby/buildkit/blob/master/solver/internal/pipe/pipe_test.go#L39:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/internal/pipe/pipe_test.go#L46:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/solver/internal/pipe/pipe_test.go#L47:2: bool-compare: use require.False
https://github.com/moby/buildkit/blob/master/solver/internal/pipe/pipe_test.go#L49:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/internal/pipe/pipe_test.go#L78:2: bool-compare: use require.False
https://github.com/moby/buildkit/blob/master/solver/internal/pipe/pipe_test.go#L79:2: bool-compare: use require.False
https://github.com/moby/buildkit/blob/master/solver/internal/pipe/pipe_test.go#L81:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/solver/internal/pipe/pipe_test.go#L88:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/solver/internal/pipe/pipe_test.go#L89:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/solver/llbsolver/ops/file_test.go#L50:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/llbsolver/ops/file_test.go#L55:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/llbsolver/ops/file_test.go#L120:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/llbsolver/ops/file_test.go#L125:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/llbsolver/ops/file_test.go#L182:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/llbsolver/ops/file_test.go#L187:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/llbsolver/ops/file_test.go#L351:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/llbsolver/ops/file_test.go#L356:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/llbsolver/ops/file_test.go#L361:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/llbsolver/ops/file_test.go#L399:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/llbsolver/ops/file_test.go#L405:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/llbsolver/ops/file_test.go#L433:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/llbsolver/ops/file_test.go#L438:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/llbsolver/ops/file_test.go#L487:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/llbsolver/ops/file_test.go#L492:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/solver/llbsolver/ops/file_test.go#L551:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/source/git/source_test.go#L74:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/source/git/source_test.go#L75:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/source/git/source_test.go#L178:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/source/git/source_test.go#L194:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/source/git/source_test.go#L195:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/source/git/source_test.go#L249:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/source/git/source_test.go#L265:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/source/git/source_test.go#L266:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/source/git/source_test.go#L361:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/source/git/source_test.go#L362:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/source/git/source_test.go#L472:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/source/git/source_test.go#L473:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/source/git/source_test.go#L477:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/source/git/source_test.go#L478:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/source/git/source_test.go#L586:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/source/git/source_test.go#L587:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/source/git/source_test.go#L604:2: len: use require.Len
https://github.com/moby/buildkit/blob/master/source/http/source_test.go#L58:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/source/http/source_test.go#L59:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/source/http/source_test.go#L86:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/source/http/source_test.go#L87:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/source/http/source_test.go#L124:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/source/http/source_test.go#L125:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/source/http/source_test.go#L170:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/source/http/source_test.go#L171:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/source/http/source_test.go#L241:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/source/http/source_test.go#L242:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/source/http/source_test.go#L249:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/source/http/source_test.go#L250:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/source/http/source_test.go#L262:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/source/http/source_test.go#L263:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/source/http/source_test.go#L280:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/source/http/source_test.go#L281:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/util/contentutil/buffer_test.go#L41:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/util/contentutil/buffer_test.go#L45:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/util/contentutil/copy_test.go#L29:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/util/contentutil/fetcher_test.go#L34:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/util/contentutil/multiprovider_test.go#L35:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/util/contentutil/multiprovider_test.go#L39:2: expected-actual: need to reverse actual and expected values
https://github.com/moby/buildkit/blob/master/util/contentutil/multiprovider_test.go#L43:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/util/converter/tarconverter/tarconverter_test.go#L34:2: len: use assert.Len
https://github.com/moby/buildkit/blob/master/util/flightcontrol/cached_test.go#L36:2: bool-compare: use require.False
https://github.com/moby/buildkit/blob/master/util/flightcontrol/flightcontrol_test.go#L57:3: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/util/flightcontrol/flightcontrol_test.go#L138:2: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/util/flightcontrol/flightcontrol_test.go#L154:3: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/util/flightcontrol/flightcontrol_test.go#L163:3: bool-compare: use require.True
https://github.com/moby/buildkit/blob/master/util/flightcontrol/flightcontrol_test.go#L193:2: require-error: for error assertions use require
https://github.com/moby/buildkit/blob/master/util/resolver/resolver_test.go#L57:2: empty: use require.NotEmpty
https://github.com/moby/buildkit/blob/master/util/resolver/resolver_test.go#L59:3: empty: use require.NotEmpty

Report issue: https://github.com/moby/buildkit/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682502809

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/fission/fission got output

https://github.com/fission/fission/blob/main/pkg/executor/executortype/newdeploy/newdeploymgr_test.go#L125:2: expected-actual: need to reverse actual and expected values
https://github.com/fission/fission/blob/main/pkg/executor/executortype/newdeploy/newdeploymgr_test.go#L154:2: expected-actual: need to reverse actual and expected values
https://github.com/fission/fission/blob/main/pkg/executor/executortype/newdeploy/newdeploymgr_test.go#L191:2: empty: use assert.NotEmpty
https://github.com/fission/fission/blob/main/pkg/executor/executortype/newdeploy/newdeploymgr_test.go#L207:2: len: use assert.Len
https://github.com/fission/fission/blob/main/pkg/executor/executortype/newdeploy/newdeploymgr_test.go#L213:2: expected-actual: need to reverse actual and expected values
https://github.com/fission/fission/blob/main/pkg/executor/executortype/newdeploy/newdeploymgr_test.go#L216:2: len: use assert.Len
https://github.com/fission/fission/blob/main/pkg/executor/executortype/newdeploy/newdeploymgr_test.go#L219:4: empty: use assert.NotEmpty
https://github.com/fission/fission/blob/main/pkg/executor/fscache/functionServiceCache_test.go#L180:2: empty: use require.Empty
https://github.com/fission/fission/blob/main/pkg/executor/fscache/functionServiceCache_test.go#L184:2: len: use require.Len
https://github.com/fission/fission/blob/main/pkg/executor/fscache/functionServiceCache_test.go#L192:2: empty: use require.Empty
https://github.com/fission/fission/blob/main/pkg/executor/fscache/poolcache_test.go#L284:5: len: use require.Len
https://github.com/fission/fission/blob/main/pkg/executor/fscache/poolcache_test.go#L287:5: len: use require.Len
https://github.com/fission/fission/blob/main/pkg/fission-cli/cmd/function/function_test.go#L361:5: error-nil: use assert.Error
https://github.com/fission/fission/blob/main/pkg/fission-cli/cmd/function/function_test.go#L366:5: error-nil: use assert.NoError
https://github.com/fission/fission/blob/main/pkg/fission-cli/cmd/function/function_test.go#L368:6: require-error: for error assertions use require
https://github.com/fission/fission/blob/main/pkg/mqtrigger/scalermanager_test.go#L104:3: error-nil: use assert.NoError
https://github.com/fission/fission/blob/main/pkg/mqtrigger/scalermanager_test.go#L436:3: error-nil: use assert.NoError
https://github.com/fission/fission/blob/main/pkg/plugin/plugin_test.go#L66:2: require-error: for error assertions use require
https://github.com/fission/fission/blob/main/pkg/publisher/publisher_test.go#L26:2: require-error: for error assertions use require
https://github.com/fission/fission/blob/main/pkg/router/functionHandler_test.go#L40:2: error-nil: use assert.NoError
https://github.com/fission/fission/blob/main/pkg/router/functionHandler_test.go#L55:2: error-nil: use assert.NoError
https://github.com/fission/fission/blob/main/pkg/tracker/tracker_test.go#L40:6: error-nil: use assert.NoError
https://github.com/fission/fission/blob/main/pkg/tracker/tracker_test.go#L45:6: error-nil: use assert.Error
https://github.com/fission/fission/blob/main/pkg/tracker/tracker_test.go#L108:6: error-nil: use assert.NoError
https://github.com/fission/fission/blob/main/pkg/tracker/tracker_test.go#L110:6: error-nil: use assert.Error
https://github.com/fission/fission/blob/main/pkg/utils/manager/manager_test.go#L54:2: error-nil: use require.Error
https://github.com/fission/fission/blob/main/pkg/utils/manager/manager_test.go#L65:2: error-nil: use require.NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L111:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L114:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L122:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L131:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L137:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L140:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L155:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L158:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L161:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L180:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L191:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L210:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L213:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L225:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L228:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L232:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L242:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L261:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L264:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L277:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L280:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L284:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L296:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L299:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L302:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L305:2: suite-dont-use-pkg: use f.Require().True
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L312:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L315:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L318:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L321:2: suite-dont-use-pkg: use f.Require().True
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L345:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L361:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L364:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L382:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L385:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L417:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L420:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L444:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L469:2: suite-dont-use-pkg: use f.Require().Error
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L472:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L477:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L497:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L503:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L506:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L509:2: suite-dont-use-pkg: use f.Require().NoError
https://github.com/fission/fission/blob/main/test/e2e/fetcher/fetcher_test.go#L512:2: suite-dont-use-pkg: use f.Require().NoError

Report issue: https://github.com/fission/fission/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682499077

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/imgproxy/imgproxy got output

-: # github.com/imgproxy/imgproxy/v3/vips
# [pkg-config --cflags  -- vips]
Package vips was not found in the pkg-config search path.
Perhaps you should add the directory containing `vips.pc'
to the PKG_CONFIG_PATH environment variable
Package 'vips', required by 'virtual:world', not found
https://github.com/imgproxy/imgproxy/blob/master/vips/bmp.go#L8:8: could not import C (no metadata for C)
https://github.com/imgproxy/imgproxy/blob/master/memory/free_linux.go#L14:8: could not import C (no metadata for C)
testifylint: 3 errors during loading

Report issue: https://github.com/imgproxy/imgproxy/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682500596

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/hashicorp/raft got output

https://github.com/hashicorp/raft/blob/main/inmem_transport_test.go#L71:2: compares: use require.Equal
https://github.com/hashicorp/raft/blob/main/net_transport_test.go#L906:2: compares: use require.Greater
https://github.com/hashicorp/raft/blob/main/net_transport_test.go#L907:2: compares: use require.Less
https://github.com/hashicorp/raft/blob/main/net_transport_test.go#L908:2: compares: use require.Greater
https://github.com/hashicorp/raft/blob/main/net_transport_test.go#L909:2: compares: use require.Less
https://github.com/hashicorp/raft/blob/main/raft_test.go#L1558:3: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/raft/blob/main/saturation_test.go#L33:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hashicorp/raft/blob/main/saturation_test.go#L43:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hashicorp/raft/blob/main/saturation_test.go#L50:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hashicorp/raft/blob/main/saturation_test.go#L92:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hashicorp/raft/blob/main/saturation_test.go#L124:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hashicorp/raft/blob/main/saturation_test.go#L138:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hashicorp/raft/blob/main/saturation_test.go#L145:3: float-compare: use require.InEpsilon (or InDelta)

Report issue: https://github.com/hashicorp/raft/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682510716

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/bufbuild/buf got output

https://github.com/bufbuild/buf/blob/main/private/pkg/prototesting/prototesting.go#L235:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufcheck/internal/internaltesting/internaltesting.go#L33:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/pkg/storage/storagetesting/storagetesting.go#L66:2: error-is-as: use assert.ErrorIs
https://github.com/bufbuild/buf/blob/main/private/pkg/storage/storagetesting/storagetesting.go#L1199:3: error-is-as: use require.ErrorIs
https://github.com/bufbuild/buf/blob/main/private/pkg/storage/storagetesting/storagetesting.go#L1211:3: error-is-as: use require.ErrorIs
https://github.com/bufbuild/buf/blob/main/private/pkg/storage/storagetesting/storagetesting.go#L1223:3: error-is-as: use require.ErrorIs
https://github.com/bufbuild/buf/blob/main/private/pkg/storage/storagetesting/storagetesting.go#L65:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/pkg/storage/storagetesting/storagetesting.go#L406:3: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/pkg/storage/storagetesting/storagetesting.go#L412:3: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/pkg/storage/storagetesting/storagetesting.go#L421:3: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/pkg/storage/storagetesting/storagetesting.go#L1500:3: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/pkg/storage/storagetesting/storagetesting.go#L1504:3: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/pkg/storage/storagetesting/storagetesting.go#L1508:3: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/buf/buffetch/ref_parser_test.go#L1402:4: nil-compare: use assert.Nil
https://github.com/bufbuild/buf/blob/main/private/buf/buffetch/ref_parser_test.go#L1427:4: nil-compare: use assert.Nil
https://github.com/bufbuild/buf/blob/main/private/buf/buffetch/internal/reader_test.go#L323:3: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/buf/buffetch/internal/reader_test.go#L286:3: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/buf/buffetch/internal/reader_test.go#L379:3: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/buf/buffetch/internal/reader_test.go#L417:3: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/buf/buffetch/internal/reader_test.go#L171:3: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/buf/buffetch/internal/reader_test.go#L207:3: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/buf/bufprotoc/bufprotoc_test.go#L51:2: len: use require.Len
https://github.com/bufbuild/buf/blob/main/private/buf/bufprotopluginexec/version_test.go#L115:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/buf/bufstudioagent/bufstudioagent_test.go#L200:4: go-require: require must only be used in the goroutine running the test function
https://github.com/bufbuild/buf/blob/main/private/buf/bufstudioagent/bufstudioagent_test.go#L201:4: go-require: require must only be used in the goroutine running the test function
https://github.com/bufbuild/buf/blob/main/private/buf/bufstudioagent/bufstudioagent_test.go#L94:3: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/buf/bufstudioagent/bufstudioagent_test.go#L126:3: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/buf/bufstudioagent/bufstudioagent_test.go#L185:3: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/buf/bufworkspace/workspace_test.go#L138:2: error-is-as: use require.ErrorIs
https://github.com/bufbuild/buf/blob/main/private/buf/bufworkspace/workspace_test.go#L223:2: len: use require.Len
https://github.com/bufbuild/buf/blob/main/private/buf/cmd/buf/buf_test.go#L1442:3: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/buf/cmd/buf/buf_test.go#L1549:3: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/buf/cmd/buf/buf_test.go#L1118:3: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/buf/cmd/buf/buf_test.go#L1193:3: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/buf/cmd/buf/buf_test.go#L1387:3: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/buf/cmd/buf/buf_test.go#L1291:3: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/buf/cmd/buf/buf_test.go#L1475:3: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/buf/cmd/buf/buf_test.go#L1037:3: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufcas/manifest_test.go#L91:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufcas/digest_test.go#L80:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufcas/digest_test.go#L47:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufcheck/buflint/buflint_test.go#L1262:3: error-is-as: use require.ErrorAs
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufconfig/buf_yaml_file_test.go#L309:2: expected-actual: need to reverse actual and expected values
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufconfig/buf_yaml_file_test.go#L310:2: expected-actual: need to reverse actual and expected values
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufconfig/buf_yaml_file_test.go#L327:2: expected-actual: need to reverse actual and expected values
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufconfig/buf_yaml_file_test.go#L328:2: expected-actual: need to reverse actual and expected values
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufconfig/buf_yaml_file_test.go#L345:2: expected-actual: need to reverse actual and expected values
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufconfig/buf_yaml_file_test.go#L346:2: expected-actual: need to reverse actual and expected values
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufconfig/buf_yaml_file_test.go#L364:2: expected-actual: need to reverse actual and expected values
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufconfig/buf_yaml_file_test.go#L365:2: expected-actual: need to reverse actual and expected values
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufconfig/buf_yaml_file_test.go#L382:2: expected-actual: need to reverse actual and expected values
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufconfig/buf_yaml_file_test.go#L383:2: expected-actual: need to reverse actual and expected values
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufconfig/buf_yaml_file_test.go#L400:2: expected-actual: need to reverse actual and expected values
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufconfig/buf_yaml_file_test.go#L401:2: expected-actual: need to reverse actual and expected values
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufconfig/paths_test.go#L130:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufconnect/interceptors_test.go#L172:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufconnect/interceptors_test.go#L174:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufconnect/static_token_provider_test.go#L69:3: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufconnect/interceptors_test.go#L123:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufconnect/interceptors_test.go#L131:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufconnect/static_token_provider_test.go#L29:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufconnect/interceptors_test.go#L147:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufconnect/static_token_provider_test.go#L38:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufconnect/static_token_provider_test.go#L41:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufconnect/static_token_provider_test.go#L44:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufconnect/interceptors_test.go#L51:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufconnect/interceptors_test.go#L71:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufconnect/interceptors_test.go#L80:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufconnect/interceptors_test.go#L89:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufconnect/interceptors_test.go#L97:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufconnect/interceptors_test.go#L102:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufimage/build_image_test.go#L52:2: len: use assert.Len
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufimage/build_image_test.go#L72:2: len: use assert.Len
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufimage/build_image_test.go#L74:2: len: use assert.Len
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufimage/build_image_test.go#L214:2: len: use assert.Len
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufimage/build_image_test.go#L324:2: empty: use require.Empty
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufimage/build_image_test.go#L335:2: empty: use require.Empty
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufimage/build_image_unix_test.go#L53:2: len: use assert.Len
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufimage/build_image_test.go#L86:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufimage/build_image_test.go#L109:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufimage/build_image_test.go#L186:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufimage/build_image_test.go#L211:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufimage/bufimagetesting/bufimagetesting_test.go#L64:3: len: use require.Len
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufimage/bufimagetesting/bufimagetesting_test.go#L95:3: len: use require.Len
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufimage/bufimagetesting/bufimagetesting_test.go#L625:2: len: use require.Len
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufimage/bufimageutil/bufimageutil_test.go#L226:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufmodule/bufmodule_test.go#L242:2: len: use require.Len
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufmodule/bufmodule_test.go#L258:2: len: use require.Len
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufmodule/bufmodule_test.go#L371:2: error-is-as: use require.ErrorAs
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufmodule/bufmodule_test.go#L388:2: error-is-as: use require.ErrorAs
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufmodule/bufmodule_test.go#L405:2: error-is-as: use require.ErrorAs
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufmodule/bufmodule_test.go#L452:3: error-is-as: use require.ErrorAs
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufmodule/bufmodule_test.go#L507:3: error-is-as: use require.ErrorAs
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufmodule/bufmodulecache/bufmodulecache_test.go#L262:2: len: use require.Len
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufmodule/bufmodulestore/module_data_store_test.go#L205:3: empty: use require.Empty
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufmodule/bufmodulestore/module_data_store_test.go#L222:3: empty: use require.Empty
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufremoteplugin/bufremoteplugin_test.go#L37:2: error-nil: use require.NoError
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufremoteplugin/bufremoteplugin_test.go#L233:2: empty: use assert.Empty
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufremoteplugin/bufremoteplugindocker/docker_test.go#L63:2: error-nil: use require.NoErrorf
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufremoteplugin/bufremoteplugindocker/docker_test.go#L66:2: error-nil: use require.NoErrorf
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufremoteplugin/bufremoteplugindocker/docker_test.go#L79:2: error-nil: use require.NoErrorf
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufremoteplugin/bufremoteplugindocker/docker_test.go#L82:2: error-nil: use require.Error
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufremoteplugin/bufremoteplugindocker/docker_test.go#L109:2: error-nil: use require.NoErrorf
https://github.com/bufbuild/buf/blob/main/private/bufpkg/bufremoteplugin/bufremoteplugindocker/docker_test.go#L111:2: error-nil: use require.NoErrorf
https://github.com/bufbuild/buf/blob/main/private/pkg/app/app_test.go#L152:2: bool-compare: use assert.False
https://github.com/bufbuild/buf/blob/main/private/pkg/app/app_test.go#L155:2: bool-compare: use assert.True
https://github.com/bufbuild/buf/blob/main/private/pkg/app/app_test.go#L158:2: bool-compare: use assert.False
https://github.com/bufbuild/buf/blob/main/private/pkg/app/app_test.go#L161:2: bool-compare: use assert.True
https://github.com/bufbuild/buf/blob/main/private/pkg/app/app_test.go#L151:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/pkg/app/app_test.go#L154:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/pkg/app/app_test.go#L157:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/pkg/app/app_test.go#L160:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/pkg/diff/diffmyers/diffmyers_test.go#L40:3: expected-actual: need to reverse actual and expected values
https://github.com/bufbuild/buf/blob/main/private/pkg/diff/diffmyers/diffmyers_test.go#L59:3: expected-actual: need to reverse actual and expected values
https://github.com/bufbuild/buf/blob/main/private/pkg/diff/diffmyers/diffmyers_test.go#L76:3: expected-actual: need to reverse actual and expected values
https://github.com/bufbuild/buf/blob/main/private/pkg/diff/diffmyers/diffmyers_test.go#L92:3: expected-actual: need to reverse actual and expected values
https://github.com/bufbuild/buf/blob/main/private/pkg/diff/diffmyers/diffmyers_test.go#L109:3: expected-actual: need to reverse actual and expected values
https://github.com/bufbuild/buf/blob/main/private/pkg/diff/diffmyers/diffmyers_test.go#L125:3: empty: use assert.Empty
https://github.com/bufbuild/buf/blob/main/private/pkg/filepathext/filepathext_unix_test.go#L35:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/pkg/filepathext/filepathext_unix_test.go#L38:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/pkg/filepathext/filepathext_unix_test.go#L41:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/pkg/filepathext/filepathext_unix_test.go#L44:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/pkg/git/git_test.go#L57:3: error-is-as: use assert.ErrorIs
https://github.com/bufbuild/buf/blob/main/private/pkg/git/git_test.go#L59:3: error-is-as: use assert.ErrorIs
https://github.com/bufbuild/buf/blob/main/private/pkg/git/git_test.go#L70:3: error-is-as: use assert.ErrorIs
https://github.com/bufbuild/buf/blob/main/private/pkg/git/git_test.go#L84:3: error-is-as: use assert.ErrorIs
https://github.com/bufbuild/buf/blob/main/private/pkg/git/git_test.go#L95:3: error-is-as: use assert.ErrorIs
https://github.com/bufbuild/buf/blob/main/private/pkg/git/git_test.go#L106:3: error-is-as: use assert.ErrorIs
https://github.com/bufbuild/buf/blob/main/private/pkg/git/git_test.go#L117:3: error-is-as: use assert.ErrorIs
https://github.com/bufbuild/buf/blob/main/private/pkg/git/git_test.go#L128:3: error-is-as: use assert.ErrorIs
https://github.com/bufbuild/buf/blob/main/private/pkg/git/git_test.go#L139:3: error-is-as: use assert.ErrorIs
https://github.com/bufbuild/buf/blob/main/private/pkg/git/git_test.go#L150:3: error-is-as: use assert.ErrorIs
https://github.com/bufbuild/buf/blob/main/private/pkg/git/git_test.go#L163:3: error-is-as: use assert.ErrorIs
https://github.com/bufbuild/buf/blob/main/private/pkg/git/git_test.go#L176:3: error-is-as: use assert.ErrorIs
https://github.com/bufbuild/buf/blob/main/private/pkg/normalpath/normalpath_unix_test.go#L305:2: formatter: remove unnecessary fmt.Sprintf
https://github.com/bufbuild/buf/blob/main/private/pkg/normalpath/normalpath_unix_test.go#L323:2: formatter: remove unnecessary fmt.Sprintf
https://github.com/bufbuild/buf/blob/main/private/pkg/normalpath/normalpath_unix_test.go#L343:2: formatter: remove unnecessary fmt.Sprintf
https://github.com/bufbuild/buf/blob/main/private/pkg/normalpath/normalpath_unix_test.go#L368:2: formatter: remove unnecessary fmt.Sprintf
https://github.com/bufbuild/buf/blob/main/private/pkg/normalpath/normalpath_unix_test.go#L387:2: formatter: remove unnecessary fmt.Sprintf
https://github.com/bufbuild/buf/blob/main/private/pkg/normalpath/normalpath_unix_test.go#L405:2: formatter: remove unnecessary fmt.Sprintf
https://github.com/bufbuild/buf/blob/main/private/pkg/normalpath/normalpath_unix_test.go#L425:2: formatter: remove unnecessary fmt.Sprintf
https://github.com/bufbuild/buf/blob/main/private/pkg/normalpath/normalpath_unix_test.go#L450:2: formatter: remove unnecessary fmt.Sprintf
https://github.com/bufbuild/buf/blob/main/private/pkg/normalpath/normalpath_unix_test.go#L193:3: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/pkg/normalpath/normalpath_unix_test.go#L197:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/pkg/normalpath/normalpath_unix_test.go#L34:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/pkg/normalpath/normalpath_unix_test.go#L37:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/pkg/normalpath/normalpath_unix_test.go#L40:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/pkg/normalpath/normalpath_unix_test.go#L43:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/pkg/normalpath/normalpath_unix_test.go#L47:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/pkg/normalpath/normalpath_unix_test.go#L182:3: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/pkg/normalpath/normalpath_unix_test.go#L186:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/pkg/thread/thread_test.go#L43:3: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/pkg/thread/thread_test.go#L59:3: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/pkg/tmp/tmp_test.go#L32:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/pkg/tmp/tmp_test.go#L34:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/pkg/tmp/tmp_test.go#L45:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/pkg/tmp/tmp_test.go#L47:2: require-error: for error assertions use require
https://github.com/bufbuild/buf/blob/main/private/pkg/uuidutil/uuidutil_test.go#L89:2: len: use require.Len
https://github.com/bufbuild/buf/blob/main/private/pkg/zaputil/zaputil_test.go#L71:4: require-error: for error assertions use require

Report issue: https://github.com/bufbuild/buf/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682507978

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/gorse-io/gorse got output

https://github.com/gorse-io/gorse/blob/master/base/csv_test.go#L25:2: error-nil: use assert.Error
https://github.com/gorse-io/gorse/blob/master/base/csv_test.go#L26:2: error-nil: use assert.Error
https://github.com/gorse-io/gorse/blob/master/base/csv_test.go#L27:2: error-nil: use assert.NoError
https://github.com/gorse-io/gorse/blob/master/base/csv_test.go#L31:2: error-nil: use assert.Error
https://github.com/gorse-io/gorse/blob/master/base/csv_test.go#L32:2: error-nil: use assert.Error
https://github.com/gorse-io/gorse/blob/master/base/csv_test.go#L33:2: error-nil: use assert.Error
https://github.com/gorse-io/gorse/blob/master/base/csv_test.go#L34:2: error-nil: use assert.NoError
https://github.com/gorse-io/gorse/blob/master/base/index_test.go#L69:2: len: use assert.Len
https://github.com/gorse-io/gorse/blob/master/base/random_test.go#L30:2: compares: use assert.LessOrEqual
https://github.com/gorse-io/gorse/blob/master/base/random_test.go#L31:2: compares: use assert.LessOrEqual
https://github.com/gorse-io/gorse/blob/master/base/random_test.go#L37:2: compares: use assert.GreaterOrEqual
https://github.com/gorse-io/gorse/blob/master/base/random_test.go#L38:2: compares: use assert.LessOrEqual
https://github.com/gorse-io/gorse/blob/master/base/util_test.go#L25:2: len: use assert.Len
https://github.com/gorse-io/gorse/blob/master/base/util_test.go#L26:2: len: use assert.Len
https://github.com/gorse-io/gorse/blob/master/base/util_test.go#L27:2: len: use assert.Len
https://github.com/gorse-io/gorse/blob/master/base/util_test.go#L28:2: len: use assert.Len
https://github.com/gorse-io/gorse/blob/master/base/util_test.go#L33:2: len: use assert.Len
https://github.com/gorse-io/gorse/blob/master/base/util_test.go#L46:2: len: use assert.Len
https://github.com/gorse-io/gorse/blob/master/base/util_test.go#L48:3: len: use assert.Len
https://github.com/gorse-io/gorse/blob/master/base/util_test.go#L54:2: len: use assert.Len
https://github.com/gorse-io/gorse/blob/master/base/util_test.go#L55:2: len: use assert.Len
https://github.com/gorse-io/gorse/blob/master/base/util_test.go#L56:2: len: use assert.Len
https://github.com/gorse-io/gorse/blob/master/base/index_test.go#L76:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/index_test.go#L78:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/index_test.go#L37:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/index_test.go#L39:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/copier/copier_test.go#L167:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/copier/copier_test.go#L188:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/copier/copier_test.go#L82:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/copier/copier_test.go#L90:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/copier/copier_test.go#L96:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/copier/copier_test.go#L115:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/copier/copier_test.go#L130:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/copier/copier_test.go#L138:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/copier/copier_test.go#L144:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/copier/copier_test.go#L28:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/copier/copier_test.go#L40:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/copier/copier_test.go#L48:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/copier/copier_test.go#L57:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/copier/copier_test.go#L63:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/copier/copier_test.go#L68:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/copier/copier_test.go#L73:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/encoding/encoding_test.go#L65:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/base/encoding/encoding_test.go#L32:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/encoding/encoding_test.go#L35:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/encoding/encoding_test.go#L43:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/encoding/encoding_test.go#L46:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/encoding/encoding_test.go#L54:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/encoding/encoding_test.go#L57:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/floats/floats_amd64_test.go#L83:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/base/floats/floats_amd64_test.go#L141:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/base/floats/floats_test.go#L141:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/base/floats/floats_test.go#L148:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/base/jsonutil/json_test.go#L25:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/jsonutil/json_test.go#L29:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/jsonutil/json_test.go#L35:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/log/log_test.go#L26:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/log/log_test.go#L31:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/log/log_test.go#L37:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/log/log_test.go#L45:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/log/log_test.go#L50:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/log/log_test.go#L56:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/parallel/parallel_test.go#L105:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/parallel/parallel_test.go#L124:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/search/ivf_test.go#L31:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/base/search/index_test.go#L63:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/base/search/index_test.go#L32:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/config/config_test.go#L96:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/config/config_test.go#L101:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/config/config_test.go#L105:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/config/config_test.go#L114:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/config/config_test.go#L115:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/config/config_test.go#L127:4: bool-compare: use assert.True
https://github.com/gorse-io/gorse/blob/master/config/config_test.go#L128:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/config/config_test.go#L130:4: bool-compare: use assert.True
https://github.com/gorse-io/gorse/blob/master/config/config_test.go#L131:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/config/config_test.go#L133:4: bool-compare: use assert.False
https://github.com/gorse-io/gorse/blob/master/config/config_test.go#L142:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/config/config_test.go#L203:2: bool-compare: use assert.True
https://github.com/gorse-io/gorse/blob/master/config/config_test.go#L33:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/config/config_test.go#L45:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/config/config_test.go#L52:4: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/config/config_test.go#L54:4: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/config/config_test.go#L57:4: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/config/config_test.go#L153:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/config/config_test.go#L156:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/config/config_test.go#L189:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/config/config_test.go#L213:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/config/config_test.go#L220:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/config/config_test.go#L223:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L850:2: len: use assert.Len
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L853:2: len: use assert.Len
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L856:2: len: use assert.Len
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L100:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L122:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L546:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L410:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L412:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L414:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L416:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L420:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L422:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L432:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L448:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L453:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L455:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L465:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rpc_test.go#L79:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rpc_test.go#L82:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/local_cache_test.go#L49:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/local_cache_test.go#L74:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/local_cache_test.go#L77:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L62:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L64:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L67:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L69:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L83:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L93:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L356:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L361:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L363:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L373:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L502:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L504:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L506:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L508:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L659:4: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L664:5: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L773:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L780:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L784:3: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rpc_test.go#L100:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rpc_test.go#L114:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rpc_test.go#L122:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rpc_test.go#L124:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rpc_test.go#L129:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rpc_test.go#L131:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rpc_test.go#L138:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rpc_test.go#L141:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rpc_test.go#L149:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rpc_test.go#L155:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L576:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L710:3: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L715:4: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/master_test.go#L38:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/master_test.go#L40:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/master_test.go#L43:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L260:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L265:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L267:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L277:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L600:3: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L602:3: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L604:3: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L744:3: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L169:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L220:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L222:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L224:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L226:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L228:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L232:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L234:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L244:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L196:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L294:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L296:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L298:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L300:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L302:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L306:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L308:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L318:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L817:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L819:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L823:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L825:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L832:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L834:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L847:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L849:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L852:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L855:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L868:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L870:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L873:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L877:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L880:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L883:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/master/rest_test.go#L940:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/model/built_in_test.go#L26:2: error-nil: use assert.NoError
https://github.com/gorse-io/gorse/blob/master/model/built_in_test.go#L30:2: error-nil: use assert.NoError
https://github.com/gorse-io/gorse/blob/master/model/built_in_test.go#L31:2: len: use assert.Len
https://github.com/gorse-io/gorse/blob/master/model/params_test.go#L36:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/model/params_test.go#L40:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/model/params_test.go#L47:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/model/params_test.go#L50:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/model/params_test.go#L53:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/model/params_test.go#L55:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/model/params_test.go#L58:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/model/params_test.go#L60:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/model/params_test.go#L133:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/model/built_in_test.go#L36:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/model/click/data_test.go#L135:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/model/click/evaluator_test.go#L26:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/model/click/evaluator_test.go#L34:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/model/click/evaluator_test.go#L43:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/model/click/model_test.go#L99:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/model/click/search_test.go#L92:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/model/click/search_test.go#L104:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/model/click/search_test.go#L118:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/model/click/search_test.go#L133:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/model/click/deepfm_test.go#L45:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/model/click/deepfm_test.go#L75:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/model/click/deepfm_test.go#L77:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/model/click/search_test.go#L131:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/model/click/unified_index_test.go#L85:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/model/click/unified_index_test.go#L87:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/model/click/deepfm_test.go#L29:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/model/click/model_test.go#L46:4: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/model/click/data_test.go#L68:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/model/click/unified_index_test.go#L117:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/model/click/unified_index_test.go#L119:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/model/click/model_test.go#L86:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/model/click/model_test.go#L113:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/model/click/model_test.go#L115:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/model/click/search_test.go#L116:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/model/ranking/evaluator_test.go#L165:2: len: use assert.Len
https://github.com/gorse-io/gorse/blob/master/model/ranking/evaluator_test.go#L166:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/model/ranking/evaluator_test.go#L182:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/model/ranking/model_test.go#L60:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/model/ranking/model_test.go#L61:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/model/ranking/model_test.go#L117:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/model/ranking/model_test.go#L118:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/model/ranking/search_test.go#L113:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/model/ranking/search_test.go#L125:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/model/ranking/search_test.go#L139:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gorse-io/gorse/blob/master/model/ranking/search_test.go#L137:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/model/ranking/model_test.go#L44:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/model/ranking/model_test.go#L70:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/model/ranking/model_test.go#L72:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/model/ranking/model_test.go#L105:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/model/ranking/model_test.go#L123:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/model/ranking/model_test.go#L125:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/bench_test.go#L388:5: len: use require.Len
https://github.com/gorse-io/gorse/blob/master/server/bench_test.go#L550:5: len: use require.Len
https://github.com/gorse-io/gorse/blob/master/server/bench_test.go#L686:5: len: use require.Len
https://github.com/gorse-io/gorse/blob/master/server/bench_test.go#L714:3: len: use require.Len
https://github.com/gorse-io/gorse/blob/master/server/bench_test.go#L755:3: len: use require.Len
https://github.com/gorse-io/gorse/blob/master/server/bench_test.go#L974:5: len: use require.Len
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L779:2: len: use assert.Len
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L796:2: len: use assert.Len
https://github.com/gorse-io/gorse/blob/master/server/bench_test.go#L168:3: go-require: require must only be used in the goroutine running the test function
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L1405:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L1411:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L1418:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L1424:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L1431:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L1437:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L1444:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L1450:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L85:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L1326:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L1349:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L1353:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L1358:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L1363:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L1369:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/server_test.go#L68:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/local_cache_test.go#L30:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/local_cache_test.go#L35:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/local_cache_test.go#L37:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L1238:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L1262:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L1268:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L1275:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L1283:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L1291:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/server_test.go#L45:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L1673:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L1675:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L1677:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L1679:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L75:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L77:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L1549:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L1555:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L1562:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L1570:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L1578:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L844:4: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L863:4: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L50:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L52:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L55:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L57:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L778:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L795:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L992:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L1021:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L1042:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L1054:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L1189:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L253:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L350:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L1158:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/server_test.go#L86:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/server/rest_test.go#L834:3: suite-subtest-run: use suite.Run to run subtest
https://github.com/gorse-io/gorse/blob/master/storage/schema_test.go#L12:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/schema_test.go#L16:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L371:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L392:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L396:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L405:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L407:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L411:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L417:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L419:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L423:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L432:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L434:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L438:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L46:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/sql_test.go#L82:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/sql_test.go#L85:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/sql_test.go#L87:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/sql_test.go#L89:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/sql_test.go#L92:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/no_database_test.go#L29:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/no_database_test.go#L31:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/no_database_test.go#L33:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/no_database_test.go#L35:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/no_database_test.go#L37:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/no_database_test.go#L39:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/no_database_test.go#L41:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/no_database_test.go#L43:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/no_database_test.go#L45:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/no_database_test.go#L47:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/no_database_test.go#L50:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/no_database_test.go#L52:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/no_database_test.go#L54:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/no_database_test.go#L56:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/no_database_test.go#L59:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/no_database_test.go#L61:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/no_database_test.go#L63:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/no_database_test.go#L66:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/no_database_test.go#L68:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/no_database_test.go#L70:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/no_database_test.go#L72:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/no_database_test.go#L75:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/redis_test.go#L76:4: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/redis_test.go#L78:4: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/redis_test.go#L82:4: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/redis_test.go#L84:4: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/redis_test.go#L91:4: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/redis_test.go#L93:4: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/sql_test.go#L55:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/sql_test.go#L58:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/sql_test.go#L60:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/sql_test.go#L62:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/sql_test.go#L65:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L238:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L245:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L278:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L285:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L289:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L295:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L305:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L310:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L313:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L315:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L320:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L322:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L328:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L330:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L334:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L336:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L341:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L343:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L452:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L455:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/mongodb_test.go#L85:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/mongodb_test.go#L90:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/mongodb_test.go#L93:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/mongodb_test.go#L95:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/sql_test.go#L149:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/sql_test.go#L152:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/sql_test.go#L154:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/sql_test.go#L156:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/sql_test.go#L159:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/sql_test.go#L162:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L164:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L166:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L170:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L172:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L177:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L179:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L181:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L534:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L542:3: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/mongodb_test.go#L51:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/mongodb_test.go#L54:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/mongodb_test.go#L60:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/mongodb_test.go#L63:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/redis_test.go#L53:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/redis_test.go#L56:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/sql_test.go#L197:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/sql_test.go#L200:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L65:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L68:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L71:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L75:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L82:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L85:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L89:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L92:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L99:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L147:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L149:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L156:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/sql_test.go#L174:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/sql_test.go#L177:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/sql_test.go#L179:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/sql_test.go#L181:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/sql_test.go#L184:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/sql_test.go#L187:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/redis_test.go#L107:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/redis_test.go#L110:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/redis_test.go#L113:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/sql_test.go#L100:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/sql_test.go#L103:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L108:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L111:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L114:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L118:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L120:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L124:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L126:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L131:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L134:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L137:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L192:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L194:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L196:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L200:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L202:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L204:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L206:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L210:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L213:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L216:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L219:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/database_test.go#L222:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/sql_test.go#L121:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/sql_test.go#L137:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/cache/sql_test.go#L141:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L58:4: len: use suite.Len
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L86:4: len: use suite.Len
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L114:4: len: use suite.Len
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L167:2: len: use suite.Len
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L249:2: len: use suite.Len
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L256:2: len: use suite.Len
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L263:2: len: use suite.Len
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L274:2: len: use suite.Len
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L294:2: len: use suite.Len
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L300:2: len: use suite.Len
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L304:2: len: use suite.Len
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L310:2: len: use suite.Len
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L319:2: len: use suite.Len
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L329:2: len: use suite.Len
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L495:2: error-nil: use suite.Error
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L498:2: empty: use suite.Empty
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L523:2: empty: use suite.Empty
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L641:2: len: use suite.Len
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L645:2: len: use suite.Len
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L649:2: len: use suite.Len
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L653:2: len: use suite.Len
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L657:2: len: use suite.Len
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L710:2: len: use suite.Len
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L713:2: len: use suite.Len
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L716:2: len: use suite.Len
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L490:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L493:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L497:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L500:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L539:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L542:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L546:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L550:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L553:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L557:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L560:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L628:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L638:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L644:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L648:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L652:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L656:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L662:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L664:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L670:4: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L673:4: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L677:4: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L680:4: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L687:3: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L690:3: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L108:3: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L136:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/sql_test.go#L89:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/sql_test.go#L92:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/sql_test.go#L94:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/sql_test.go#L96:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/sql_test.go#L99:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L759:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L760:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L52:3: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L413:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L423:3: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L428:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L432:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L438:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L440:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L449:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L451:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L453:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L455:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L457:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L459:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L468:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L471:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L600:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L603:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L615:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L617:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L621:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/mongodb_test.go#L48:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/mongodb_test.go#L56:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/mongodb_test.go#L59:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/sql_test.go#L53:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/sql_test.go#L56:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/sql_test.go#L58:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/sql_test.go#L60:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/sql_test.go#L63:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/sql_test.go#L134:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/sql_test.go#L138:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L215:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L218:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L229:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L232:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L234:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L244:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L285:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L289:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L293:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L299:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L303:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L309:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L316:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L318:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L326:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L328:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L334:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L342:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L344:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L347:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L350:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L358:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L707:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L709:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L712:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L715:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L719:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L721:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L724:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L727:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/no_database_test.go#L31:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/no_database_test.go#L33:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/no_database_test.go#L35:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/no_database_test.go#L37:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/no_database_test.go#L40:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/no_database_test.go#L42:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/no_database_test.go#L44:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/no_database_test.go#L46:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/no_database_test.go#L48:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/no_database_test.go#L50:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/no_database_test.go#L52:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/no_database_test.go#L55:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/no_database_test.go#L57:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/no_database_test.go#L59:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/no_database_test.go#L61:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/no_database_test.go#L63:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/no_database_test.go#L65:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/no_database_test.go#L68:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/no_database_test.go#L70:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/no_database_test.go#L72:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/no_database_test.go#L74:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/no_database_test.go#L76:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/no_database_test.go#L78:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/no_database_test.go#L80:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/sql_test.go#L118:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L515:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L518:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L520:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L522:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L525:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/sql_test.go#L71:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L80:3: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L164:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L176:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L180:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L185:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L187:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L191:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L193:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L195:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L197:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/storage/data/database_test.go#L204:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L620:2: len: use suite.Len
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L316:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L324:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L331:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L339:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L348:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L353:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L356:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L359:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L364:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L367:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L374:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L107:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L112:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L125:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L130:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L133:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L136:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L139:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L142:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L276:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L285:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L293:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L296:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L82:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L84:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L625:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L865:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L874:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L595:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L598:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L610:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L711:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L887:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L895:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L918:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L925:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L930:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L933:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L941:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L948:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L955:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L959:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L962:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L1037:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L1039:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L1041:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L1043:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L1045:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L1051:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L1054:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L1057:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L1065:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L1068:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L1071:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/local_cache_test.go#L31:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/local_cache_test.go#L36:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/local_cache_test.go#L38:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L667:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L675:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L680:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L63:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L65:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L68:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L729:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L776:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L503:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L511:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L514:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L519:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L522:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L529:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L551:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L559:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L562:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L568:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L571:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L578:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L581:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L223:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L232:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L240:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L243:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L251:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L391:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L397:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L403:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L409:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L412:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L418:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L423:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L426:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L433:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L454:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L462:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L465:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L470:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L473:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L480:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L983:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L990:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L995:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L998:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L1006:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L1012:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L1019:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L1023:2: require-error: for error assertions use require
https://github.com/gorse-io/gorse/blob/master/worker/worker_test.go#L1026:2: require-error: for error assertions use require

Report issue: https://github.com/gorse-io/gorse/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682505529

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/GoAdminGroup/go-admin got output

https://github.com/GoAdminGroup/go-admin/blob/master/tests/web/page.go#L38:2: error-nil: use assert.NoError
https://github.com/GoAdminGroup/go-admin/blob/master/tests/web/page.go#L39:2: bool-compare: use assert.True
https://github.com/GoAdminGroup/go-admin/blob/master/tests/web/page.go#L44:2: error-nil: use assert.NoError
https://github.com/GoAdminGroup/go-admin/blob/master/tests/web/page.go#L45:2: bool-compare: use assert.False
https://github.com/GoAdminGroup/go-admin/blob/master/tests/web/page.go#L50:2: error-nil: use assert.NoError
https://github.com/GoAdminGroup/go-admin/blob/master/tests/web/page.go#L56:2: error-nil: use assert.NoError
https://github.com/GoAdminGroup/go-admin/blob/master/tests/web/page.go#L62:2: error-nil: use assert.NoError
https://github.com/GoAdminGroup/go-admin/blob/master/tests/web/page.go#L67:2: error-nil: use assert.NoError
https://github.com/GoAdminGroup/go-admin/blob/master/tests/web/page.go#L80:2: error-nil: use assert.NoError
https://github.com/GoAdminGroup/go-admin/blob/master/tests/web/page.go#L85:2: error-nil: use assert.NoError
https://github.com/GoAdminGroup/go-admin/blob/master/tests/web/page.go#L94:2: error-nil: use assert.NoError
https://github.com/GoAdminGroup/go-admin/blob/master/tests/web/page.go#L104:2: error-nil: use assert.NoError
https://github.com/GoAdminGroup/go-admin/blob/master/tests/web/page.go#L109:2: error-nil: use assert.NoError
https://github.com/GoAdminGroup/go-admin/blob/master/tests/web/page.go#L113:2: error-nil: use assert.NoError
https://github.com/GoAdminGroup/go-admin/blob/master/modules/auth/auth_test.go#L11:2: bool-compare: use assert.True
https://github.com/GoAdminGroup/go-admin/blob/master/modules/auth/middleware_test.go#L66:2: bool-compare: use assert.True
https://github.com/GoAdminGroup/go-admin/blob/master/modules/auth/middleware_test.go#L67:2: bool-compare: use assert.True
https://github.com/GoAdminGroup/go-admin/blob/master/modules/auth/middleware_test.go#L68:2: bool-compare: use assert.False
https://github.com/GoAdminGroup/go-admin/blob/master/modules/auth/middleware_test.go#L69:2: bool-compare: use assert.False
https://github.com/GoAdminGroup/go-admin/blob/master/modules/auth/middleware_test.go#L70:2: bool-compare: use assert.False
https://github.com/GoAdminGroup/go-admin/blob/master/modules/auth/middleware_test.go#L71:2: bool-compare: use assert.True
https://github.com/GoAdminGroup/go-admin/blob/master/modules/auth/middleware_test.go#L72:2: bool-compare: use assert.True
https://github.com/GoAdminGroup/go-admin/blob/master/modules/auth/middleware_test.go#L73:2: bool-compare: use assert.True
https://github.com/GoAdminGroup/go-admin/blob/master/modules/auth/middleware_test.go#L74:2: bool-compare: use assert.True
https://github.com/GoAdminGroup/go-admin/blob/master/modules/auth/middleware_test.go#L75:2: bool-compare: use assert.False
https://github.com/GoAdminGroup/go-admin/blob/master/modules/auth/middleware_test.go#L76:2: bool-compare: use assert.False
https://github.com/GoAdminGroup/go-admin/blob/master/modules/auth/middleware_test.go#L77:2: bool-compare: use assert.False
https://github.com/GoAdminGroup/go-admin/blob/master/modules/auth/middleware_test.go#L78:2: bool-compare: use assert.True
https://github.com/GoAdminGroup/go-admin/blob/master/modules/auth/middleware_test.go#L79:2: bool-compare: use assert.True
https://github.com/GoAdminGroup/go-admin/blob/master/modules/auth/middleware_test.go#L80:2: bool-compare: use assert.True
https://github.com/GoAdminGroup/go-admin/blob/master/modules/auth/middleware_test.go#L81:2: bool-compare: use assert.True
https://github.com/GoAdminGroup/go-admin/blob/master/modules/auth/middleware_test.go#L82:2: bool-compare: use assert.True
https://github.com/GoAdminGroup/go-admin/blob/master/modules/config/config_test.go#L19:2: expected-actual: need to reverse actual and expected values
https://github.com/GoAdminGroup/go-admin/blob/master/modules/config/config_test.go#L26:2: expected-actual: need to reverse actual and expected values
https://github.com/GoAdminGroup/go-admin/blob/master/modules/config/config_test.go#L33:2: expected-actual: need to reverse actual and expected values
https://github.com/GoAdminGroup/go-admin/blob/master/modules/config/config_test.go#L42:2: expected-actual: need to reverse actual and expected values
https://github.com/GoAdminGroup/go-admin/blob/master/modules/config/config_test.go#L51:2: expected-actual: need to reverse actual and expected values
https://github.com/GoAdminGroup/go-admin/blob/master/modules/config/config_test.go#L58:2: expected-actual: need to reverse actual and expected values
https://github.com/GoAdminGroup/go-admin/blob/master/modules/config/config_test.go#L67:2: expected-actual: need to reverse actual and expected values
https://github.com/GoAdminGroup/go-admin/blob/master/modules/config/config_test.go#L74:2: expected-actual: need to reverse actual and expected values
https://github.com/GoAdminGroup/go-admin/blob/master/modules/config/config_test.go#L75:2: bool-compare: use assert.True
https://github.com/GoAdminGroup/go-admin/blob/master/modules/config/config_test.go#L85:2: expected-actual: need to reverse actual and expected values
https://github.com/GoAdminGroup/go-admin/blob/master/modules/config/config_test.go#L95:2: expected-actual: need to reverse actual and expected values
https://github.com/GoAdminGroup/go-admin/blob/master/modules/config/config_test.go#L102:2: expected-actual: need to reverse actual and expected values
https://github.com/GoAdminGroup/go-admin/blob/master/modules/config/config_test.go#L108:2: expected-actual: need to reverse actual and expected values
https://github.com/GoAdminGroup/go-admin/blob/master/modules/config/config_test.go#L119:2: expected-actual: need to reverse actual and expected values
https://github.com/GoAdminGroup/go-admin/blob/master/modules/config/config_test.go#L128:2: expected-actual: need to reverse actual and expected values
https://github.com/GoAdminGroup/go-admin/blob/master/modules/config/config_test.go#L137:2: expected-actual: need to reverse actual and expected values
https://github.com/GoAdminGroup/go-admin/blob/master/modules/config/config_test.go#L147:2: expected-actual: need to reverse actual and expected values
https://github.com/GoAdminGroup/go-admin/blob/master/modules/config/config_test.go#L152:2: expected-actual: need to reverse actual and expected values
https://github.com/GoAdminGroup/go-admin/blob/master/modules/config/config_test.go#L153:2: expected-actual: need to reverse actual and expected values
https://github.com/GoAdminGroup/go-admin/blob/master/modules/config/config_test.go#L154:2: expected-actual: need to reverse actual and expected values
https://github.com/GoAdminGroup/go-admin/blob/master/modules/config/config_test.go#L155:2: expected-actual: need to reverse actual and expected values
https://github.com/GoAdminGroup/go-admin/blob/master/modules/config/config_test.go#L156:2: expected-actual: need to reverse actual and expected values
https://github.com/GoAdminGroup/go-admin/blob/master/modules/config/config_test.go#L157:2: bool-compare: use assert.True
https://github.com/GoAdminGroup/go-admin/blob/master/modules/config/config_test.go#L158:2: bool-compare: use assert.True
https://github.com/GoAdminGroup/go-admin/blob/master/modules/config/config_test.go#L159:2: expected-actual: need to reverse actual and expected values
https://github.com/GoAdminGroup/go-admin/blob/master/modules/config/config_test.go#L164:2: expected-actual: need to reverse actual and expected values
https://github.com/GoAdminGroup/go-admin/blob/master/modules/config/config_test.go#L165:2: expected-actual: need to reverse actual and expected values
https://github.com/GoAdminGroup/go-admin/blob/master/modules/config/config_test.go#L166:2: expected-actual: need to reverse actual and expected values
https://github.com/GoAdminGroup/go-admin/blob/master/modules/config/config_test.go#L167:2: expected-actual: need to reverse actual and expected values
https://github.com/GoAdminGroup/go-admin/blob/master/modules/config/config_test.go#L168:2: expected-actual: need to reverse actual and expected values
https://github.com/GoAdminGroup/go-admin/blob/master/modules/config/config_test.go#L169:2: bool-compare: use assert.True
https://github.com/GoAdminGroup/go-admin/blob/master/modules/config/config_test.go#L170:2: bool-compare: use assert.True
https://github.com/GoAdminGroup/go-admin/blob/master/modules/config/config_test.go#L171:2: expected-actual: need to reverse actual and expected values
https://github.com/GoAdminGroup/go-admin/blob/master/modules/language/language_test.go#L29:2: expected-actual: need to reverse actual and expected values
https://github.com/GoAdminGroup/go-admin/blob/master/modules/language/language_test.go#L31:2: expected-actual: need to reverse actual and expected values
https://github.com/GoAdminGroup/go-admin/blob/master/modules/language/language_test.go#L32:2: expected-actual: need to reverse actual and expected values
https://github.com/GoAdminGroup/go-admin/blob/master/modules/language/language_test.go#L33:2: expected-actual: need to reverse actual and expected values
https://github.com/GoAdminGroup/go-admin/blob/master/modules/language/language_test.go#L41:2: expected-actual: need to reverse actual and expected values
https://github.com/GoAdminGroup/go-admin/blob/master/modules/language/language_test.go#L45:2: expected-actual: need to reverse actual and expected values
https://github.com/GoAdminGroup/go-admin/blob/master/modules/utils/utils_test.go#L31:2: bool-compare: use assert.True
https://github.com/GoAdminGroup/go-admin/blob/master/modules/utils/utils_test.go#L32:2: bool-compare: use assert.False
https://github.com/GoAdminGroup/go-admin/blob/master/modules/utils/utils_test.go#L33:2: bool-compare: use assert.False
https://github.com/GoAdminGroup/go-admin/blob/master/modules/utils/utils_test.go#L34:2: bool-compare: use assert.False
https://github.com/GoAdminGroup/go-admin/blob/master/modules/utils/utils_test.go#L35:2: bool-compare: use assert.True
https://github.com/GoAdminGroup/go-admin/blob/master/modules/utils/utils_test.go#L36:2: bool-compare: use assert.False
https://github.com/GoAdminGroup/go-admin/blob/master/modules/utils/utils_test.go#L38:2: bool-compare: use assert.True
https://github.com/GoAdminGroup/go-admin/blob/master/modules/utils/utils_test.go#L39:2: bool-compare: use assert.False
https://github.com/GoAdminGroup/go-admin/blob/master/modules/utils/utils_test.go#L40:2: bool-compare: use assert.True
https://github.com/GoAdminGroup/go-admin/blob/master/modules/utils/utils_test.go#L41:2: bool-compare: use assert.True
https://github.com/GoAdminGroup/go-admin/blob/master/modules/utils/utils_test.go#L42:2: bool-compare: use assert.False
https://github.com/GoAdminGroup/go-admin/blob/master/modules/utils/utils_test.go#L43:2: bool-compare: use assert.True
https://github.com/GoAdminGroup/go-admin/blob/master/modules/utils/utils_test.go#L44:2: bool-compare: use assert.False
https://github.com/GoAdminGroup/go-admin/blob/master/modules/utils/utils_test.go#L45:2: bool-compare: use assert.True
https://github.com/GoAdminGroup/go-admin/blob/master/modules/utils/utils_test.go#L46:2: bool-compare: use assert.True
https://github.com/GoAdminGroup/go-admin/blob/master/modules/utils/utils_test.go#L47:2: bool-compare: use assert.False
https://github.com/GoAdminGroup/go-admin/blob/master/modules/utils/utils_test.go#L48:2: bool-compare: use assert.False
https://github.com/GoAdminGroup/go-admin/blob/master/modules/utils/utils_test.go#L49:2: bool-compare: use assert.True
https://github.com/GoAdminGroup/go-admin/blob/master/modules/utils/utils_test.go#L50:2: bool-compare: use assert.True
https://github.com/GoAdminGroup/go-admin/blob/master/template/template_test.go#L10:2: bool-compare: use assert.True
https://github.com/GoAdminGroup/go-admin/blob/master/template/template_test.go#L11:2: bool-compare: use assert.True
https://github.com/GoAdminGroup/go-admin/blob/master/template/template_test.go#L12:2: bool-compare: use assert.True
https://github.com/GoAdminGroup/go-admin/blob/master/template/template_test.go#L13:2: bool-compare: use assert.False
https://github.com/GoAdminGroup/go-admin/blob/master/template/template_test.go#L14:2: bool-compare: use assert.True
https://github.com/GoAdminGroup/go-admin/blob/master/template/template_test.go#L15:2: bool-compare: use assert.True
https://github.com/GoAdminGroup/go-admin/blob/master/template/template_test.go#L16:2: bool-compare: use assert.True
https://github.com/GoAdminGroup/go-admin/blob/master/template/template_test.go#L17:2: bool-compare: use assert.False
https://github.com/GoAdminGroup/go-admin/blob/master/template/template_test.go#L18:2: bool-compare: use assert.True

Report issue: https://github.com/GoAdminGroup/go-admin/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682506567

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/gruntwork-io/terragrunt got output

terraform/getproviders/lock_test.go#L12:2: no required module provides package github.com/gruntwork-io/terragrunt/terraform/getproviders/mocks; to add it:
go get github.com/gruntwork-io/terragrunt/terraform/getproviders/mocks
https://github.com/gruntwork-io/terragrunt/blob/master/terraform/getproviders/lock_test.go#L12:2: could not import github.com/gruntwork-io/terragrunt/terraform/getproviders/mocks (invalid package name: "")
testifylint: 2 errors during loading

Report issue: https://github.com/gruntwork-io/terragrunt/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682507436

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/andeya/pholcus got output

common/beanstalkd/beanstalkd.go#L8:2: missing go.sum entry for module providing package github.com/pkg/errors (imported by github.com/henrylee2cn/pholcus/common/beanstalkd); to add:
go get github.com/henrylee2cn/pholcus/common/beanstalkd
https://github.com/andeya/pholcus/blob/master/common/beanstalkd/beanstalkd.go#L8:2: could not import github.com/pkg/errors (invalid package name: "")
-: build constraints exclude all Go files in /home/runner/go/pkg/mod/github.com/lxn/walk@v0.0.0-20190619151032-86d8802c197a
https://github.com/andeya/pholcus/blob/master/gui/model/guispider.go#L10:2: could not import github.com/lxn/walk (invalid package name: "")
-: build constraints exclude all Go files in /home/runner/go/pkg/mod/github.com/lxn/win@v0.0.0-20190716185335-d1d36f0e4f48
https://github.com/andeya/pholcus/blob/master/gui/logview.go#L11:2: could not import github.com/lxn/walk (invalid package name: "")
https://github.com/andeya/pholcus/blob/master/gui/logview.go#L12:2: could not import github.com/lxn/win (invalid package name: "")
https://github.com/andeya/pholcus/blob/master/gui/var.go#L42:30: undefined: declarative.RadioButton
https://github.com/andeya/pholcus/blob/master/gui/client.go#L12:13: undefined: MainWindow
https://github.com/andeya/pholcus/blob/master/gui/client.go#L14:15: undefined: DataBinder
https://github.com/andeya/pholcus/blob/master/gui/client.go#L17:20: undefined: ErrorPresenterRef
https://github.com/andeya/pholcus/blob/master/gui/client.go#L20:13: undefined: Size
https://github.com/andeya/pholcus/blob/master/gui/client.go#L21:13: undefined: VBox
https://github.com/andeya/pholcus/blob/master/gui/client.go#L22:15: undefined: Widget
https://github.com/andeya/pholcus/blob/master/gui/logview.go#L35:5: lv.SendMessage undefined (type *LogView has no field or method SendMessage)
https://github.com/andeya/pholcus/blob/master/gui/logview.go#L52:5: lv.SendMessage undefined (type *LogView has no field or method SendMessage)
https://github.com/andeya/pholcus/blob/master/gui/logview.go#L56:16: lv.SendMessage undefined (type *LogView has no field or method SendMessage)
https://github.com/andeya/pholcus/blob/master/gui/logview.go#L62:5: lv.SendMessage undefined (type *LogView has no field or method SendMessage)
https://github.com/andeya/pholcus/blob/master/gui/logview.go#L62:70: undefined: syscall.StringToUTF16Ptr
https://github.com/andeya/pholcus/blob/master/gui/logview.go#L66:13: lv.SendMessage undefined (type *LogView has no field or method SendMessage)
https://github.com/andeya/pholcus/blob/master/gui/logview.go#L75:21: lv.Handle undefined (type *LogView has no field or method Handle)
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L16:13: undefined: MainWindow
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L18:15: undefined: DataBinder
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L21:20: undefined: ErrorPresenterRef
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L24:12: undefined: Size
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L25:12: undefined: VBox
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L26:15: undefined: Widget
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L28:4: undefined: Composite
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L30:15: undefined: Grid
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L31:17: undefined: Widget
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L33:6: undefined: TableView
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L35:30: undefined: Size
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L39:18: undefined: TableViewColumn
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L47:6: undefined: VSplitter
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L49:19: undefined: Size
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L50:19: undefined: Widget
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L52:8: undefined: VSplitter
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L53:21: undefined: Widget
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L54:10: undefined: Label
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L57:10: undefined: LineEdit
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L58:17: undefined: Bind
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L63:8: undefined: VSplitter
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L64:21: undefined: Widget
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L65:10: undefined: Label
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L68:10: undefined: NumberEdit
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L69:21: undefined: Bind
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L76:8: undefined: VSplitter
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L77:21: undefined: Widget
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L78:10: undefined: Label
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L81:10: undefined: NumberEdit
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L82:21: undefined: Bind
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L82:39: undefined: Range
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L89:8: undefined: VSplitter
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L90:21: undefined: Widget
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L91:10: undefined: Label
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L94:10: undefined: NumberEdit
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L95:21: undefined: Bind
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L95:39: undefined: Range
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L102:8: undefined: VSplitter
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L103:21: undefined: Widget
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L104:10: undefined: Label
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L107:10: undefined: ComboBox
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L108:26: undefined: Bind
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L108:44: undefined: SelRequired
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L116:8: undefined: VSplitter
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L117:21: undefined: Widget
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L118:10: undefined: Label
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L121:10: undefined: ComboBox
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L122:26: undefined: Bind
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L122:46: undefined: SelRequired
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L130:8: undefined: RadioButtonGroupBox
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L133:21: undefined: HBox
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L142:4: undefined: Composite
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L143:13: undefined: HBox
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L144:17: undefined: Widget
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L145:6: undefined: VSplitter
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L146:19: undefined: Widget
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L148:8: undefined: LineErrorPresenter
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L154:6: undefined: HSplitter
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L155:16: undefined: Size
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L156:19: undefined: Widget
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L157:8: undefined: Label
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L160:8: undefined: CheckBox
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L161:18: undefined: Bind
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L166:6: undefined: HSplitter
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L167:16: undefined: Size
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L168:19: undefined: Widget
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L169:8: undefined: Label
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L172:8: undefined: CheckBox
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L173:18: undefined: Bind
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L178:6: undefined: VSplitter
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L179:16: undefined: Size
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L180:19: undefined: Widget
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L181:8: undefined: PushButton
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L188:6: undefined: VSplitter
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L189:16: undefined: Size
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L190:19: undefined: Widget
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L191:8: undefined: PushButton
https://github.com/andeya/pholcus/blob/master/gui/pholcus-gui.go#L22:39: undefined: declarative.RadioButton
https://github.com/andeya/pholcus/blob/master/gui/pholcus-gui.go#L27:30: undefined: declarative.RadioButton
https://github.com/andeya/pholcus/blob/master/gui/runmode.go#L13:13: undefined: MainWindow
https://github.com/andeya/pholcus/blob/master/gui/runmode.go#L15:15: undefined: DataBinder
https://github.com/andeya/pholcus/blob/master/gui/runmode.go#L18:20: undefined: ErrorPresenterRef
https://github.com/andeya/pholcus/blob/master/gui/runmode.go#L21:12: undefined: Size
https://github.com/andeya/pholcus/blob/master/gui/runmode.go#L22:12: undefined: VBox
https://github.com/andeya/pholcus/blob/master/gui/runmode.go#L23:15: undefined: Widget
https://github.com/andeya/pholcus/blob/master/gui/runmode.go#L25:4: undefined: RadioButtonGroupBox
https://github.com/andeya/pholcus/blob/master/gui/runmode.go#L28:15: undefined: HBox
https://github.com/andeya/pholcus/blob/master/gui/runmode.go#L29:15: undefined: Size
https://github.com/andeya/pholcus/blob/master/gui/runmode.go#L32:16: undefined: RadioButton
https://github.com/andeya/pholcus/blob/master/gui/runmode.go#L39:4: undefined: VSplitter
https://github.com/andeya/pholcus/blob/master/gui/runmode.go#L41:15: undefined: Size
https://github.com/andeya/pholcus/blob/master/gui/runmode.go#L42:17: undefined: Widget
https://github.com/andeya/pholcus/blob/master/gui/runmode.go#L43:6: undefined: Label
https://github.com/andeya/pholcus/blob/master/gui/runmode.go#L46:6: undefined: NumberEdit
https://github.com/andeya/pholcus/blob/master/gui/runmode.go#L47:17: undefined: Bind
https://github.com/andeya/pholcus/blob/master/gui/runmode.go#L52:6: undefined: Label
https://github.com/andeya/pholcus/blob/master/gui/runmode.go#L55:6: undefined: LineEdit
https://github.com/andeya/pholcus/blob/master/gui/runmode.go#L56:13: undefined: Bind
https://github.com/andeya/pholcus/blob/master/gui/runmode.go#L61:4: undefined: PushButton
https://github.com/andeya/pholcus/blob/master/gui/runmode.go#L63:15: undefined: Size
https://github.com/andeya/pholcus/blob/master/gui/server.go#L19:13: undefined: MainWindow
https://github.com/andeya/pholcus/blob/master/gui/server.go#L21:15: undefined: DataBinder
https://github.com/andeya/pholcus/blob/master/gui/server.go#L24:20: undefined: ErrorPresenterRef
https://github.com/andeya/pholcus/blob/master/gui/server.go#L27:12: undefined: Size
https://github.com/andeya/pholcus/blob/master/gui/server.go#L28:12: undefined: VBox
https://github.com/andeya/pholcus/blob/master/gui/server.go#L29:15: undefined: Widget
https://github.com/andeya/pholcus/blob/master/gui/server.go#L31:4: undefined: Composite
https://github.com/andeya/pholcus/blob/master/gui/server.go#L33:15: undefined: Grid
https://github.com/andeya/pholcus/blob/master/gui/server.go#L34:17: undefined: Widget
https://github.com/andeya/pholcus/blob/master/gui/server.go#L36:6: undefined: TableView
https://github.com/andeya/pholcus/blob/master/gui/server.go#L38:30: undefined: Size
https://github.com/andeya/pholcus/blob/master/gui/server.go#L42:18: undefined: TableViewColumn
https://github.com/andeya/pholcus/blob/master/gui/server.go#L50:6: undefined: VSplitter
https://github.com/andeya/pholcus/blob/master/gui/server.go#L52:19: undefined: Size
https://github.com/andeya/pholcus/blob/master/gui/server.go#L53:19: undefined: Widget
https://github.com/andeya/pholcus/blob/master/gui/server.go#L55:8: undefined: VSplitter
https://github.com/andeya/pholcus/blob/master/gui/server.go#L56:21: undefined: Widget
https://github.com/andeya/pholcus/blob/master/gui/server.go#L57:10: undefined: Label
https://github.com/andeya/pholcus/blob/master/gui/server.go#L60:10: undefined: LineEdit
https://github.com/andeya/pholcus/blob/master/gui/server.go#L61:17: undefined: Bind
https://github.com/andeya/pholcus/blob/master/gui/server.go#L66:8: undefined: VSplitter
https://github.com/andeya/pholcus/blob/master/gui/server.go#L67:21: undefined: Widget
https://github.com/andeya/pholcus/blob/master/gui/server.go#L68:10: undefined: Label
https://github.com/andeya/pholcus/blob/master/gui/server.go#L71:10: undefined: NumberEdit
https://github.com/andeya/pholcus/blob/master/gui/server.go#L72:21: undefined: Bind
https://github.com/andeya/pholcus/blob/master/gui/server.go#L79:8: undefined: VSplitter
https://github.com/andeya/pholcus/blob/master/gui/server.go#L80:21: undefined: Widget
https://github.com/andeya/pholcus/blob/master/gui/server.go#L81:10: undefined: Label
https://github.com/andeya/pholcus/blob/master/gui/server.go#L84:10: undefined: NumberEdit
https://github.com/andeya/pholcus/blob/master/gui/server.go#L85:21: undefined: Bind
https://github.com/andeya/pholcus/blob/master/gui/server.go#L85:39: undefined: Range
https://github.com/andeya/pholcus/blob/master/gui/server.go#L92:8: undefined: VSplitter
https://github.com/andeya/pholcus/blob/master/gui/server.go#L93:21: undefined: Widget
https://github.com/andeya/pholcus/blob/master/gui/server.go#L94:10: undefined: Label
https://github.com/andeya/pholcus/blob/master/gui/server.go#L97:10: undefined: NumberEdit
https://github.com/andeya/pholcus/blob/master/gui/server.go#L98:21: undefined: Bind
https://github.com/andeya/pholcus/blob/master/gui/server.go#L98:39: undefined: Range
https://github.com/andeya/pholcus/blob/master/gui/server.go#L105:8: undefined: VSplitter
https://github.com/andeya/pholcus/blob/master/gui/server.go#L106:21: undefined: Widget
https://github.com/andeya/pholcus/blob/master/gui/server.go#L107:10: undefined: Label
https://github.com/andeya/pholcus/blob/master/gui/server.go#L110:10: undefined: ComboBox
https://github.com/andeya/pholcus/blob/master/gui/server.go#L111:26: undefined: Bind
https://github.com/andeya/pholcus/blob/master/gui/server.go#L111:44: undefined: SelRequired
https://github.com/andeya/pholcus/blob/master/gui/server.go#L119:8: undefined: VSplitter
https://github.com/andeya/pholcus/blob/master/gui/server.go#L120:21: undefined: Widget
https://github.com/andeya/pholcus/blob/master/gui/server.go#L121:10: undefined: Label
https://github.com/andeya/pholcus/blob/master/gui/server.go#L124:10: undefined: ComboBox
https://github.com/andeya/pholcus/blob/master/gui/server.go#L125:26: undefined: Bind
https://github.com/andeya/pholcus/blob/master/gui/server.go#L125:46: undefined: SelRequired
https://github.com/andeya/pholcus/blob/master/gui/server.go#L133:8: undefined: RadioButtonGroupBox
https://github.com/andeya/pholcus/blob/master/gui/server.go#L136:21: undefined: HBox
https://github.com/andeya/pholcus/blob/master/gui/server.go#L145:4: undefined: Composite
https://github.com/andeya/pholcus/blob/master/gui/server.go#L146:13: undefined: HBox
https://github.com/andeya/pholcus/blob/master/gui/server.go#L147:17: undefined: Widget
https://github.com/andeya/pholcus/blob/master/gui/server.go#L150:6: undefined: LineErrorPresenter
https://github.com/andeya/pholcus/blob/master/gui/server.go#L154:6: undefined: HSplitter
https://github.com/andeya/pholcus/blob/master/gui/server.go#L155:16: undefined: Size
https://github.com/andeya/pholcus/blob/master/gui/server.go#L156:19: undefined: Widget
https://github.com/andeya/pholcus/blob/master/gui/server.go#L157:8: undefined: Label
https://github.com/andeya/pholcus/blob/master/gui/server.go#L160:8: undefined: CheckBox
https://github.com/andeya/pholcus/blob/master/gui/server.go#L161:18: undefined: Bind
https://github.com/andeya/pholcus/blob/master/gui/server.go#L166:6: undefined: HSplitter
https://github.com/andeya/pholcus/blob/master/gui/server.go#L167:16: undefined: Size
https://github.com/andeya/pholcus/blob/master/gui/server.go#L168:19: undefined: Widget
https://github.com/andeya/pholcus/blob/master/gui/server.go#L169:8: undefined: Label
https://github.com/andeya/pholcus/blob/master/gui/server.go#L172:8: undefined: CheckBox
https://github.com/andeya/pholcus/blob/master/gui/server.go#L173:18: undefined: Bind
https://github.com/andeya/pholcus/blob/master/gui/server.go#L178:6: undefined: PushButton
https://github.com/andeya/pholcus/blob/master/gui/server.go#L179:18: undefined: Size
https://github.com/andeya/pholcus/blob/master/gui/client.go#L4:2: "github.com/lxn/walk/declarative" imported and not used
https://github.com/andeya/pholcus/blob/master/gui/offline.go#L5:2: "github.com/lxn/walk/declarative" imported and not used
https://github.com/andeya/pholcus/blob/master/gui/runmode.go#L5:2: "github.com/lxn/walk/declarative" imported and not used
https://github.com/andeya/pholcus/blob/master/gui/server.go#L7:2: "github.com/lxn/walk/declarative" imported and not used
-: # github.com/henrylee2cn/pholcus/common/session [github.com/henrylee2cn/pholcus/common/session.test]
common/session/sess_test.go#L126:13: cconfig.CookieName undefined (type *cookieConfig has no field or method CookieName)
https://github.com/andeya/pholcus/blob/master/common/session/sess_test.go#L126:13: cconfig.CookieName undefined (type *cookieConfig has no field or method CookieName)
-: # github.com/henrylee2cn/pholcus/logs/logs [github.com/henrylee2cn/pholcus/logs/logs.test]
logs/logs/file_test.go#L64:6: log.Info undefined (type *BeeLogger has no field or method Info)
logs/logs/file_test.go#L98:6: log.Info undefined (type *BeeLogger has no field or method Info)
https://github.com/andeya/pholcus/blob/master/logs/logs/file_test.go#L64:6: log.Info undefined (type *BeeLogger has no field or method Info)
https://github.com/andeya/pholcus/blob/master/logs/logs/file_test.go#L98:6: log.Info undefined (type *BeeLogger has no field or method Info)
testifylint: 199 errors during loading

Report issue: https://github.com/andeya/pholcus/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682511415

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/kubernetes-sigs/external-dns got output

https://github.com/kubernetes-sigs/external-dns/blob/master/endpoint/domain_filter_test.go#L498:2: bool-compare: use assert.True
https://github.com/kubernetes-sigs/external-dns/blob/master/endpoint/domain_filter_test.go#L499:2: bool-compare: use assert.False
https://github.com/kubernetes-sigs/external-dns/blob/master/endpoint/target_filter_test.go#L94:2: bool-compare: use assert.True
https://github.com/kubernetes-sigs/external-dns/blob/master/endpoint/target_filter_test.go#L95:2: bool-compare: use assert.False
https://github.com/kubernetes-sigs/external-dns/blob/master/endpoint/domain_filter_test.go#L656:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/endpoint/labels_test.go#L84:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/endpoint/labels_test.go#L88:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/endpoint/labels_test.go#L92:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/endpoint/labels_test.go#L98:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/endpoint/labels_test.go#L104:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/endpoint/labels_test.go#L108:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/endpoint/labels_test.go#L77:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/pkg/apis/externaldns/validation/validation_test.go#L95:3: error-nil: use assert.Error
https://github.com/kubernetes-sigs/external-dns/blob/master/pkg/apis/externaldns/validation/validation_test.go#L116:3: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/pkg/apis/externaldns/validation/validation_test.go#L140:2: error-nil: use assert.Error
https://github.com/kubernetes-sigs/external-dns/blob/master/pkg/apis/externaldns/validation/validation_test.go#L154:2: error-nil: use assert.Error
https://github.com/kubernetes-sigs/external-dns/blob/master/pkg/apis/externaldns/validation/validation_test.go#L168:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/pkg/apis/externaldns/validation/validation_test.go#L257:3: error-nil: use assert.Error
https://github.com/kubernetes-sigs/external-dns/blob/master/pkg/apis/externaldns/validation/validation_test.go#L280:3: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/pkg/apis/externaldns/validation/validation_test.go#L30:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/pkg/apis/externaldns/validation/validation_test.go#L34:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/pkg/apis/externaldns/validation/validation_test.go#L38:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/pkg/apis/externaldns/validation/validation_test.go#L43:3: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/pkg/apis/externaldns/validation/validation_test.go#L48:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/provider_test.go#L53:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/provider_test.go#L54:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/provider_test.go#L55:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/akamai/akamai_test.go#L157:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/akamai/akamai_test.go#L172:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/akamai/akamai_test.go#L188:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/akamai/akamai_test.go#L223:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/akamai/akamai_test.go#L237:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/akamai/akamai_test.go#L267:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/akamai/akamai_test.go#L275:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/akamai/akamai_test.go#L283:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/akamai/akamai_test.go#L292:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/akamai/akamai_test.go#L301:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/akamai/akamai_test.go#L309:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/akamai/akamai_test.go#L317:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/akamai/akamai_test.go#L326:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/akamai/akamai_test.go#L335:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/akamai/akamai_test.go#L343:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/akamai/akamai_test.go#L351:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/akamai/akamai_test.go#L360:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/akamai/akamai_test.go#L368:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/akamai/akamai_test.go#L385:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/aws/aws_test.go#L1288:2: len: use require.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/aws/aws_test.go#L1326:2: len: use require.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/aws/aws_test.go#L1364:2: empty: use require.Empty
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/aws/aws_test.go#L1423:2: len: use require.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/aws/aws_test.go#L1482:2: len: use require.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/aws/aws_test.go#L1541:2: len: use require.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/aws/aws_test.go#L1600:2: len: use require.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/aws/aws_test.go#L537:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/aws/session_test.go#L42:3: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/aws/session_test.go#L60:3: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/aws/aws_test.go#L1607:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/awssd/aws_sd_test.go#L866:2: empty: use assert.Empty
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/awssd/aws_sd_test.go#L669:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/awssd/aws_sd_test.go#L674:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/azure/config_test.go#L58:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/azure/config_test.go#L59:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/azure/config_test.go#L60:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/bluecat/bluecat_test.go#L419:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/bluecat/bluecat_test.go#L420:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/bluecat/bluecat_test.go#L439:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/bluecat/bluecat_test.go#L440:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/bluecat/bluecat_test.go#L459:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/bluecat/bluecat_test.go#L460:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/civo/civo_test.go#L148:2: empty: use assert.Empty
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/civo/civo_test.go#L185:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/civo/civo_test.go#L186:2: empty: use assert.Empty
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/civo/civo_test.go#L187:2: empty: use assert.Empty
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/civo/civo_test.go#L309:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/civo/civo_test.go#L310:2: empty: use assert.Empty
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/civo/civo_test.go#L311:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/civo/civo_test.go#L438:2: empty: use assert.Empty
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/civo/civo_test.go#L439:2: empty: use assert.Empty
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/civo/civo_test.go#L440:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/civo/civo_test.go#L576:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/civo/civo_test.go#L579:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/civo/civo_test.go#L117:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/civo/civo_test.go#L120:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/civo/civo_test.go#L146:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/civo/civo_test.go#L44:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/civo/civo_test.go#L62:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/civo/civo_test.go#L65:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/cloudflare/cloudflare_test.go#L624:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/cloudflare/cloudflare_test.go#L643:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/cloudflare/cloudflare_test.go#L682:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/cloudflare/cloudflare_test.go#L1186:4: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/cloudflare/cloudflare_test.go#L1215:4: empty: use assert.Empty
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/cloudflare/cloudflare_test.go#L1216:4: empty: use assert.Empty
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/cloudflare/cloudflare_test.go#L1219:5: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/cloudflare/cloudflare_test.go#L1220:5: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/cloudflare/cloudflare_test.go#L1222:5: empty: use assert.Empty
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/cloudflare/cloudflare_test.go#L1223:5: empty: use assert.Empty
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/cloudflare/cloudflare_test.go#L1360:2: empty: use assert.Empty
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/cloudflare/cloudflare_test.go#L1361:2: empty: use assert.Empty
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/cloudflare/cloudflare_test.go#L1362:2: empty: use assert.Empty
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/cloudflare/cloudflare_test.go#L1363:2: empty: use assert.Empty
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/cloudflare/cloudflare_test.go#L1202:4: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/cloudflare/cloudflare_test.go#L312:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/cloudflare/cloudflare_test.go#L1260:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/digitalocean/digital_ocean_test.go#L385:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/digitalocean/digital_ocean_test.go#L386:2: empty: use assert.Empty
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/digitalocean/digital_ocean_test.go#L387:2: empty: use assert.Empty
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/digitalocean/digital_ocean_test.go#L453:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/digitalocean/digital_ocean_test.go#L454:2: empty: use assert.Empty
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/digitalocean/digital_ocean_test.go#L455:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/digitalocean/digital_ocean_test.go#L541:2: empty: use assert.Empty
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/digitalocean/digital_ocean_test.go#L542:2: empty: use assert.Empty
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/digitalocean/digital_ocean_test.go#L543:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/digitalocean/digital_ocean_test.go#L603:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/digitalocean/digital_ocean_test.go#L606:2: empty: use assert.Empty
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/digitalocean/digital_ocean_test.go#L610:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/digitalocean/digital_ocean_test.go#L628:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/digitalocean/digital_ocean_test.go#L666:2: len: use require.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/digitalocean/digital_ocean_test.go#L685:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/digitalocean/digital_ocean_test.go#L694:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/digitalocean/digital_ocean_test.go#L699:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/digitalocean/digital_ocean_test.go#L704:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/dnsimple/dnsimple_test.go#L159:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/dnsimple/dnsimple_test.go#L164:2: error-nil: use assert.Error
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/dnsimple/dnsimple_test.go#L169:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/dnsimple/dnsimple_test.go#L180:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/dnsimple/dnsimple_test.go#L185:2: error-nil: use assert.Error
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/dnsimple/dnsimple_test.go#L226:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/dnsimple/dnsimple_test.go#L229:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/dnsimple/dnsimple_test.go#L234:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/dnsimple/dnsimple_test.go#L237:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/dnsimple/dnsimple_test.go#L263:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/dnsimple/dnsimple_test.go#L274:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/dnsimple/dnsimple_test.go#L278:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/dyn/dyn_test.go#L62:2: empty: use assert.Empty
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/dyn/dyn_test.go#L97:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/dyn/dyn_test.go#L133:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/dyn/dyn_test.go#L169:2: empty: use assert.Empty
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/dyn/dyn_test.go#L235:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/exoscale/exoscale_test.go#L124:3: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/exoscale/exoscale_test.go#L193:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/exoscale/exoscale_test.go#L197:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/exoscale/exoscale_test.go#L201:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/exoscale/exoscale_test.go#L237:2: empty: use assert.Empty
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/exoscale/exoscale_test.go#L272:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/exoscale/exoscale_test.go#L308:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/exoscale/exoscale_test.go#L344:2: empty: use assert.Empty
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/gandi/gandi_test.go#L163:2: bool-compare: use assert.True
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/gandi/gandi_test.go#L170:2: bool-compare: use assert.True
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/gandi/gandi_test.go#L177:2: bool-compare: use assert.True
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/gandi/gandi_test.go#L184:2: bool-compare: use assert.False
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/godaddy/godaddy_test.go#L154:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/godaddy/godaddy_test.go#L185:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/godaddy/godaddy_test.go#L201:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/godaddy/godaddy_test.go#L216:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/godaddy/godaddy_test.go#L270:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/godaddy/godaddy_test.go#L313:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/godaddy/godaddy_test.go#L377:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/godaddy/godaddy_test.go#L109:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/godaddy/godaddy_test.go#L118:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/godaddy/godaddy_test.go#L445:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/google/google_test.go#L546:2: len: use require.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/google/google_test.go#L571:2: len: use require.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/google/google_test.go#L603:2: empty: use require.Empty
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ibmcloud/ibmcloud_test.go#L409:2: bool-compare: use assert.False
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ibmcloud/ibmcloud_test.go#L415:2: bool-compare: use assert.False
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ibmcloud/ibmcloud_test.go#L432:2: bool-compare: use assert.True
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ibmcloud/ibmcloud_test.go#L363:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ibmcloud/ibmcloud_test.go#L305:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ibmcloud/ibmcloud_test.go#L315:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ibmcloud/ibmcloud_test.go#L431:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ibmcloud/ibmcloud_test.go#L408:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ibmcloud/ibmcloud_test.go#L414:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/inmemory/inmemory_test.go#L571:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ns1/ns1_test.go#L141:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ovh/ovh_test.go#L278:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ovh/ovh_test.go#L293:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ovh/ovh_test.go#L398:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ovh/ovh_test.go#L406:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ovh/ovh_test.go#L413:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ovh/ovh_test.go#L89:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ovh/ovh_test.go#L97:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ovh/ovh_test.go#L115:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ovh/ovh_test.go#L124:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ovh/ovh_test.go#L135:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ovh/ovh_test.go#L146:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ovh/ovh_test.go#L158:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ovh/ovh_test.go#L179:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ovh/ovh_test.go#L196:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ovh/ovh_test.go#L217:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ovh/ovh_test.go#L235:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ovh/ovh_test.go#L257:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ovh/ovh_test.go#L359:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ovh/ovh_test.go#L364:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ovh/ovh_test.go#L371:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ovh/ovh_test.go#L383:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L763:2: suite-dont-use-pkg: use suite.Error
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L772:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L782:2: suite-dont-use-pkg: use suite.Error
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L792:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L803:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L805:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L812:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L814:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L818:2: suite-dont-use-pkg: use suite.Error
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L823:2: suite-dont-use-pkg: use suite.Error
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L828:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L847:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L848:2: suite-dont-use-pkg: use suite.Equal
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L855:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L856:2: suite-dont-use-pkg: use suite.Equal
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L872:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L873:2: suite-dont-use-pkg: use suite.Equal
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L881:2: error-nil: use assert.Error
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L887:2: error-nil: use assert.Error
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L900:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L901:2: suite-dont-use-pkg: use suite.Equal
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L905:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L906:2: suite-dont-use-pkg: use suite.Equal
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L910:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L911:2: suite-dont-use-pkg: use suite.Equal
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L915:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L916:2: suite-dont-use-pkg: use suite.Equal
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L920:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L921:2: suite-dont-use-pkg: use suite.Equal
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L925:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L926:2: suite-dont-use-pkg: use suite.Equal
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L930:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L931:2: suite-dont-use-pkg: use suite.Equal
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L935:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L941:6: suite-dont-use-pkg: use suite.Equal
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L949:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L950:2: suite-dont-use-pkg: use suite.Equal
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L961:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L962:2: suite-dont-use-pkg: use suite.Equal
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L966:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L967:2: suite-dont-use-pkg: use suite.Equal
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L971:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L972:2: suite-dont-use-pkg: use suite.Equal
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L977:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L978:2: suite-dont-use-pkg: use suite.Equal
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L982:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L983:2: suite-dont-use-pkg: use suite.Equal
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L988:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L989:2: suite-dont-use-pkg: use suite.Equal
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L994:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L995:2: suite-dont-use-pkg: use suite.Equal
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L1009:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L1010:2: suite-dont-use-pkg: use suite.Equal
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L1017:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L1018:2: suite-dont-use-pkg: use suite.Equal
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L1026:2: error-nil: use assert.Error
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L1060:2: suite-dont-use-pkg: use suite.Equal
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L1061:2: suite-dont-use-pkg: use suite.Equal
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L1065:2: suite-dont-use-pkg: use suite.Equal
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L1066:2: suite-dont-use-pkg: use suite.Equal
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L1070:2: suite-dont-use-pkg: use suite.Equal
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L1071:2: suite-dont-use-pkg: use suite.Equal
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L1074:2: suite-dont-use-pkg: use suite.Equal
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L1075:2: suite-dont-use-pkg: use suite.Equal
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L763:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L782:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L818:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/pdns/pdns_test.go#L823:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/plural/plural_test.go#L181:4: empty: use assert.Empty
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rcode0/rcode0_test.go#L72:2: len: use require.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rcode0/rcode0_test.go#L108:2: len: use require.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rcode0/rcode0_test.go#L111:2: len: use require.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rcode0/rcode0_test.go#L114:2: len: use require.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rcode0/rcode0_test.go#L117:2: len: use require.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rcode0/rcode0_test.go#L208:2: empty: use require.Empty
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rcode0/rcode0_test.go#L226:2: bool-compare: use require.True
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rcode0/rcode0_test.go#L227:2: bool-compare: use require.True
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rcode0/rcode0_test.go#L228:2: bool-compare: use require.True
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rcode0/rcode0_test.go#L229:2: bool-compare: use require.False
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rcode0/rcode0_test.go#L237:2: bool-compare: use require.False
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rcode0/rcode0_test.go#L238:2: bool-compare: use require.False
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rcode0/rcode0_test.go#L239:2: bool-compare: use require.True
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L201:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L202:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L203:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L206:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L208:2: empty: use assert.Empty
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L209:2: empty: use assert.Empty
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L227:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L267:2: bool-compare: use assert.False
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L307:2: bool-compare: use assert.True
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L378:2: bool-compare: use assert.False
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L402:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L475:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L485:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L533:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L535:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L546:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L548:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L603:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L605:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L620:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L622:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L661:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L730:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L731:2: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L420:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L426:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L495:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L531:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L633:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L658:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L317:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L331:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L347:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L368:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L375:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L559:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L601:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L215:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L226:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L237:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L259:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L264:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L277:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L299:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L304:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L394:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L397:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L400:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L193:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L196:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L199:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L437:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L473:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L677:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L696:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/rfc2136/rfc2136_test.go#L728:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/scaleway/scaleway_test.go#L355:3: bool-compare: use assert.True
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/scaleway/scaleway_test.go#L249:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/transip/transip_test.go#L73:2: bool-compare: use assert.True
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/transip/transip_test.go#L77:2: bool-compare: use assert.False
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/transip/transip_test.go#L82:2: bool-compare: use assert.False
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/transip/transip_test.go#L87:2: bool-compare: use assert.False
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/transip/transip_test.go#L91:2: bool-compare: use assert.False
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/transip/transip_test.go#L156:5: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/transip/transip_test.go#L171:5: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/transip/transip_test.go#L259:6: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/transip/transip_test.go#L263:4: empty: use assert.Empty
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/transip/transip_test.go#L344:6: len: use assert.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L109:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L116:2: error-nil: use assert.Errorf
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L134:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L136:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L137:2: bool-compare: use assert.True
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L154:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L185:2: error-nil: use assert.NoErrorf
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L206:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L228:2: error-nil: use assert.Error
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L246:3: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L255:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L264:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L272:3: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L281:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L290:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L299:3: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L302:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L305:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L324:3: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L333:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L339:3: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L348:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L355:3: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L364:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L371:3: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L374:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L443:3: error-nil: use assert.Errorf
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L446:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L464:3: error-nil: use assert.NoErrorf
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L467:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L474:3: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L477:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L496:3: error-nil: use assert.Errorf
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L499:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L543:2: error-nil: use assert.Errorf
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L551:2: error-nil: use assert.Errorf
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L559:2: error-nil: use assert.Errorf
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L566:2: error-nil: use assert.Errorf
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L573:2: error-nil: use assert.Errorf
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L583:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L594:2: error-nil: use assert.NoErrorf
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L602:2: error-nil: use assert.NoErrorf
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L610:2: error-nil: use assert.NoErrorf
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L621:2: error-nil: use assert.Errorf
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L635:3: error-nil: use assert.NoErrorf
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L638:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L646:3: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L648:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L656:3: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L658:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L664:3: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L666:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L677:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L678:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L679:3: error-nil: use assert.NoErrorf
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L683:3: error-nil: use assert.NoErrorf
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L695:3: error-nil: use assert.Errorf
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L716:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L718:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L719:2: bool-compare: use assert.True
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L735:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L737:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L738:2: bool-compare: use assert.True
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L752:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L754:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/ultradns/ultradns_test.go#L755:2: bool-compare: use assert.True
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/vinyldns/vinyldns_test.go#L100:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/vinyldns/vinyldns_test.go#L105:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/vinyldns/vinyldns_test.go#L110:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/vinyldns/vinyldns_test.go#L111:2: empty: use assert.Empty
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/vinyldns/vinyldns_test.go#L135:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/vinyldns/vinyldns_test.go#L141:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/vinyldns/vinyldns_test.go#L145:2: error-nil: use assert.Error
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/vinyldns/vinyldns_test.go#L154:2: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/vinyldns/vinyldns_test.go#L158:2: error-nil: use assert.Error
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/vultr/vultr_test.go#L212:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/webhook/webhook_test.go#L107:2: error-nil: use require.Error
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/webhook/webhook_test.go#L136:2: error-nil: use require.Error
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/webhook/webhook_test.go#L236:4: error-nil: use require.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/webhook/webhook_test.go#L238:4: error-nil: use require.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/webhook/webhook_test.go#L75:3: go-require: do not use require in http handlers
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/webhook/webhook_test.go#L99:3: go-require: do not use require in http handlers
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/webhook/webhook_test.go#L119:3: go-require: do not use require in http handlers
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/webhook/webhook_test.go#L147:3: go-require: do not use require in http handlers
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/webhook/webhook_test.go#L200:3: go-require: do not use require in http handlers
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/webhook/webhook_test.go#L236:4: go-require: do not use require in http handlers
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/webhook/webhook_test.go#L238:4: go-require: do not use require in http handlers
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/webhook/webhook_test.go#L239:4: go-require: do not use require in http handlers
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/webhook/webhook_test.go#L240:4: go-require: do not use require in http handlers
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/webhook/webhook_test.go#L241:4: go-require: do not use require in http handlers
https://github.com/kubernetes-sigs/external-dns/blob/master/provider/webhook/webhook_test.go#L242:4: go-require: do not use require in http handlers
https://github.com/kubernetes-sigs/external-dns/blob/master/registry/dynamodb_test.go#L212:2: error-nil: use require.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/registry/dynamodb_test.go#L1043:4: error-nil: use require.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/registry/dynamodb_test.go#L1047:5: error-nil: use assert.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/registry/dynamodb_test.go#L1056:4: error-nil: use require.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/registry/dynamodb_test.go#L1061:4: error-nil: use require.NoError
https://github.com/kubernetes-sigs/external-dns/blob/master/registry/txt_test.go#L639:3: nil-compare: use assert.Nil
https://github.com/kubernetes-sigs/external-dns/blob/master/registry/txt_test.go#L685:3: nil-compare: use assert.Nil
https://github.com/kubernetes-sigs/external-dns/blob/master/registry/txt_test.go#L728:3: nil-compare: use assert.Nil
https://github.com/kubernetes-sigs/external-dns/blob/master/registry/txt_test.go#L840:3: nil-compare: use assert.Nil
https://github.com/kubernetes-sigs/external-dns/blob/master/registry/txt_test.go#L921:3: nil-compare: use assert.Nil
https://github.com/kubernetes-sigs/external-dns/blob/master/registry/txt_test.go#L1477:3: nil-compare: use assert.Nil
https://github.com/kubernetes-sigs/external-dns/blob/master/registry/txt_test.go#L1581:3: nil-compare: use assert.Nil
https://github.com/kubernetes-sigs/external-dns/blob/master/registry/noop_test.go#L109:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/registry/dynamodb_test.go#L1049:5: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/f5_virtualserver_test.go#L282:4: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes-sigs/external-dns/blob/master/source/istio_virtualservice_test.go#L133:2: len: use suite.Len
https://github.com/kubernetes-sigs/external-dns/blob/master/source/istio_virtualservice_test.go#L2218:5: formatter: remove unnecessary fmt.Sprintf
https://github.com/kubernetes-sigs/external-dns/blob/master/source/store_test.go#L186:2: empty: use suite.Empty
https://github.com/kubernetes-sigs/external-dns/blob/master/source/istio_virtualservice_test.go#L1991:5: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/istio_virtualservice_test.go#L1993:5: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/service_test.go#L65:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/contour_httpproxy_test.go#L1068:5: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/contour_httpproxy_test.go#L1070:5: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/f5_virtualserver_test.go#L268:4: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/traefik_proxy_test.go#L786:4: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/traefik_proxy_test.go#L789:4: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/traefik_proxy_test.go#L798:4: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/traefik_proxy_test.go#L644:4: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/traefik_proxy_test.go#L647:4: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/traefik_proxy_test.go#L656:4: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/contour_httpproxy_test.go#L99:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/contour_httpproxy_test.go#L110:3: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/store_test.go#L175:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/connector_test.go#L136:5: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/connector_test.go#L138:5: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/traefik_proxy_test.go#L1552:4: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/traefik_proxy_test.go#L1555:4: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/traefik_proxy_test.go#L1564:4: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/gloo_proxy_test.go#L405:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/gloo_proxy_test.go#L419:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/gloo_proxy_test.go#L422:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/gloo_proxy_test.go#L425:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/gloo_proxy_test.go#L428:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/gloo_proxy_test.go#L431:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/gloo_proxy_test.go#L434:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/gloo_proxy_test.go#L437:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/gloo_proxy_test.go#L454:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/gloo_proxy_test.go#L456:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/gloo_proxy_test.go#L458:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/gloo_proxy_test.go#L460:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/gloo_proxy_test.go#L464:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/gloo_proxy_test.go#L466:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/gloo_proxy_test.go#L468:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/gloo_proxy_test.go#L470:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/gloo_proxy_test.go#L474:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/gloo_proxy_test.go#L476:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/gloo_proxy_test.go#L478:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/gloo_proxy_test.go#L480:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/gloo_proxy_test.go#L483:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/store_test.go#L194:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/store_test.go#L197:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/store_test.go#L200:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/traefik_proxy_test.go#L1715:4: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/traefik_proxy_test.go#L1718:4: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/traefik_proxy_test.go#L1727:4: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/store_test.go#L166:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/istio_gateway_test.go#L1515:5: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/istio_gateway_test.go#L1517:5: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/ingress_test.go#L55:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/openshift_route_test.go#L76:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/service_test.go#L177:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/service_test.go#L179:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/istio_virtualservice_test.go#L132:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/istio_gateway_test.go#L70:3: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/istio_gateway_test.go#L90:3: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/istio_virtualservice_test.go#L77:3: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/istio_virtualservice_test.go#L97:3: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/istio_virtualservice_test.go#L106:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/istio_virtualservice_test.go#L115:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/multisource_test.go#L123:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/ambassador_host_test.go#L306:4: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/ambassador_host_test.go#L310:4: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/ambassador_host_test.go#L313:4: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/ambassador_host_test.go#L316:4: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/ambassador_host_test.go#L320:4: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/store_test.go#L213:2: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/traefik_proxy_test.go#L350:4: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/traefik_proxy_test.go#L353:4: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/traefik_proxy_test.go#L362:4: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/kong_tcpingress_test.go#L363:4: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/kong_tcpingress_test.go#L366:4: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/kong_tcpingress_test.go#L375:4: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/traefik_proxy_test.go#L1410:4: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/traefik_proxy_test.go#L1413:4: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/traefik_proxy_test.go#L1422:4: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/traefik_proxy_test.go#L1116:4: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/traefik_proxy_test.go#L1119:4: require-error: for error assertions use require
https://github.com/kubernetes-sigs/external-dns/blob/master/source/traefik_proxy_test.go#L1128:4: require-error: for error assertions use require

Report issue: https://github.com/kubernetes-sigs/external-dns/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682503419

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/xo/usql got output

-: # github.com/bippio/go-impala/services/cli_service
../../../../go/pkg/mod/github.com/bippio/go-impala@v2.1.0+incompatible/services/cli_service/cli_service.go#L721:16: not enough arguments in call to iprot.ReadStructBegin
have ()
want (context.Context)
../../../../go/pkg/mod/github.com/bippio/go-impala@v2.1.0+incompatible/services/cli_service/cli_service.go#L727:37: not enough arguments in call to iprot.ReadFieldBegin
have ()
want (context.Context)
../../../../go/pkg/mod/github.com/bippio/go-impala@v2.1.0+incompatible/services/cli_service/cli_service.go#L739:30: not enough arguments in call to iprot.Skip
have (thrift.TType)
want (context.Context, thrift.TType)
../../../../go/pkg/mod/github.com/bippio/go-impala@v2.1.0+incompatible/services/cli_service/cli_service.go#L749:30: not enough arguments in call to iprot.Skip
have (thrift.TType)
want (context.Context, thrift.TType)
../../../../go/pkg/mod/github.com/bippio/go-impala@v2.1.0+incompatible/services/cli_service/cli_service.go#L754:28: not enough arguments in call to iprot.Skip
have (thrift.TType)
want (context.Context, thrift.TType)
../../../../go/pkg/mod/github.com/bippio/go-impala@v2.1.0+incompatible/services/cli_service/cli_service.go#L758:15: not enough arguments in call to iprot.ReadFieldEnd
have ()
want (context.Context)
../../../../go/pkg/mod/github.com/bippio/go-impala@v2.1.0+incompatible/services/cli_service/cli_service.go#L762:13: not enough arguments in call to iprot.ReadStructEnd
have ()
want (context.Context)
../../../../go/pkg/mod/github.com/bippio/go-impala@v2.1.0+incompatible/services/cli_service/cli_service.go#L769:16: not enough arguments in call to iprot.ReadI32
have ()
want (context.Context)
../../../../go/pkg/mod/github.com/bippio/go-impala@v2.1.0+incompatible/services/cli_service/cli_service.go#L778:16: not enough arguments in call to iprot.ReadString
have ()
want (context.Context)
../../../../go/pkg/mod/github.com/bippio/go-impala@v2.1.0+incompatible/services/cli_service/cli_service.go#L790:36: not enough arguments in call to oprot.WriteStructBegin
have (string)
want (context.Context, string)
../../../../go/pkg/mod/github.com/bippio/go-impala@v2.1.0+incompatible/services/cli_service/cli_service.go#L790:36: too many errors
-: # github.com/xo/usql/drivers/sqlite3/sqshared [github.com/xo/usql/drivers/sqlite3/sqshared.test]
drivers/sqlite3/sqshared/reader_test.go#L98:47: undefined: types.ContainerStartOptions
drivers/sqlite3/sqshared/reader_test.go#L123:49: undefined: types.ContainerRemoveOptions
https://github.com/xo/usql/blob/master/drivers/sqlite3/sqshared/reader_test.go#L98:47: undefined: types.ContainerStartOptions
https://github.com/xo/usql/blob/master/drivers/sqlite3/sqshared/reader_test.go#L123:49: undefined: types.ContainerRemoveOptions
testifylint: 4 errors during loading

Report issue: https://github.com/xo/usql/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682496696

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/MichaelMure/git-bug got output

https://github.com/MichaelMure/git-bug/blob/master/util/lamport/clock_testing.go#L13:2: require-error: for error assertions use require
https://github.com/MichaelMure/git-bug/blob/master/util/lamport/clock_testing.go#L18:2: require-error: for error assertions use require
https://github.com/MichaelMure/git-bug/blob/master/util/lamport/clock_testing.go#L22:2: require-error: for error assertions use require
https://github.com/MichaelMure/git-bug/blob/master/util/lamport/clock_testing.go#L26:2: require-error: for error assertions use require
https://github.com/MichaelMure/git-bug/blob/master/repository/config_testing.go#L25:2: bool-compare: use require.True
https://github.com/MichaelMure/git-bug/blob/master/repository/repo_testing.go#L328:2: empty: use require.Empty
https://github.com/MichaelMure/git-bug/blob/master/api/http/git_file_handlers_test.go#L48:2: require-error: for error assertions use require
https://github.com/MichaelMure/git-bug/blob/master/api/http/git_file_handlers_test.go#L51:2: require-error: for error assertions use require
https://github.com/MichaelMure/git-bug/blob/master/api/http/git_file_handlers_test.go#L54:2: require-error: for error assertions use require
https://github.com/MichaelMure/git-bug/blob/master/bridge/core/auth/credential_test.go#L111:2: require-error: for error assertions use require
https://github.com/MichaelMure/git-bug/blob/master/bridge/core/auth/credential_test.go#L114:2: require-error: for error assertions use require
https://github.com/MichaelMure/git-bug/blob/master/bridge/core/auth/credential_test.go#L27:2: require-error: for error assertions use require
https://github.com/MichaelMure/git-bug/blob/master/bridge/core/auth/credential_test.go#L30:2: require-error: for error assertions use require
https://github.com/MichaelMure/git-bug/blob/master/bridge/core/auth/credential_test.go#L39:2: require-error: for error assertions use require
https://github.com/MichaelMure/git-bug/blob/master/bridge/core/auth/credential_test.go#L49:2: require-error: for error assertions use require
https://github.com/MichaelMure/git-bug/blob/master/bridge/core/auth/credential_test.go#L53:2: require-error: for error assertions use require
https://github.com/MichaelMure/git-bug/blob/master/bridge/core/auth/credential_test.go#L57:2: require-error: for error assertions use require
https://github.com/MichaelMure/git-bug/blob/master/bridge/core/auth/credential_test.go#L61:2: require-error: for error assertions use require
https://github.com/MichaelMure/git-bug/blob/master/bridge/core/auth/credential_test.go#L68:2: require-error: for error assertions use require
https://github.com/MichaelMure/git-bug/blob/master/bridge/core/auth/credential_test.go#L71:2: require-error: for error assertions use require
https://github.com/MichaelMure/git-bug/blob/master/bridge/core/auth/credential_test.go#L83:2: require-error: for error assertions use require
https://github.com/MichaelMure/git-bug/blob/master/bridge/core/auth/credential_test.go#L86:2: require-error: for error assertions use require
https://github.com/MichaelMure/git-bug/blob/master/bridge/github/export_test.go#L280:4: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/bridge/github/config_test.go#L151:4: require-error: for error assertions use require
https://github.com/MichaelMure/git-bug/blob/master/bridge/gitlab/export_test.go#L276:4: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/cache/repo_cache_test.go#L116:2: empty: use require.Empty
https://github.com/MichaelMure/git-bug/blob/master/cache/repo_cache_test.go#L118:2: empty: use require.Empty
https://github.com/MichaelMure/git-bug/blob/master/cache/repo_cache_test.go#L150:2: empty: use require.Empty
https://github.com/MichaelMure/git-bug/blob/master/cache/repo_cache_test.go#L152:2: empty: use require.Empty
https://github.com/MichaelMure/git-bug/blob/master/cache/repo_cache_test.go#L164:2: empty: use require.Empty
https://github.com/MichaelMure/git-bug/blob/master/cache/repo_cache_test.go#L165:2: empty: use require.Empty
https://github.com/MichaelMure/git-bug/blob/master/cache/repo_cache_test.go#L166:2: empty: use require.Empty
https://github.com/MichaelMure/git-bug/blob/master/cache/repo_cache_test.go#L167:2: empty: use require.Empty
https://github.com/MichaelMure/git-bug/blob/master/cache/repo_cache_test.go#L278:2: error-is-as: second argument to assert.ErrorAs must be a non-nil pointer to either a type that implements error, or to any interface type
https://github.com/MichaelMure/git-bug/blob/master/cache/repo_cache_test.go#L287:2: empty: use require.Empty
https://github.com/MichaelMure/git-bug/blob/master/cache/repo_cache_test.go#L288:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/entities/bug/op_edit_comment_test.go#L51:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/entities/bug/op_edit_comment_test.go#L52:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/entities/bug/op_edit_comment_test.go#L53:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/entities/bug/op_edit_comment_test.go#L62:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/entities/bug/op_edit_comment_test.go#L63:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/entities/bug/op_edit_comment_test.go#L64:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/entities/bug/op_edit_comment_test.go#L73:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/entities/bug/op_edit_comment_test.go#L74:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/entities/bug/op_edit_comment_test.go#L75:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/entities/bug/operation_test.go#L91:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/entities/identity/identity_test.go#L114:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/entities/identity/identity_test.go#L115:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/entities/identity/identity_test.go#L116:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/entities/identity/identity_test.go#L159:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/entities/identity/identity_test.go#L160:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/entities/identity/identity_test.go#L161:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/entities/identity/identity_test.go#L162:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/entities/identity/identity_test.go#L163:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/entities/identity/identity_test.go#L164:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/entities/identity/identity_test.go#L165:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/entities/identity/identity_test.go#L282:2: error-is-as: second argument to require.ErrorAs must be a non-nil pointer to either a type that implements error, or to any interface type
https://github.com/MichaelMure/git-bug/blob/master/entities/identity/identity_test.go#L285:2: error-is-as: second argument to require.ErrorAs must be a non-nil pointer to either a type that implements error, or to any interface type
https://github.com/MichaelMure/git-bug/blob/master/entities/identity/identity_test.go#L288:2: error-is-as: second argument to require.ErrorAs must be a non-nil pointer to either a type that implements error, or to any interface type
https://github.com/MichaelMure/git-bug/blob/master/entities/identity/identity_test.go#L292:2: empty: use require.Empty
https://github.com/MichaelMure/git-bug/blob/master/entities/identity/version_test.go#L68:2: require-error: for error assertions use require
https://github.com/MichaelMure/git-bug/blob/master/entities/identity/version_test.go#L72:2: require-error: for error assertions use require
https://github.com/MichaelMure/git-bug/blob/master/entities/identity/identity_stub_test.go#L16:2: require-error: for error assertions use require
https://github.com/MichaelMure/git-bug/blob/master/entities/identity/identity_stub_test.go#L20:2: require-error: for error assertions use require
https://github.com/MichaelMure/git-bug/blob/master/entity/dag/op_set_metadata_test.go#L58:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/entity/dag/op_set_metadata_test.go#L60:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/entity/dag/op_set_metadata_test.go#L64:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/entity/dag/op_set_metadata_test.go#L76:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/entity/dag/op_set_metadata_test.go#L77:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/entity/dag/op_set_metadata_test.go#L82:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/entity/dag/op_set_metadata_test.go#L84:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/entity/dag/op_set_metadata_test.go#L97:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/entity/dag/op_set_metadata_test.go#L99:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/entity/dag/op_set_metadata_test.go#L103:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/entity/dag/op_set_metadata_test.go#L104:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/repository/config_test.go#L21:2: bool-compare: use require.True
https://github.com/MichaelMure/git-bug/blob/master/repository/config_test.go#L25:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/repository/config_test.go#L37:2: bool-compare: use require.False
https://github.com/MichaelMure/git-bug/blob/master/repository/config_test.go#L41:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/repository/config_test.go#L49:2: expected-actual: need to reverse actual and expected values
https://github.com/MichaelMure/git-bug/blob/master/util/interrupt/cleaner_test.go#L52:2: empty: use assert.Empty

Report issue: https://github.com/MichaelMure/git-bug/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682517272

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/centrifugal/centrifugo got output

https://github.com/centrifugal/centrifugo/blob/master/internal/api/handler_test.go#L40:2: expected-actual: need to reverse actual and expected values
https://github.com/centrifugal/centrifugo/blob/master/internal/api/handler_test.go#L46:2: expected-actual: need to reverse actual and expected values
https://github.com/centrifugal/centrifugo/blob/master/internal/api/handler_test.go#L54:2: expected-actual: need to reverse actual and expected values
https://github.com/centrifugal/centrifugo/blob/master/internal/api/handler_test.go#L62:2: expected-actual: need to reverse actual and expected values
https://github.com/centrifugal/centrifugo/blob/master/internal/api/handler_test.go#L70:2: expected-actual: need to reverse actual and expected values
https://github.com/centrifugal/centrifugo/blob/master/internal/client/handler_test.go#L299:2: negative-positive: use require.Positive
https://github.com/centrifugal/centrifugo/blob/master/internal/client/handler_test.go#L695:2: negative-positive: use require.Positive
https://github.com/centrifugal/centrifugo/blob/master/internal/client/handler_test.go#L769:2: negative-positive: use require.Positive
https://github.com/centrifugal/centrifugo/blob/master/internal/health/health_test.go#L22:2: expected-actual: need to reverse actual and expected values
https://github.com/centrifugal/centrifugo/blob/master/internal/jwtverify/token_verifier_jwt_test.go#L390:2: error-is-as: use require.ErrorIs
https://github.com/centrifugal/centrifugo/blob/master/internal/jwtverify/token_verifier_jwt_test.go#L646:4: expected-actual: need to reverse actual and expected values
https://github.com/centrifugal/centrifugo/blob/master/internal/middleware/auth_test.go#L22:2: expected-actual: need to reverse actual and expected values
https://github.com/centrifugal/centrifugo/blob/master/internal/middleware/auth_test.go#L31:2: expected-actual: need to reverse actual and expected values
https://github.com/centrifugal/centrifugo/blob/master/internal/middleware/auth_test.go#L43:2: expected-actual: need to reverse actual and expected values
https://github.com/centrifugal/centrifugo/blob/master/internal/middleware/auth_test.go#L50:2: expected-actual: need to reverse actual and expected values
https://github.com/centrifugal/centrifugo/blob/master/internal/middleware/auth_test.go#L62:2: expected-actual: need to reverse actual and expected values
https://github.com/centrifugal/centrifugo/blob/master/internal/middleware/auth_test.go#L69:2: expected-actual: need to reverse actual and expected values
https://github.com/centrifugal/centrifugo/blob/master/internal/middleware/auth_test.go#L76:2: expected-actual: need to reverse actual and expected values
https://github.com/centrifugal/centrifugo/blob/master/internal/middleware/auth_test.go#L83:2: expected-actual: need to reverse actual and expected values
https://github.com/centrifugal/centrifugo/blob/master/internal/middleware/auth_test.go#L92:2: expected-actual: need to reverse actual and expected values
https://github.com/centrifugal/centrifugo/blob/master/internal/middleware/auth_test.go#L96:2: expected-actual: need to reverse actual and expected values
https://github.com/centrifugal/centrifugo/blob/master/internal/middleware/connlimit_test.go#L31:4: compares: use require.GreaterOrEqual
https://github.com/centrifugal/centrifugo/blob/master/internal/middleware/user_header_auth_test.go#L16:4: go-require: do not use require in http handlers
https://github.com/centrifugal/centrifugo/blob/master/internal/middleware/user_header_auth_test.go#L17:4: go-require: do not use require in http handlers
https://github.com/centrifugal/centrifugo/blob/master/internal/middleware/user_header_auth_test.go#L19:4: go-require: do not use require in http handlers
https://github.com/centrifugal/centrifugo/blob/master/internal/proxy/connect_handler_test.go#L253:3: error-nil: use require.Error
https://github.com/centrifugal/centrifugo/blob/master/internal/proxy/connect_handler_test.go#L277:3: error-nil: use require.Error
https://github.com/centrifugal/centrifugo/blob/master/internal/proxy/publish_handler_test.go#L212:3: error-nil: use require.Error
https://github.com/centrifugal/centrifugo/blob/master/internal/proxy/publish_handler_test.go#L237:3: error-nil: use require.Error
https://github.com/centrifugal/centrifugo/blob/master/internal/proxy/rpc_handler_test.go#L171:3: error-nil: use require.Error
https://github.com/centrifugal/centrifugo/blob/master/internal/proxy/rpc_handler_test.go#L195:3: error-nil: use require.Error
https://github.com/centrifugal/centrifugo/blob/master/internal/proxy/subscribe_handler_test.go#L238:3: error-nil: use require.Error
https://github.com/centrifugal/centrifugo/blob/master/internal/proxy/subscribe_handler_test.go#L263:3: error-nil: use require.Error
https://github.com/centrifugal/centrifugo/blob/master/internal/proxy/connect_handler_test.go#L130:3: go-require: do not use require in http handlers
https://github.com/centrifugal/centrifugo/blob/master/internal/sockjs/handler_sockjs_test.go#L138:3: expected-actual: need to reverse actual and expected values
https://github.com/centrifugal/centrifugo/blob/master/internal/sockjs/handler_sockjs_test.go#L186:3: expected-actual: need to reverse actual and expected values
https://github.com/centrifugal/centrifugo/blob/master/internal/usage/usage_test.go#L81:2: negative-positive: use require.Positive

Report issue: https://github.com/centrifugal/centrifugo/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682516362

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/etcd-io/bbolt got output

https://github.com/etcd-io/bbolt/blob/main/tx_check_test.go#L42:3: empty: use require.NotEmpty
https://github.com/etcd-io/bbolt/blob/main/tx_check_test.go#L51:4: empty: use require.Empty
https://github.com/etcd-io/bbolt/blob/main/tx_check_test.go#L111:3: empty: use require.Empty
https://github.com/etcd-io/bbolt/blob/main/tx_check_test.go#L142:2: compares: use require.Greater
https://github.com/etcd-io/bbolt/blob/main/concurrent_test.go#L912:6: go-require: require must only be used in the goroutine running the test function
https://github.com/etcd-io/bbolt/blob/main/bucket_test.go#L1059:2: require-error: for error assertions use require
https://github.com/etcd-io/bbolt/blob/main/bucket_test.go#L997:3: require-error: for error assertions use require
https://github.com/etcd-io/bbolt/blob/main/bucket_test.go#L1039:3: require-error: for error assertions use require
https://github.com/etcd-io/bbolt/blob/main/bucket_test.go#L1078:3: require-error: for error assertions use require
https://github.com/etcd-io/bbolt/blob/main/internal/surgeon/surgeon_test.go#L44:2: require-error: for error assertions use require
https://github.com/etcd-io/bbolt/blob/main/internal/surgeon/xray_test.go#L27:2: require-error: for error assertions use require
https://github.com/etcd-io/bbolt/blob/main/internal/surgeon/xray_test.go#L32:2: require-error: for error assertions use require
https://github.com/etcd-io/bbolt/blob/main/internal/surgeon/xray_test.go#L58:2: require-error: for error assertions use require
https://github.com/etcd-io/bbolt/blob/main/internal/surgeon/xray_test.go#L63:2: require-error: for error assertions use require
https://github.com/etcd-io/bbolt/blob/main/tests/dmflakey/dmflakey_test.go#L86:2: error-is-as: use assert.ErrorIs
https://github.com/etcd-io/bbolt/blob/main/tests/dmflakey/dmflakey_test.go#L82:2: require-error: for error assertions use require
https://github.com/etcd-io/bbolt/blob/main/tests/dmflakey/dmflakey_test.go#L100:2: require-error: for error assertions use require
https://github.com/etcd-io/bbolt/blob/main/tests/dmflakey/dmflakey_test.go#L103:2: require-error: for error assertions use require
https://github.com/etcd-io/bbolt/blob/main/tests/dmflakey/dmflakey_test.go#L111:2: require-error: for error assertions use require
https://github.com/etcd-io/bbolt/blob/main/tests/robustness/powerfailure_test.go#L195:3: require-error: for error assertions use require
https://github.com/etcd-io/bbolt/blob/main/tests/robustness/powerfailure_test.go#L201:3: require-error: for error assertions use require
https://github.com/etcd-io/bbolt/blob/main/tests/robustness/powerfailure_test.go#L324:2: require-error: for error assertions use require

Report issue: https://github.com/etcd-io/bbolt/issues Github actions: https://github.com/alingse/go-linter-runner/actions/runs/9682522521