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/aquasecurity/trivy got output

https://github.com/aquasecurity/trivy/blob/main/internal/testutil/util.go#L26:5: negative-positive: use assert.Positive
https://github.com/aquasecurity/trivy/blob/main/internal/testutil/util.go#L27:5: negative-positive: use assert.Positive
https://github.com/aquasecurity/trivy/blob/main/pkg/rekortest/server.go#L319:4: go-require: do not use require in http handlers
https://github.com/aquasecurity/trivy/blob/main/pkg/rekortest/server.go#L324:5: go-require: do not use require in http handlers
https://github.com/aquasecurity/trivy/blob/main/pkg/rekortest/server.go#L331:4: go-require: do not use require in http handlers
https://github.com/aquasecurity/trivy/blob/main/pkg/rekortest/server.go#L344:4: go-require: do not use require in http handlers
https://github.com/aquasecurity/trivy/blob/main/pkg/downloader/downloader_test.go#L20:3: go-require: do not use require in http handlers
https://github.com/aquasecurity/trivy/blob/main/pkg/fanal/artifact/image/remote_sbom_test.go#L184:4: go-require: do not use require in http handlers
https://github.com/aquasecurity/trivy/blob/main/pkg/fanal/walker/walk_test.go#L68:5: formatter: remove unnecessary fmt.Sprintf
https://github.com/aquasecurity/trivy/blob/main/pkg/fanal/walker/walk_test.go#L142:5: formatter: remove unnecessary fmt.Sprintf
https://github.com/aquasecurity/trivy/blob/main/pkg/iac/scanners/terraform/scanner_test.go#L83:2: negative-positive: use require.Positive
https://github.com/aquasecurity/trivy/blob/main/pkg/plugin/index_test.go#L24:3: go-require: do not use require in http handlers
https://github.com/aquasecurity/trivy/blob/main/pkg/plugin/manager_unix_test.go#L73:4: go-require: do not use require in http handlers
https://github.com/aquasecurity/trivy/blob/main/pkg/plugin/manager_unix_test.go#L75:4: go-require: do not use require in http handlers
https://github.com/aquasecurity/trivy/blob/main/pkg/plugin/manager_unix_test.go#L77:3: go-require: do not use require in http handlers

Report issue: https://github.com/aquasecurity/trivy/issues

github-actions[bot] commented 1 week ago

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

https://github.com/google/cadvisor/blob/master/cache/memory/memory_test.go#L48:2: error-nil: use require.NoError
https://github.com/google/cadvisor/blob/master/cache/memory/memory_test.go#L56:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/cache/memory/memory_test.go#L57:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/cache/memory/memory_test.go#L58:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/cache/memory/memory_test.go#L59:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/cache/memory/memory_test.go#L65:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/cache/memory/memory_test.go#L66:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/cache/memory/memory_test.go#L73:2: error-nil: use assert.Error
https://github.com/google/cadvisor/blob/master/cache/memory/memory_test.go#L89:2: empty: use assert.Empty
https://github.com/google/cadvisor/blob/master/collector/generic_collector_test.go#L134:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/collector/generic_collector_test.go#L135:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/collector/generic_collector_test.go#L136:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/collector/generic_collector_test.go#L151:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/collector/generic_collector_test.go#L152:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/collector/generic_collector_test.go#L153:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/collector/generic_collector_test.go#L179:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/collector/generic_collector_test.go#L180:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/google/cadvisor/blob/master/collector/generic_collector_test.go#L182:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/collector/generic_collector_test.go#L183:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/google/cadvisor/blob/master/collector/generic_collector_test.go#L185:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/collector/generic_collector_test.go#L186:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/google/cadvisor/blob/master/collector/generic_collector_test.go#L188:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/collector/generic_collector_test.go#L189:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/google/cadvisor/blob/master/collector/prometheus_collector_test.go#L91:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/google/cadvisor/blob/master/collector/prometheus_collector_test.go#L93:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/google/cadvisor/blob/master/collector/prometheus_collector_test.go#L96:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/google/cadvisor/blob/master/collector/prometheus_collector_test.go#L99:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/google/cadvisor/blob/master/collector/prometheus_collector_test.go#L103:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/google/cadvisor/blob/master/collector/prometheus_collector_test.go#L107:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/google/cadvisor/blob/master/collector/prometheus_collector_test.go#L111:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/google/cadvisor/blob/master/collector/prometheus_collector_test.go#L128:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/collector/prometheus_collector_test.go#L129:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/collector/prometheus_collector_test.go#L141:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/collector/prometheus_collector_test.go#L142:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/collector/prometheus_collector_test.go#L165:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/collector/prometheus_collector_test.go#L166:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/collector/prometheus_collector_test.go#L182:2: empty: use assert.Empty
https://github.com/google/cadvisor/blob/master/collector/prometheus_collector_test.go#L195:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/collector/prometheus_collector_test.go#L196:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/collector/prometheus_collector_test.go#L223:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/google/cadvisor/blob/master/collector/generic_collector_test.go#L161:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/collector/generic_collector_test.go#L165:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/collector/generic_collector_test.go#L176:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/collector/prometheus_collector_test.go#L161:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/collector/prometheus_collector_test.go#L164:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/collector/prometheus_collector_test.go#L181:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/collector/generic_collector_test.go#L142:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/collector/generic_collector_test.go#L150:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/collector/generic_collector_test.go#L112:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/collector/generic_collector_test.go#L115:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/collector/generic_collector_test.go#L119:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/collector/prometheus_collector_test.go#L36:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/collector/prometheus_collector_test.go#L39:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/collector/prometheus_collector_test.go#L88:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/collector/generic_collector_test.go#L42:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/collector/generic_collector_test.go#L45:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/collector/generic_collector_test.go#L49:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/collector/prometheus_collector_test.go#L137:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/collector/prometheus_collector_test.go#L140:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/collector/prometheus_collector_test.go#L191:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/collector/prometheus_collector_test.go#L194:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/collector/prometheus_collector_test.go#L219:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/collector/prometheus_collector_test.go#L231:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/collector/generic_collector_test.go#L74:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/collector/generic_collector_test.go#L76:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/collector/generic_collector_test.go#L80:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/collector/generic_collector_test.go#L129:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/collector/generic_collector_test.go#L133:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/collector/generic_collector_test.go#L197:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/collector/prometheus_collector_test.go#L120:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/collector/prometheus_collector_test.go#L127:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/collector/collector_manager_test.go#L64:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/collector/collector_manager_test.go#L73:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/container/common/helpers_test.go#L121:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/container/common/helpers_test.go#L124:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/container/common/helpers_test.go#L125:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/container/common/helpers_test.go#L126:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/container/common/helpers_test.go#L129:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/container/common/helpers_test.go#L130:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/container/common/helpers_test.go#L131:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/container/common/helpers_test.go#L133:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/container/common/helpers_test.go#L136:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/container/common/helpers_test.go#L153:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/container/common/helpers_test.go#L156:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/container/common/helpers_test.go#L157:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/container/common/helpers_test.go#L158:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/container/common/helpers_test.go#L161:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/container/common/helpers_test.go#L162:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/container/common/helpers_test.go#L163:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/container/common/helpers_test.go#L165:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/container/common/helpers_test.go#L168:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/container/common/helpers_test.go#L176:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/container/common/helpers_test.go#L183:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/container/common/helpers_test.go#L193:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/container/common/helpers_test.go#L194:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/container/common/helpers_test.go#L195:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/container/common/helpers_test.go#L263:3: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/container/common/helpers_test.go#L283:3: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/container/containerd/factory_test.go#L70:3: error-nil: use as.NoError
https://github.com/google/cadvisor/blob/master/container/containerd/handler_test.go#L126:4: error-nil: use as.Error
https://github.com/google/cadvisor/blob/master/container/containerd/handler_test.go#L133:4: error-nil: use as.NoError
https://github.com/google/cadvisor/blob/master/container/containerd/handler_test.go#L138:4: error-nil: use as.NoError
https://github.com/google/cadvisor/blob/master/container/crio/factory_test.go#L49:3: error-nil: use as.NoError
https://github.com/google/cadvisor/blob/master/container/crio/handler_test.go#L107:4: error-nil: use as.Error
https://github.com/google/cadvisor/blob/master/container/crio/handler_test.go#L114:4: error-nil: use as.NoError
https://github.com/google/cadvisor/blob/master/container/docker/handler_test.go#L34:2: error-nil: use as.NoError
https://github.com/google/cadvisor/blob/master/container/docker/handler_test.go#L35:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/container/docker/handler_test.go#L44:2: error-nil: use as.NoError
https://github.com/google/cadvisor/blob/master/container/docker/handler_test.go#L45:2: error-nil: use as.NoError
https://github.com/google/cadvisor/blob/master/container/docker/handler_test.go#L47:2: error-nil: use as.NoError
https://github.com/google/cadvisor/blob/master/container/docker/handler_test.go#L50:2: error-nil: use as.NoError
https://github.com/google/cadvisor/blob/master/container/docker/handler_test.go#L124:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/container/docker/handler_test.go#L131:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/container/docker/handler_test.go#L137:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/container/docker/handler_test.go#L138:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/container/docker/handler_test.go#L144:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/container/docker/handler_test.go#L145:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/container/libcontainer/handler_test.go#L220:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/container/libcontainer/handler_test.go#L242:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/container/libcontainer/handler_test.go#L264:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/container/libcontainer/handler_test.go#L287:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/container/libcontainer/handler_test.go#L297:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/container/libcontainer/handler_test.go#L304:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/container/libcontainer/handler_test.go#L319:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/container/libcontainer/helpers_test.go#L111:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/container/libcontainer/helpers_test.go#L118:3: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/container/raw/handler_test.go#L538:4: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/events/handler_test.go#L197:2: empty: use assert.Empty
https://github.com/google/cadvisor/blob/master/events/handler_test.go#L142:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/events/handler_test.go#L149:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/events/handler_test.go#L160:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/events/handler_test.go#L162:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/events/handler_test.go#L165:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/events/handler_test.go#L177:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/events/handler_test.go#L179:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/events/handler_test.go#L182:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/events/handler_test.go#L191:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/events/handler_test.go#L193:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/events/handler_test.go#L196:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/events/handler_test.go#L109:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/events/handler_test.go#L112:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/events/handler_test.go#L114:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/fs/fs_test.go#L134:2: compares: use as.LessOrEqual
https://github.com/google/cadvisor/blob/master/fs/fs_test.go#L151:2: compares: use as.Equal
https://github.com/google/cadvisor/blob/master/fs/fs_test.go#L120:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/fs/fs_test.go#L122:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/fs/fs_test.go#L130:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/fs/fs_test.go#L133:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/fs/fs_test.go#L140:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/fs/fs_test.go#L149:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/integration/tests/api/docker_test.go#L318:2: formatter: remove unnecessary fmt.Sprintf
https://github.com/google/cadvisor/blob/master/integration/tests/api/docker_test.go#L319:2: formatter: remove unnecessary fmt.Sprintf
https://github.com/google/cadvisor/blob/master/integration/tests/api/docker_test.go#L366:3: len: use require.Len
https://github.com/google/cadvisor/blob/master/integration/tests/api/machinestats_test.go#L39:3: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/integration/tests/api/machinestats_test.go#L40:3: negative-positive: use as.Positive
https://github.com/google/cadvisor/blob/master/integration/tests/api/machinestats_test.go#L44:4: negative-positive: use as.Positive
https://github.com/google/cadvisor/blob/master/integration/tests/api/machinestats_test.go#L47:4: negative-positive: use as.Positive
https://github.com/google/cadvisor/blob/master/integration/tests/api/machinestats_test.go#L49:3: negative-positive: use as.Positive
https://github.com/google/cadvisor/blob/master/integration/tests/api/machinestats_test.go#L51:4: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/integration/tests/api/machinestats_test.go#L52:4: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/integration/tests/api/machinestats_test.go#L55:4: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/integration/tests/api/event_test.go#L39:3: go-require: require must only be used in the goroutine running the test function
https://github.com/google/cadvisor/blob/master/machine/topology_test.go#L36:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/machine/topology_test.go#L52:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/machine/topology_test.go#L68:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/machine/topology_test.go#L79:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/machine/topology_test.go#L95:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/machine/topology_test.go#L114:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/machine/topology_test.go#L211:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/machine/topology_test.go#L251:2: error-nil: use assert.Error
https://github.com/google/cadvisor/blob/master/machine/topology_test.go#L300:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/machine/topology_test.go#L301:2: len: use assert.Len
https://github.com/google/cadvisor/blob/master/machine/topology_test.go#L305:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/machine/topology_test.go#L307:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/machine/topology_test.go#L376:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/machine/topology_test.go#L380:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/machine/topology_test.go#L431:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/machine/topology_test.go#L440:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/machine/topology_test.go#L452:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/machine/topology_test.go#L453:2: empty: use assert.Empty
https://github.com/google/cadvisor/blob/master/machine/topology_test.go#L462:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/machine/topology_test.go#L466:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/machine/topology_test.go#L477:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/machine/topology_test.go#L481:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/machine/topology_test.go#L503:3: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/machine/topology_test.go#L104:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/manager/container_test.go#L110:2: error-nil: use assert.Error
https://github.com/google/cadvisor/blob/master/manager/container_test.go#L123:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/manager/container_test.go#L130:2: error-nil: use require.NoError
https://github.com/google/cadvisor/blob/master/manager/manager_test.go#L384:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/manager/container_test.go#L294:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/metrics/prometheus_machine_test.go#L40:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/metrics/prometheus_machine_test.go#L45:3: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/metrics/prometheus_machine_test.go#L50:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/metrics/prometheus_machine_test.go#L64:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/metrics/prometheus_machine_test.go#L69:3: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/metrics/prometheus_machine_test.go#L73:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/metrics/prometheus_machine_test.go#L79:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/metrics/prometheus_machine_test.go#L82:2: len: use assert.Len
https://github.com/google/cadvisor/blob/master/metrics/prometheus_machine_test.go#L85:2: len: use assert.Len
https://github.com/google/cadvisor/blob/master/metrics/prometheus_machine_test.go#L90:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/metrics/prometheus_machine_test.go#L93:2: empty: use assert.Empty
https://github.com/google/cadvisor/blob/master/metrics/prometheus_machine_test.go#L98:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/metrics/prometheus_machine_test.go#L102:2: len: use assert.Len
https://github.com/google/cadvisor/blob/master/metrics/prometheus_machine_test.go#L135:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/metrics/prometheus_machine_test.go#L139:2: len: use assert.Len
https://github.com/google/cadvisor/blob/master/metrics/prometheus_machine_test.go#L163:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/metrics/prometheus_machine_test.go#L167:2: len: use assert.Len
https://github.com/google/cadvisor/blob/master/metrics/prometheus_machine_test.go#L177:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/metrics/prometheus_machine_test.go#L181:2: len: use assert.Len
https://github.com/google/cadvisor/blob/master/metrics/prometheus_machine_test.go#L193:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/metrics/prometheus_machine_test.go#L197:2: len: use assert.Len
https://github.com/google/cadvisor/blob/master/metrics/prometheus_test.go#L194:2: len: use assert.Len
https://github.com/google/cadvisor/blob/master/metrics/prometheus_test.go#L240:2: len: use assert.Len
https://github.com/google/cadvisor/blob/master/metrics/prometheus_test.go#L286:2: len: use assert.Len
https://github.com/google/cadvisor/blob/master/metrics/prometheus_test.go#L330:2: len: use assert.Len
https://github.com/google/cadvisor/blob/master/perf/config_test.go#L26:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/perf/config_test.go#L31:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/perf/config_test.go#L34:2: bool-compare: use assert.True
https://github.com/google/cadvisor/blob/master/perf/config_test.go#L38:2: bool-compare: use assert.False
https://github.com/google/cadvisor/blob/master/resctrl/collector_test.go#L49:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/resctrl/collector_test.go#L50:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/resctrl/collector_test.go#L75:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/resctrl/collector_test.go#L79:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/resctrl/manager_test.go#L111:3: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/resctrl/manager_test.go#L135:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/resctrl/collector_test.go#L65:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/resctrl/collector_test.go#L74:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/resctrl/collector_test.go#L48:2: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/utils/timed_store_test.go#L94:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/utils/timed_store_test.go#L95:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/utils/timed_store_test.go#L96:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/utils/oomparser/oomparser_test.go#L141:3: require-error: for error assertions use require
https://github.com/google/cadvisor/blob/master/utils/sysfs/sysfs_test.go#L31:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysfs/sysfs_test.go#L32:2: len: use assert.Len
https://github.com/google/cadvisor/blob/master/utils/sysfs/sysfs_test.go#L43:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysfs/sysfs_test.go#L44:2: empty: use assert.Empty
https://github.com/google/cadvisor/blob/master/utils/sysfs/sysfs_test.go#L50:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysfs/sysfs_test.go#L51:2: len: use assert.Len
https://github.com/google/cadvisor/blob/master/utils/sysfs/sysfs_test.go#L59:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysfs/sysfs_test.go#L60:2: empty: use assert.Empty
https://github.com/google/cadvisor/blob/master/utils/sysfs/sysfs_test.go#L66:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysfs/sysfs_test.go#L69:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysfs/sysfs_test.go#L76:2: error-nil: use assert.Error
https://github.com/google/cadvisor/blob/master/utils/sysfs/sysfs_test.go#L83:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysfs/sysfs_test.go#L90:2: error-nil: use assert.Error
https://github.com/google/cadvisor/blob/master/utils/sysfs/sysfs_test.go#L97:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysfs/sysfs_test.go#L98:2: len: use assert.Len
https://github.com/google/cadvisor/blob/master/utils/sysfs/sysfs_test.go#L106:2: error-nil: use assert.Error
https://github.com/google/cadvisor/blob/master/utils/sysfs/sysfs_test.go#L113:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysfs/sysfs_test.go#L116:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysfs/sysfs_test.go#L123:2: error-nil: use assert.Error
https://github.com/google/cadvisor/blob/master/utils/sysfs/sysfs_test.go#L322:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysfs/sysfs_test.go#L329:2: error-nil: use assert.Error
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L46:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L47:2: len: use assert.Len
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L53:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L54:2: empty: use assert.Empty
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L65:2: error-nil: use assert.Error
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L66:2: empty: use assert.Empty
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L84:2: error-nil: use assert.Error
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L85:2: empty: use assert.Empty
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L103:2: error-nil: use assert.Error
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L104:2: empty: use assert.Empty
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L365:3: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L366:3: len: use assert.Len
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L370:3: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L442:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L443:2: len: use assert.Len
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L447:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L569:2: error-nil: use assert.Error
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L629:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L630:2: len: use assert.Len
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L634:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L747:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L748:2: len: use assert.Len
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L752:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L859:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L860:2: len: use assert.Len
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L868:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L964:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L965:2: len: use assert.Len
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L973:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L1037:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L1038:2: empty: use assert.Empty
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L1102:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L1104:2: len: use assert.Len
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L1112:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L1199:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L1201:2: len: use assert.Len
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L1209:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L1247:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L1257:2: error-nil: use assert.Error
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L1267:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L1291:2: error-nil: use assert.Error
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L1491:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L1542:2: expected-actual: need to reverse actual and expected values
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L1596:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L1598:2: len: use assert.Len
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L1602:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L1673:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L1685:2: error-nil: use assert.NoError
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L1686:2: empty: use assert.Empty
https://github.com/google/cadvisor/blob/master/utils/sysinfo/sysinfo_test.go#L1325:2: require-error: for error assertions use require

Report issue: https://github.com/google/cadvisor/issues

github-actions[bot] commented 1 week ago

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

https://github.com/containrrr/watchtower/blob/main/internal/flags/flags_test.go#L120:2: bool-compare: use assert.True

Report issue: https://github.com/containrrr/watchtower/issues

github-actions[bot] commented 1 week ago

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

https://github.com/containerd/containerd/blob/main/core/content/testsuite/testsuite.go#L274:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/core/content/testsuite/testsuite.go#L298:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/core/snapshots/testsuite/testsuite.go#L246:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/core/snapshots/testsuite/testsuite.go#L280:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/core/snapshots/testsuite/testsuite.go#L283:2: error-nil: use assert.Error
https://github.com/containerd/containerd/blob/main/core/snapshots/testsuite/testsuite.go#L288:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/core/snapshots/testsuite/testsuite.go#L289:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/core/snapshots/testsuite/testsuite.go#L469:2: compares: use assert.NotEqual
https://github.com/containerd/containerd/blob/main/core/snapshots/testsuite/testsuite.go#L483:2: compares: use assert.NotEqual
https://github.com/containerd/containerd/blob/main/core/snapshots/testsuite/testsuite.go#L497:2: compares: use assert.NotEqual
https://github.com/containerd/containerd/blob/main/core/snapshots/testsuite/testsuite.go#L830:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/core/snapshots/testsuite/testsuite.go#L831:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/integration/client/tracing.go#L55:5: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/cmd/containerd/server/config/config_test.go#L102:2: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/cmd/containerd/server/config/config_test.go#L114:3: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/cmd/containerd/server/config/config_test.go#L135:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/cmd/containerd/server/config/config_test.go#L139:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/cmd/containerd/server/config/config_test.go#L164:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/cmd/containerd/server/config/config_test.go#L167:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/cmd/containerd/server/config/config_test.go#L171:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/cmd/containerd/server/config/config_test.go#L224:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/cmd/containerd/server/config/config_test.go#L228:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/cmd/containerd/server/config/config_test.go#L232:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/cmd/containerd/server/config/config_test.go#L247:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/cmd/containerd/server/config/config_test.go#L251:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/cmd/containerd/server/config/config_test.go#L255:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/cmd/containerd/server/config/config_test.go#L260:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/cmd/containerd/server/config/config_test.go#L61:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/cmd/containerd/server/config/config_test.go#L77:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/cmd/containerd/server/config/config_test.go#L83:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/cmd/containerd/server/config/config_test.go#L92:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/cmd/containerd/server/config/config_test.go#L100:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/cmd/containerd/server/config/config_test.go#L113:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/cmd/containerd/server/config/config_test.go#L192:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/cmd/containerd/server/config/config_test.go#L195:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/cmd/containerd/server/config/config_test.go#L199:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/contrib/apparmor/template_test.go#L12:2: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/contrib/apparmor/template_test.go#L13:2: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/contrib/apparmor/template_test.go#L14:2: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/contrib/apparmor/template_test.go#L15:2: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/contrib/apparmor/template_test.go#L16:2: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/contrib/apparmor/template_test.go#L17:2: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/core/content/helpers_test.go#L189:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/core/leases/lease_test.go#L65:4: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/core/leases/lease_test.go#L76:4: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/core/metadata/db_test.go#L118:2: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/core/mount/mount_idmapped_linux_test.go#L167:5: error-is-as: invalid usage of require.Error, use require.ErrorIs instead
https://github.com/containerd/containerd/blob/main/core/mount/mount_idmapped_linux_test.go#L216:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/containerd/containerd/blob/main/core/mount/mount_idmapped_linux_test.go#L221:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/containerd/containerd/blob/main/core/mount/mount_idmapped_linux_test.go#L229:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/containerd/containerd/blob/main/core/mount/mount_idmapped_linux_test.go#L233:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/containerd/containerd/blob/main/core/mount/mount_idmapped_linux_test.go#L238:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/containerd/containerd/blob/main/core/mount/mount_idmapped_linux_test.go#L239:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/containerd/containerd/blob/main/core/mount/lookup_linux_test.go#L37:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/core/mount/lookup_linux_test.go#L108:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/core/mount/lookup_linux_test.go#L112:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/core/remotes/docker/fetcher_test.go#L349:4: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/core/remotes/docker/pusher_test.go#L161:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/core/remotes/docker/pusher_test.go#L165:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/core/remotes/docker/pusher_test.go#L171:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/core/remotes/docker/pusher_test.go#L545:5: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/core/remotes/docker/pusher_test.go#L559:5: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/core/remotes/docker/scope_test.go#L53:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/core/runtime/v2/bundle_linux_test.go#L70:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/core/runtime/v2/bundle_linux_test.go#L139:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/core/sandbox/store_test.go#L34:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/core/sandbox/store_test.go#L38:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/core/snapshots/benchsuite/benchmark_test.go#L68:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/core/snapshots/benchsuite/benchmark_test.go#L72:3: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/core/snapshots/benchsuite/benchmark_test.go#L75:3: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/core/snapshots/benchsuite/benchmark_test.go#L87:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/core/snapshots/benchsuite/benchmark_test.go#L91:3: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/core/snapshots/benchsuite/benchmark_test.go#L94:3: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/core/snapshots/benchsuite/benchmark_test.go#L118:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/core/snapshots/benchsuite/benchmark_test.go#L122:3: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/core/snapshots/benchsuite/benchmark_test.go#L125:3: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/core/snapshots/benchsuite/benchmark_test.go#L128:3: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/core/snapshots/benchsuite/benchmark_test.go#L188:5: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/core/snapshots/benchsuite/benchmark_test.go#L193:5: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/core/snapshots/benchsuite/benchmark_test.go#L200:5: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/core/snapshots/storage/metastore_test.go#L237:3: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/core/snapshots/storage/metastore_test.go#L328:4: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/core/snapshots/storage/metastore_test.go#L278:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/pod_dualstack_test.go#L106:3: empty: use assert.Empty
https://github.com/containerd/containerd/blob/main/integration/release_upgrade_linux_test.go#L179:5: len: use require.Len
https://github.com/containerd/containerd/blob/main/integration/release_upgrade_linux_test.go#L204:5: len: use require.Len
https://github.com/containerd/containerd/blob/main/integration/release_upgrade_linux_test.go#L243:3: len: use require.Len
https://github.com/containerd/containerd/blob/main/integration/release_upgrade_linux_test.go#L267:3: empty: use require.Empty
https://github.com/containerd/containerd/blob/main/integration/release_upgrade_linux_test.go#L313:3: negative-positive: use require.Positive
https://github.com/containerd/containerd/blob/main/integration/release_upgrade_linux_test.go#L374:3: empty: use require.Empty
https://github.com/containerd/containerd/blob/main/integration/release_upgrade_linux_test.go#L470:3: compares: use require.Greater
https://github.com/containerd/containerd/blob/main/integration/release_upgrade_utils_linux_test.go#L64:2: compares: use require.GreaterOrEqual
https://github.com/containerd/containerd/blob/main/integration/release_upgrade_utils_linux_test.go#L106:2: compares: use require.Equal
https://github.com/containerd/containerd/blob/main/integration/sandbox_run_rollback_test.go#L140:4: empty: use require.NotEmpty
https://github.com/containerd/containerd/blob/main/integration/volume_copy_up_test.go#L130:3: bool-compare: use assert.Truef
https://github.com/containerd/containerd/blob/main/integration/release_upgrade_linux_test.go#L692:3: go-require: require must only be used in the goroutine running the test function
https://github.com/containerd/containerd/blob/main/integration/restart_linux_test.go#L55:3: go-require: RestartContainerd contains assertions that must only be used in the goroutine running the test function
https://github.com/containerd/containerd/blob/main/integration/sandbox_run_rollback_test.go#L260:3: go-require: require must only be used in the goroutine running the test function
https://github.com/containerd/containerd/blob/main/integration/sandbox_run_rollback_test.go#L261:3: go-require: require must only be used in the goroutine running the test function
https://github.com/containerd/containerd/blob/main/integration/container_log_test.go#L131:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/containerd_image_test.go#L54:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/containerd_image_test.go#L122:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/containerd_image_test.go#L127:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/containerd_image_test.go#L132:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/pod_hostname_test.go#L123:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/addition_gids_test.go#L126:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/sandbox_run_rollback_test.go#L282:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/sandbox_run_rollback_test.go#L264:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/container_event_test.go#L41:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/container_event_test.go#L43:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/containerd_image_test.go#L182:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/truncindex_test.go#L77:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/truncindex_test.go#L120:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/truncindex_test.go#L125:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/truncindex_test.go#L135:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/truncindex_test.go#L139:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/truncindex_test.go#L145:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/truncindex_test.go#L150:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/truncindex_test.go#L151:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/truncindex_test.go#L153:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/image_pull_timeout_test.go#L91:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/image_pull_timeout_test.go#L260:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/image_pull_timeout_test.go#L269:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/image_pull_timeout_test.go#L272:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/image_pull_timeout_test.go#L292:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/image_pull_timeout_test.go#L295:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/container_log_test.go#L147:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/containerd_image_test.go#L250:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/pod_dualstack_test.go#L79:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/pod_dualstack_test.go#L95:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/pod_dualstack_test.go#L97:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/issue7496_linux_test.go#L99:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/image_pull_timeout_test.go#L114:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/image_pull_timeout_test.go#L186:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/image_pull_timeout_test.go#L204:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/restart_linux_test.go#L38:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/restart_linux_test.go#L42:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/restart_linux_test.go#L44:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/restart_linux_test.go#L60:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/restart_linux_test.go#L63:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/restart_linux_test.go#L72:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/restart_linux_test.go#L74:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/pod_userns_linux_test.go#L299:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/sandbox_clean_remove_test.go#L108:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/containerd_image_test.go#L100:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/container_log_test.go#L76:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/truncindex_test.go#L65:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/container_stop_test.go#L112:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/container_stop_test.go#L115:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/container_stop_test.go#L124:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/container_volume_test.go#L142:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/container_without_image_ref_test.go#L51:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/container_without_image_ref_test.go#L60:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/restart_test.go#L165:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/restart_test.go#L219:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/client/convert_test.go#L74:2: len: use assert.Len
https://github.com/containerd/containerd/blob/main/integration/client/client_ttrpc_test.go#L39:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/client/client_ttrpc_test.go#L78:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/client/client_ttrpc_test.go#L81:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/client/client_ttrpc_test.go#L84:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/client/client_ttrpc_test.go#L50:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/client/client_ttrpc_test.go#L53:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/client/client_ttrpc_test.go#L56:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/integration/client/client_ttrpc_test.go#L67:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cleanup/context_test.go#L32:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/internal/cleanup/context_test.go#L41:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/internal/cleanup/context_test.go#L36:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cleanup/context_test.go#L47:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/config/config_kernel_linux_test.go#L98:5: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/config/config_test.go#L258:5: empty: use assert.Empty
https://github.com/containerd/containerd/blob/main/internal/cri/config/streaming_test.go#L126:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/config/config_test.go#L229:6: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/config/config_test.go#L239:6: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/config/config_test.go#L249:6: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/io/logger_test.go#L252:5: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_linux_test.go#L137:3: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_linux_test.go#L138:3: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_linux_test.go#L139:3: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_linux_test.go#L140:3: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_linux_test.go#L141:3: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_linux_test.go#L142:3: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_linux_test.go#L143:3: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_linux_test.go#L144:3: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_linux_test.go#L151:3: bool-compare: use assert.True
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_linux_test.go#L179:3: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_linux_test.go#L182:3: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_linux_test.go#L185:3: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_linux_test.go#L188:3: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_linux_test.go#L191:3: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_linux_test.go#L834:4: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_linux_test.go#L835:4: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_linux_test.go#L1706:4: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_test.go#L101:5: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_test.go#L111:5: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_test.go#L128:5: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_test.go#L129:5: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_test.go#L130:5: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_test.go#L553:2: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_execsync_test.go#L72:3: empty: use assert.Empty
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_status_test.go#L175:4: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_test.go#L226:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_linux_test.go#L1686:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_linux_test.go#L1689:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_remove_test.go#L79:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_remove_test.go#L82:5: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_remove_test.go#L85:5: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_remove_test.go#L87:5: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_status_test.go#L188:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_status_test.go#L193:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_linux_test.go#L1004:6: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_linux_test.go#L1006:6: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_test.go#L516:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_status_test.go#L163:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_test.go#L543:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_test.go#L551:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_linux_test.go#L1176:6: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_linux_test.go#L1178:6: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_linux_test.go#L481:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_linux_test.go#L857:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_status_test.go#L256:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_status_test.go#L258:5: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_status_test.go#L262:5: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_status_test.go#L267:5: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/status_test.go#L36:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/status_test.go#L45:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/runtime_config_linux_test.go#L101:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_linux_test.go#L1556:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_stats_list_test.go#L61:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_stats_list_test.go#L64:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_stats_list_test.go#L67:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_stats_list_test.go#L70:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_stats_list_test.go#L76:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_stats_list_test.go#L80:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_linux_test.go#L1741:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/helpers_test.go#L179:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_list_test.go#L289:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_stats_list_test.go#L333:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_execsync_test.go#L38:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_execsync_test.go#L42:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_execsync_test.go#L48:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_execsync_test.go#L71:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_start_test.go#L93:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_start_test.go#L96:5: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_start_test.go#L99:5: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_start_test.go#L101:5: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_list_test.go#L63:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/sandbox_list_test.go#L162:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_execsync_test.go#L83:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_list_test.go#L357:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_test.go#L151:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_linux_test.go#L1612:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_update_resources_linux_test.go#L249:5: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_update_resources_linux_test.go#L251:5: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/update_runtime_config_test.go#L132:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/update_runtime_config_test.go#L138:5: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_linux_test.go#L1424:5: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/container_create_linux_test.go#L1426:5: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/events/events_test.go#L78:2: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/events/events_test.go#L88:4: bool-compare: use assert.True
https://github.com/containerd/containerd/blob/main/internal/cri/server/events/events_test.go#L94:2: bool-compare: use assert.False
https://github.com/containerd/containerd/blob/main/internal/cri/server/events/events_test.go#L134:3: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/events/events_test.go#L84:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/events/events_test.go#L86:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/images/service_test.go#L93:2: bool-compare: use assert.True
https://github.com/containerd/containerd/blob/main/internal/cri/server/images/image_pull_test.go#L481:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/images/image_list_test.go#L103:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/images/image_list_test.go#L106:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/images/image_pull_test.go#L282:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/images/image_status_test.go#L61:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/images/image_status_test.go#L66:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/images/image_status_test.go#L72:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/images/service_test.go#L71:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/images/service_test.go#L89:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/sandbox_run_linux_test.go#L65:3: bool-compare: use assert.True
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/sandbox_run_linux_test.go#L69:3: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/sandbox_run_linux_test.go#L70:3: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/sandbox_run_linux_test.go#L77:3: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/sandbox_run_linux_test.go#L80:3: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/sandbox_run_linux_test.go#L83:3: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/sandbox_run_linux_test.go#L86:3: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/sandbox_run_linux_test.go#L89:3: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/sandbox_run_linux_test.go#L221:5: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/sandbox_run_linux_test.go#L222:5: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/sandbox_run_linux_test.go#L756:4: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/sandbox_run_test.go#L61:5: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/sandbox_run_test.go#L71:5: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/sandbox_run_test.go#L87:5: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/sandbox_run_test.go#L88:5: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/sandbox_run_test.go#L89:5: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/sandbox_run_test.go#L163:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/sandbox_run_test.go#L165:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/helpers_test.go#L71:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/sandbox_run_test.go#L111:5: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/sandbox_run_test.go#L115:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/sandbox_run_linux_test.go#L411:5: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/sandbox_run_linux_test.go#L415:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/sandbox_run_linux_test.go#L755:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/controller_test.go#L65:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/controller_test.go#L74:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/recover_test.go#L402:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/types/podsandbox_test.go#L32:2: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/types/podsandbox_test.go#L33:2: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/types/podsandbox_test.go#L43:2: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/types/podsandbox_test.go#L44:2: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/types/podsandbox_test.go#L62:3: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/types/podsandbox_test.go#L64:3: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/types/podsandbox_test.go#L65:3: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/server/podsandbox/types/podsandbox_test.go#L36:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/container/metadata_test.go#L66:2: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/store/container/container_test.go#L162:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/container/container_test.go#L177:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/container/container_test.go#L184:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/container/container_test.go#L196:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/container/container_test.go#L271:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/container/container_test.go#L279:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/container/status_test.go#L123:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/container/status_test.go#L127:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/container/status_test.go#L146:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/container/status_test.go#L152:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/container/status_test.go#L170:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/container/status_test.go#L180:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/container/status_test.go#L182:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/container/metadata_test.go#L48:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/container/metadata_test.go#L53:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/container/metadata_test.go#L79:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/container/status_test.go#L101:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/image/image_test.go#L93:3: error-nil: use assert.Error
https://github.com/containerd/containerd/blob/main/internal/cri/store/image/image_test.go#L301:5: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/image/image_test.go#L305:6: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/image/image_test.go#L70:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/image/image_test.go#L77:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/image/image_test.go#L85:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/image/image_test.go#L110:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/image/image_test.go#L112:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/image/image_test.go#L118:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/image/image_test.go#L120:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/image/image_test.go#L127:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/image/image_test.go#L159:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/image/image_test.go#L161:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/image/image_test.go#L169:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/image/image_test.go#L171:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/image/image_test.go#L177:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/image/image_test.go#L179:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/image/image_test.go#L185:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/image/image_test.go#L187:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/image/image_test.go#L193:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/image/image_test.go#L195:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/image/image_test.go#L201:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/image/image_test.go#L204:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/label/label_test.go#L51:2: len: use assert.Len
https://github.com/containerd/containerd/blob/main/internal/cri/store/label/label_test.go#L60:2: empty: use assert.Empty
https://github.com/containerd/containerd/blob/main/internal/cri/store/label/label_test.go#L87:2: empty: use assert.Empty
https://github.com/containerd/containerd/blob/main/internal/cri/store/label/label_test.go#L89:2: empty: use assert.Empty
https://github.com/containerd/containerd/blob/main/internal/cri/store/label/label_test.go#L95:2: empty: use assert.Empty
https://github.com/containerd/containerd/blob/main/internal/cri/store/label/label_test.go#L97:2: empty: use assert.Empty
https://github.com/containerd/containerd/blob/main/internal/cri/store/label/label_test.go#L103:2: empty: use assert.Empty
https://github.com/containerd/containerd/blob/main/internal/cri/store/label/label_test.go#L109:2: len: use assert.Len
https://github.com/containerd/containerd/blob/main/internal/cri/store/label/label_test.go#L113:2: empty: use assert.Empty
https://github.com/containerd/containerd/blob/main/internal/cri/store/label/label_test.go#L86:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/label/label_test.go#L94:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/label/label_test.go#L108:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/sandbox/metadata_test.go#L64:2: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/cri/store/sandbox/status_test.go#L57:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/sandbox/metadata_test.go#L46:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/sandbox/metadata_test.go#L51:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/sandbox/metadata_test.go#L77:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/sandbox/sandbox_test.go#L137:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/sandbox/sandbox_test.go#L139:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/sandbox/sandbox_test.go#L145:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/sandbox/sandbox_test.go#L151:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/sandbox/sandbox_test.go#L162:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/store/snapshot/snapshot_test.go#L77:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/cri/util/deep_copy_test.go#L61:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/kmutex/kmutex_test.go#L40:2: len: use assert.Len
https://github.com/containerd/containerd/blob/main/internal/kmutex/kmutex_test.go#L41:2: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/kmutex/kmutex_test.go#L42:2: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/kmutex/kmutex_test.go#L60:3: bool-compare: use assert.True
https://github.com/containerd/containerd/blob/main/internal/kmutex/kmutex_test.go#L76:3: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/kmutex/kmutex_test.go#L92:3: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/internal/kmutex/kmutex_test.go#L144:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/internal/kmutex/kmutex_test.go#L169:2: empty: use assert.Empty
https://github.com/containerd/containerd/blob/main/internal/registrar/registrar_test.go#L30:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/registrar/registrar_test.go#L33:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/registrar/registrar_test.go#L36:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/registrar/registrar_test.go#L39:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/internal/registrar/registrar_test.go#L40:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/atomicfile/file_test.go#L59:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/atomicfile/file_test.go#L63:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/atomicfile/file_test.go#L69:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/atomicfile/file_test.go#L75:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/atomicfile/file_test.go#L37:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/atomicfile/file_test.go#L43:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/cap/cap_linux_test.go#L151:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/cap/cap_linux_test.go#L164:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/cio/io_unix_test.go#L128:2: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/pkg/cio/io_unix_test.go#L134:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/pkg/cio/io_unix_test.go#L137:2: empty: use assert.Empty
https://github.com/containerd/containerd/blob/main/pkg/cio/io_unix_test.go#L216:4: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/pkg/cio/io_unix_test.go#L260:3: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/pkg/cio/io_unix_test.go#L266:3: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/pkg/cio/io_test.go#L101:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/cio/io_test.go#L104:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/cio/io_unix_test.go#L240:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/cio/io_unix_test.go#L245:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/cio/io_unix_test.go#L259:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/cio/io_unix_test.go#L265:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/cio/io_test.go#L74:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/cio/io_unix_test.go#L115:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/cio/io_unix_test.go#L131:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/cio/io_unix_test.go#L136:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/cio/io_unix_test.go#L199:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/cio/io_unix_test.go#L202:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/cio/io_unix_test.go#L211:5: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/imageverifier/bindir/bindir_test.go#L314:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/imageverifier/bindir/bindir_test.go#L387:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/imageverifier/bindir/bindir_test.go#L149:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/imageverifier/bindir/bindir_test.go#L258:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/imageverifier/bindir/bindir_test.go#L295:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/imageverifier/bindir/bindir_test.go#L333:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/imageverifier/bindir/bindir_test.go#L415:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/imageverifier/bindir/bindir_test.go#L204:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/imageverifier/bindir/bindir_test.go#L221:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/imageverifier/bindir/bindir_test.go#L178:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/imageverifier/bindir/bindir_test.go#L191:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/imageverifier/bindir/bindir_test.go#L239:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/imageverifier/bindir/bindir_test.go#L276:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/imageverifier/bindir/bindir_test.go#L353:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/imageverifier/bindir/bindir_test.go#L357:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/ioutil/writer_group_test.go#L93:2: nil-compare: use assert.Nil
https://github.com/containerd/containerd/blob/main/pkg/ioutil/writer_group_test.go#L56:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/ioutil/write_closer_test.go#L39:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/ioutil/writer_group_test.go#L76:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/ioutil/writer_group_test.go#L81:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/ioutil/writer_group_test.go#L89:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/ioutil/writer_group_test.go#L105:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/ioutil/writer_group_test.go#L110:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/ioutil/read_closer_test.go#L34:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/ioutil/read_closer_test.go#L39:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/labels/validate_test.go#L61:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/pkg/labels/validate_test.go#L73:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/pkg/labels/validate_test.go#L79:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/pkg/labels/validate_test.go#L67:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/oci/utils_unix_test.go#L114:2: empty: use assert.Empty
https://github.com/containerd/containerd/blob/main/pkg/oci/utils_unix_test.go#L141:2: len: use assert.Len
https://github.com/containerd/containerd/blob/main/pkg/oci/utils_unix_test.go#L142:2: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/pkg/oci/spec_opts_linux_test.go#L146:5: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/oci/spec_opts_linux_test.go#L750:7: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/oci/spec_opts_linux_test.go#L752:7: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/oci/spec_opts_linux_test.go#L682:5: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/oci/spec_opts_test.go#L757:7: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/oci/spec_opts_linux_test.go#L85:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/oci/spec_opts_linux_test.go#L214:4: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/oci/spec_opts_linux_test.go#L624:5: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/snapshotters/annotations_test.go#L33:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/sys/oom_linux_test.go#L36:2: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/pkg/sys/oom_linux_test.go#L66:2: error-nil: use require.Error
https://github.com/containerd/containerd/blob/main/pkg/sys/oom_linux_test.go#L70:2: error-nil: use require.Error
https://github.com/containerd/containerd/blob/main/pkg/sys/oom_linux_test.go#L75:2: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/pkg/sys/oom_linux_test.go#L86:3: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/pkg/sys/oom_linux_test.go#L35:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/sys/oom_linux_test.go#L46:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/sys/oom_linux_test.go#L60:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/sys/oom_linux_test.go#L74:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/sys/oom_linux_test.go#L78:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/pkg/sys/oom_linux_test.go#L85:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/content/local/locks_test.go#L32:2: error-nil: use require.Error
https://github.com/containerd/containerd/blob/main/plugins/content/local/store_test.go#L354:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/plugins/content/local/store_test.go#L371:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/plugins/content/local/locks_test.go#L28:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/content/local/store_test.go#L341:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/content/local/store_test.go#L352:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/content/local/store_test.go#L357:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/content/local/store_test.go#L366:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/content/local/store_test.go#L369:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/cri/runtime/load_test.go#L43:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/cri/runtime/load_test.go#L51:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/config_test.go#L54:2: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/config_test.go#L55:2: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/config_test.go#L56:2: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/config_test.go#L57:2: compares: use assert.Equal
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/config_test.go#L65:2: error-nil: use assert.Error
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/config_test.go#L80:2: error-nil: use assert.Error
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/config_test.go#L85:2: error-nil: use assert.Error
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/config_test.go#L86:2: error-nil: use assert.Error
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/config_test.go#L87:2: error-nil: use assert.Error
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/config_test.go#L88:2: error-nil: use assert.Error
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/metadata_test.go#L66:2: compares: use assert.NotEqual
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/metadata_test.go#L80:2: error-is-as: use assert.ErrorIs
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/metadata_test.go#L150:2: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/metadata_test.go#L167:2: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/metadata_test.go#L168:2: negative-positive: use assert.Positive
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/metadata_test.go#L210:2: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/metadata_test.go#L241:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L70:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L87:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L88:2: compares: use assert.NotEqual
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L92:3: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L110:3: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L124:3: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L135:3: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L214:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L217:2: compares: use assert.NotEqual
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L220:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L228:2: compares: use assert.NotEqual
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L232:2: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L244:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L248:2: negative-positive: use assert.Positive
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L253:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L266:3: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L274:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L277:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/snapshotter_test.go#L83:2: negative-positive: use assert.Positive
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/snapshotter_test.go#L194:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/config_test.go#L45:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/metadata_test.go#L113:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/metadata_test.go#L116:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/metadata_test.go#L134:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/metadata_test.go#L143:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/metadata_test.go#L146:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/snapshotter_test.go#L141:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/snapshotter_test.go#L155:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/snapshotter_test.go#L165:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/snapshotter_test.go#L172:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/snapshotter_test.go#L178:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/config_test.go#L37:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/config_test.go#L41:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/config_test.go#L52:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/metadata_test.go#L77:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/metadata_test.go#L218:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/metadata_test.go#L221:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/metadata_test.go#L224:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/snapshotter_test.go#L77:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/snapshotter_test.go#L80:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/snapshotter_test.go#L86:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/snapshotter_test.go#L96:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/snapshotter_test.go#L99:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/snapshotter_test.go#L102:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/snapshotter_test.go#L105:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L178:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L183:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L187:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L206:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/metadata_test.go#L48:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/metadata_test.go#L51:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/metadata_test.go#L186:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/metadata_test.go#L189:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/metadata_test.go#L209:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L291:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L294:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L297:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L300:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L159:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L162:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L166:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L60:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L129:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L141:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/snapshotter_test.go#L44:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/metadata_test.go#L160:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/metadata_test.go#L163:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/metadata_test.go#L166:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/snapshotter_test.go#L63:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L223:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L226:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L231:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/pool_device_test.go#L247:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/metadata_test.go#L89:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/metadata_test.go#L93:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/metadata_test.go#L99:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/metadata_test.go#L103:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/dmsetup/dmsetup_test.go#L50:3: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/dmsetup/dmsetup_test.go#L55:3: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/dmsetup/dmsetup_test.go#L66:3: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/dmsetup/dmsetup_test.go#L82:3: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/dmsetup/dmsetup_test.go#L90:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/dmsetup/dmsetup_test.go#L93:2: compares: use assert.Equal
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/dmsetup/dmsetup_test.go#L107:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/dmsetup/dmsetup_test.go#L110:2: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/dmsetup/dmsetup_test.go#L115:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/dmsetup/dmsetup_test.go#L118:2: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/dmsetup/dmsetup_test.go#L121:3: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/dmsetup/dmsetup_test.go#L140:2: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/dmsetup/dmsetup_test.go#L166:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/dmsetup/dmsetup_test.go#L171:2: expected-actual: need to reverse actual and expected values
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/dmsetup/dmsetup_test.go#L174:2: error-nil: use assert.NoError
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/dmsetup/dmsetup_test.go#L59:3: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/dmsetup/dmsetup_test.go#L96:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/dmsetup/dmsetup_test.go#L185:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/dmsetup/dmsetup_test.go#L188:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/dmsetup/dmsetup_test.go#L191:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/dmsetup/dmsetup_test.go#L194:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/dmsetup/dmsetup_test.go#L125:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/dmsetup/dmsetup_test.go#L145:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/dmsetup/dmsetup_test.go#L148:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/dmsetup/dmsetup_test.go#L151:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/dmsetup/dmsetup_test.go#L158:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/dmsetup/dmsetup_test.go#L179:2: require-error: for error assertions use require
https://github.com/containerd/containerd/blob/main/plugins/snapshots/devmapper/dmsetup/dmsetup_test.go#L135:2: require-error: for error assertions use require

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

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/argoproj/argo-cd got output

https://github.com/argoproj/argo-cd/blob/master/util/test/testutil.go#L132:4: go-require: do not use require in http handlers
https://github.com/argoproj/argo-cd/blob/master/util/test/testutil.go#L171:4: go-require: do not use require in http handlers
https://github.com/argoproj/argo-cd/blob/master/util/test/testutil.go#L181:4: go-require: do not use require in http handlers
https://github.com/argoproj/argo-cd/blob/master/util/test/testutil.go#L184:4: go-require: do not use require in http handlers
https://github.com/argoproj/argo-cd/blob/master/util/test/testutil.go#L193:4: go-require: do not use require in http handlers
https://github.com/argoproj/argo-cd/blob/master/util/test/testutil.go#L195:4: go-require: do not use require in http handlers
https://github.com/argoproj/argo-cd/blob/master/applicationset/generators/plugin_test.go#L657:6: go-require: do not use require in http handlers
https://github.com/argoproj/argo-cd/blob/master/applicationset/services/scm_provider/bitbucket_cloud_test.go#L22:5: go-require: do not use require in http handlers
https://github.com/argoproj/argo-cd/blob/master/applicationset/services/scm_provider/bitbucket_cloud_test.go#L59:5: go-require: do not use require in http handlers
https://github.com/argoproj/argo-cd/blob/master/applicationset/services/scm_provider/bitbucket_cloud_test.go#L212:5: go-require: do not use require in http handlers
https://github.com/argoproj/argo-cd/blob/master/applicationset/services/scm_provider/bitbucket_cloud_test.go#L307:5: go-require: do not use require in http handlers
https://github.com/argoproj/argo-cd/blob/master/applicationset/services/scm_provider/bitbucket_cloud_test.go#L446:5: go-require: do not use require in http handlers
https://github.com/argoproj/argo-cd/blob/master/applicationset/services/scm_provider/gitea_test.go#L245:4: go-require: do not use require in http handlers
https://github.com/argoproj/argo-cd/blob/master/applicationset/services/scm_provider/gitea_test.go#L248:4: go-require: do not use require in http handlers
https://github.com/argoproj/argo-cd/blob/master/applicationset/services/scm_provider/gitea_test.go#L252:4: go-require: do not use require in http handlers
https://github.com/argoproj/argo-cd/blob/master/cmd/argocd/commands/admin/project_allowlist_test.go#L20:2: empty: use assert.NotEmpty
https://github.com/argoproj/argo-cd/blob/master/reposerver/repository/repository_test.go#L343:2: empty: use assert.NotEmpty
https://github.com/argoproj/argo-cd/blob/master/reposerver/repository/repository_test.go#L3828:4: go-require: require must only be used in the goroutine running the test function
https://github.com/argoproj/argo-cd/blob/master/reposerver/repository/repository_test.go#L3830:4: go-require: require must only be used in the goroutine running the test function
https://github.com/argoproj/argo-cd/blob/master/reposerver/repository/repository_test.go#L3884:4: go-require: require must only be used in the goroutine running the test function
https://github.com/argoproj/argo-cd/blob/master/reposerver/repository/repository_test.go#L3886:4: go-require: require must only be used in the goroutine running the test function
https://github.com/argoproj/argo-cd/blob/master/server/application/application_test.go#L2309:5: go-require: refreshAnnotationRemover contains assertions that must only be used in the goroutine running the test function
https://github.com/argoproj/argo-cd/blob/master/server/application/application_test.go#L2344:5: go-require: refreshAnnotationRemover contains assertions that must only be used in the goroutine running the test function
https://github.com/argoproj/argo-cd/blob/master/test/e2e/custom_tool_test.go#L27:7: go-require: startCMPServer contains assertions that must only be used in the goroutine running the test function
https://github.com/argoproj/argo-cd/blob/master/test/e2e/custom_tool_test.go#L50:7: go-require: startCMPServer contains assertions that must only be used in the goroutine running the test function
https://github.com/argoproj/argo-cd/blob/master/test/e2e/custom_tool_test.go#L85:7: go-require: startCMPServer contains assertions that must only be used in the goroutine running the test function
https://github.com/argoproj/argo-cd/blob/master/test/e2e/custom_tool_test.go#L146:7: go-require: startCMPServer contains assertions that must only be used in the goroutine running the test function
https://github.com/argoproj/argo-cd/blob/master/test/e2e/custom_tool_test.go#L188:7: go-require: startCMPServer contains assertions that must only be used in the goroutine running the test function
https://github.com/argoproj/argo-cd/blob/master/test/e2e/custom_tool_test.go#L206:7: go-require: startCMPServer contains assertions that must only be used in the goroutine running the test function
https://github.com/argoproj/argo-cd/blob/master/test/e2e/custom_tool_test.go#L224:7: go-require: startCMPServer contains assertions that must only be used in the goroutine running the test function
https://github.com/argoproj/argo-cd/blob/master/test/e2e/custom_tool_test.go#L247:7: go-require: startCMPServer contains assertions that must only be used in the goroutine running the test function
https://github.com/argoproj/argo-cd/blob/master/test/e2e/custom_tool_test.go#L290:7: go-require: startCMPServer contains assertions that must only be used in the goroutine running the test function
https://github.com/argoproj/argo-cd/blob/master/test/e2e/custom_tool_test.go#L313:7: go-require: startCMPServer contains assertions that must only be used in the goroutine running the test function
https://github.com/argoproj/argo-cd/blob/master/test/e2e/custom_tool_test.go#L333:7: go-require: startCMPServer contains assertions that must only be used in the goroutine running the test function
https://github.com/argoproj/argo-cd/blob/master/test/e2e/custom_tool_test.go#L350:7: go-require: startCMPServer contains assertions that must only be used in the goroutine running the test function
https://github.com/argoproj/argo-cd/blob/master/test/e2e/custom_tool_test.go#L367:7: go-require: startCMPServer contains assertions that must only be used in the goroutine running the test function
https://github.com/argoproj/argo-cd/blob/master/util/cmp/stream_test.go#L62:6: go-require: streamMock.sendFile contains assertions that must only be used in the goroutine running the test function
https://github.com/argoproj/argo-cd/blob/master/util/db/cluster_test.go#L282:3: go-require: require must only be used in the goroutine running the test function
https://github.com/argoproj/argo-cd/blob/master/util/manifeststream/stream_test.go#L93:3: go-require: require must only be used in the goroutine running the test function
https://github.com/argoproj/argo-cd/blob/master/util/manifeststream/stream_test.go#L105:3: go-require: require must only be used in the goroutine running the test function

Report issue: https://github.com/argoproj/argo-cd/issues

github-actions[bot] commented 1 week ago

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

-: # github.com/google/gopacket/pcap
../../../../go/pkg/mod/github.com/google/gopacket@v1.1.19/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/google/gopacket@v1.1.19/pcap/pcap_unix.go#L167:8: could not import C (no metadata for C)
-: # github.com/google/gousb
# [pkg-config --cflags  -- libusb-1.0]
Package libusb-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libusb-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libusb-1.0' found
/home/runner/go/pkg/mod/github.com/google/gousb@v1.1.2/constants.go#L19:8: could not import C (no metadata for C)
/home/runner/go/pkg/mod/github.com/google/gousb@v1.1.2/constants.go#L110:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/google/gousb@v1.1.2/constants.go#L111:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/google/gousb@v1.1.2/constants.go#L112:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/google/gousb@v1.1.2/constants.go#L113:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/google/gousb@v1.1.2/constants.go#L114:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/google/gousb@v1.1.2/constants.go#L115:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/google/gousb@v1.1.2/constants.go#L116:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/google/gousb@v1.1.2/constants.go#L117:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/google/gousb@v1.1.2/constants.go#L160:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/google/gousb@v1.1.2/constants.go#L161:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/google/gousb@v1.1.2/constants.go#L162:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/google/gousb@v1.1.2/constants.go#L184:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/google/gousb@v1.1.2/constants.go#L185:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/google/gousb@v1.1.2/constants.go#L186:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/google/gousb@v1.1.2/constants.go#L259:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/google/gousb@v1.1.2/constants.go#L260:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/google/gousb@v1.1.2/constants.go#L261:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/google/gousb@v1.1.2/constants.go#L262:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/google/gousb@v1.1.2/error.go#L94:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/google/gousb@v1.1.2/error.go#L95:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/google/gousb@v1.1.2/error.go#L96:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/google/gousb@v1.1.2/error.go#L97:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/google/gousb@v1.1.2/error.go#L98:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/google/gousb@v1.1.2/error.go#L99:2: duplicate key unknown in map literal
-: # github.com/chifflier/nfqueue-go/nfqueue
# [pkg-config --cflags  -- libnetfilter_queue]
Package libnetfilter_queue was not found in the pkg-config search path.
Perhaps you should add the directory containing `libnetfilter_queue.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libnetfilter_queue' found
/home/runner/go/pkg/mod/github.com/chifflier/nfqueue-go@v0.0.0-20170228160439-61ca646babef/nfqueue/nfq_cb.go#L7:8: could not import C (no metadata for C)
testifylint: 30 errors during loading

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

github-actions[bot] commented 1 week ago

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

https://github.com/projectdiscovery/nuclei/blob/dev/internal/runner/runner_test.go#L18:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/internal/runner/runner_test.go#L19:2: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/internal/runner/runner_test.go#L20:2: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/internal/runner/runner_test.go#L24:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/lib/tests/sdk_test.go#L37:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/lib/tests/sdk_test.go#L41:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/lib/tests/sdk_test.go#L75:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/lib/tests/sdk_test.go#L78:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/lib/tests/sdk_test.go#L81:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/lib/tests/sdk_test.go#L107:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/lib/tests/sdk_test.go#L112:4: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/lib/tests/sdk_test.go#L118:4: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/authprovider/authx/file_test.go#L12:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/authprovider/authx/file_test.go#L15:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/authprovider/authx/file_test.go#L18:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/catalog/loader/loader_test.go#L19:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/catalog/loader/loader_test.go#L28:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/catalog/loader/loader_test.go#L36:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/catalog/loader/loader_test.go#L44:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/external/customtemplates/github_test.go#L19:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/external/customtemplates/github_test.go#L29:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/fuzz/component/value_test.go#L51:3: compares: use require.NotEqual
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/input/formats/yaml/multidoc_test.go#L25:2: error-nil: use require.NoErrorf
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/input/provider/list/hmap_test.go#L35:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/input/provider/list/hmap_test.go#L85:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/input/provider/list/hmap_test.go#L130:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/input/provider/list/hmap_test.go#L179:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/input/provider/list/hmap_test.go#L200:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/input/provider/list/hmap_test.go#L85:3: go-require: require must only be used in the goroutine running the test function
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/input/types/http_test.go#L86:5: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/installer/template_test.go#L20:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/installer/template_test.go#L23:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/installer/template_test.go#L37:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/installer/template_test.go#L52:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/installer/versioncheck_test.go#L13:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/model/model_test.go#L32:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/model/model_test.go#L56:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/model/model_test.go#L97:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/model/model_test.go#L101:3: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/model/types/severity/severity_test.go#L19:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/model/types/severity/severity_test.go#L29:2: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/model/types/severity/severity_test.go#L45:4: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/model/types/severity/severity_test.go#L46:4: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/operators/extractors/extract_test.go#L12:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/operators/extractors/extract_test.go#L24:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/operators/extractors/extract_test.go#L58:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/operators/extractors/extract_test.go#L71:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/operators/extractors/extract_test.go#L83:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/operators/matchers/match_test.go#L26:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/operators/matchers/match_test.go#L56:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/operators/matchers/match_test.go#L70:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/operators/matchers/match_test.go#L79:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/operators/matchers/match_test.go#L83:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/operators/matchers/match_test.go#L128:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/operators/matchers/match_test.go#L139:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/operators/matchers/match_test.go#L150:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/operators/matchers/match_test.go#L172:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/operators/matchers/match_test.go#L183:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/operators/matchers/match_test.go#L194:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/operators/matchers/validate_test.go#L13:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/operators/matchers/validate_test.go#L17:2: error-nil: use require.Error
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/operators/matchers/validate_test.go#L22:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/operators/matchers/validate_test.go#L26:2: error-nil: use require.Error
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/operators/matchers/validate_test.go#L30:2: error-nil: use require.Error
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/code/code_test.go#L32:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/code/code_test.go#L39:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/common/expressions/expressions_test.go#L40:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/common/expressions/expressions_test.go#L57:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/common/generators/generators_test.go#L19:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/common/generators/generators_test.go#L39:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/common/generators/generators_test.go#L61:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/common/generators/generators_test.go#L110:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/common/generators/generators_test.go#L134:4: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/common/generators/load_test.go#L70:3: empty: use require.Empty
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/common/generators/load_test.go#L78:3: len: use require.Len
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/common/helpers/responsehighlighter/response_highlighter_test.go#L26:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/common/helpers/responsehighlighter/response_highlighter_test.go#L38:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/common/hosterrorscache/hosterrorscache_test.go#L30:2: bool-compare: use require.True
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/common/hosterrorscache/hosterrorscache_test.go#L48:2: bool-compare: use require.True
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/common/hosterrorscache/hosterrorscache_test.go#L70:2: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/common/hosterrorscache/hosterrorscache_test.go#L91:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/common/hosterrorscache/hosterrorscache_test.go#L136:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/dns/dns_test.go#L32:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/dns/dns_test.go#L35:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/dns/dns_test.go#L61:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/dns/dns_test.go#L84:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/dns/operators_test.go#L39:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/dns/operators_test.go#L73:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/dns/operators_test.go#L91:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/dns/operators_test.go#L105:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/dns/operators_test.go#L120:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/dns/operators_test.go#L134:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/dns/operators_test.go#L158:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/dns/operators_test.go#L185:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/dns/operators_test.go#L203:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/dns/operators_test.go#L206:3: empty: use require.NotEmpty
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/dns/operators_test.go#L216:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/dns/operators_test.go#L219:3: empty: use require.NotEmpty
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/dns/operators_test.go#L257:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/dns/operators_test.go#L275:2: len: use require.Len
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/dns/request_test.go#L52:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/dns/request_test.go#L62:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/dns/request_test.go#L65:2: len: use require.Len
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/dns/request_test.go#L67:2: len: use require.Len
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/dns/request_test.go#L77:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/dns/request_test.go#L80:2: len: use require.Len
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/dns/request_test.go#L82:2: len: use require.Len
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/file/find_test.go#L34:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/file/find_test.go#L37:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/file/find_test.go#L49:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/file/find_test.go#L57:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/file/find_test.go#L65:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/file/operators_test.go#L48:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/file/operators_test.go#L74:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/file/operators_test.go#L88:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/file/operators_test.go#L103:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/file/operators_test.go#L117:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/file/operators_test.go#L137:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/file/operators_test.go#L163:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/file/operators_test.go#L177:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/file/operators_test.go#L180:3: empty: use require.NotEmpty
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/file/operators_test.go#L190:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/file/operators_test.go#L193:3: empty: use require.NotEmpty
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/file/operators_test.go#L249:2: len: use require.Len
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/file/operators_test.go#L280:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/file/request_test.go#L53:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/file/request_test.go#L56:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/file/request_test.go#L64:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/file/request_test.go#L75:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/file/request_test.go#L78:2: len: use require.Len
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/file/request_test.go#L80:2: len: use require.Len
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/headless/engine/page_actions_test.go#L42:3: error-nil: use require.NoErrorf
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/headless/engine/page_actions_test.go#L67:4: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/headless/engine/page_actions_test.go#L81:4: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/headless/engine/page_actions_test.go#L105:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/headless/engine/page_actions_test.go#L138:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/headless/engine/page_actions_test.go#L163:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/headless/engine/page_actions_test.go#L186:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/headless/engine/page_actions_test.go#L209:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/headless/engine/page_actions_test.go#L237:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/headless/engine/page_actions_test.go#L264:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/headless/engine/page_actions_test.go#L292:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/headless/engine/page_actions_test.go#L315:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/headless/engine/page_actions_test.go#L363:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/headless/engine/page_actions_test.go#L366:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/headless/engine/page_actions_test.go#L388:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/headless/engine/page_actions_test.go#L389:3: len: use require.Len
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/headless/engine/page_actions_test.go#L408:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/headless/engine/page_actions_test.go#L427:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/headless/engine/page_actions_test.go#L446:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/headless/engine/page_actions_test.go#L467:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/headless/engine/page_actions_test.go#L485:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/headless/engine/page_actions_test.go#L509:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/headless/engine/page_actions_test.go#L533:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/headless/engine/page_actions_test.go#L557:4: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/headless/engine/page_actions_test.go#L589:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/headless/engine/page_actions_test.go#L593:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/headless/engine/page_actions_test.go#L601:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/headless/engine/page_actions_test.go#L645:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/headless/engine/page_actions_test.go#L648:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/headless/engine/page_actions_test.go#L652:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/headless/engine/page_actions_test.go#L681:3: empty: use require.Empty
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/build_request_test.go#L39:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/build_request_test.go#L44:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/build_request_test.go#L69:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/build_request_test.go#L74:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/build_request_test.go#L80:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/build_request_test.go#L109:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/build_request_test.go#L114:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/build_request_test.go#L120:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/build_request_test.go#L150:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/build_request_test.go#L155:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/build_request_test.go#L161:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/build_request_test.go#L183:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/build_request_test.go#L195:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/build_request_test.go#L199:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/build_request_test.go#L204:2: len: use require.Len
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/http_test.go#L39:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/operators_test.go#L35:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/operators_test.go#L65:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/operators_test.go#L85:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/operators_test.go#L100:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/operators_test.go#L114:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/operators_test.go#L129:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/operators_test.go#L153:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/operators_test.go#L173:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/operators_test.go#L176:3: empty: use require.NotEmpty
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/operators_test.go#L186:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/operators_test.go#L189:3: empty: use require.NotEmpty
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/operators_test.go#L202:4: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/operators_test.go#L205:4: empty: use require.NotEmpty
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/operators_test.go#L214:4: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/operators_test.go#L217:4: empty: use require.NotEmpty
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/operators_test.go#L226:4: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/operators_test.go#L229:4: empty: use require.NotEmpty
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/operators_test.go#L243:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/operators_test.go#L246:3: empty: use require.NotEmpty
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/operators_test.go#L280:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/operators_test.go#L302:2: len: use require.Len
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/request_annotations_test.go#L21:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/request_annotations_test.go#L35:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/request_annotations_test.go#L54:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/request_annotations_test.go#L71:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/request_generator_test.go#L39:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/request_generator_test.go#L50:2: len: use require.Len
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/request_generator_test.go#L63:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/request_generator_test.go#L74:2: len: use require.Len
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/request_test.go#L80:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/request_test.go#L94:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/request_test.go#L153:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/request_test.go#L156:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/request_test.go#L170:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/request_test.go#L183:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/request_test.go#L239:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/request_test.go#L253:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/raw/raw_test.go#L18:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/raw/raw_test.go#L25:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/raw/raw_test.go#L32:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/raw/raw_test.go#L38:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/raw/raw_test.go#L43:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/raw/raw_test.go#L55:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/raw/raw_test.go#L65:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/raw/raw_test.go#L77:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/raw/raw_test.go#L83:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/raw/raw_test.go#L91:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/raw/raw_test.go#L93:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/raw/raw_test.go#L100:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/http/raw/raw_test.go#L105:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/javascript/js_test.go#L57:3: error-nil: use require.NoErrorf
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/javascript/js_test.go#L61:3: error-nil: use require.NoErrorf
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/network/network_test.go#L29:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/network/network_test.go#L31:2: len: use require.Len
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/network/operators_test.go#L33:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/network/operators_test.go#L58:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/network/operators_test.go#L71:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/network/operators_test.go#L86:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/network/operators_test.go#L100:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/network/operators_test.go#L115:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/network/operators_test.go#L143:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/network/operators_test.go#L156:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/network/operators_test.go#L159:3: empty: use require.NotEmpty
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/network/operators_test.go#L169:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/network/operators_test.go#L172:3: empty: use require.NotEmpty
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/network/operators_test.go#L206:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/network/operators_test.go#L220:2: len: use require.Len
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/network/request_test.go#L54:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/network/request_test.go#L63:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/network/request_test.go#L73:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/network/request_test.go#L76:2: len: use require.Len
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/network/request_test.go#L78:2: len: use require.Len
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/network/request_test.go#L89:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/network/request_test.go#L103:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/network/request_test.go#L106:2: len: use require.Len
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/network/request_test.go#L108:2: len: use require.Len
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/offlinehttp/find_test.go#L29:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/offlinehttp/find_test.go#L32:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/offlinehttp/find_test.go#L44:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/offlinehttp/find_test.go#L52:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/offlinehttp/find_test.go#L60:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/offlinehttp/operators_test.go#L31:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/offlinehttp/operators_test.go#L57:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/offlinehttp/operators_test.go#L77:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/offlinehttp/operators_test.go#L92:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/offlinehttp/operators_test.go#L106:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/offlinehttp/operators_test.go#L126:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/offlinehttp/operators_test.go#L146:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/offlinehttp/operators_test.go#L149:3: empty: use require.NotEmpty
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/offlinehttp/operators_test.go#L160:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/offlinehttp/operators_test.go#L163:3: empty: use require.NotEmpty
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/offlinehttp/operators_test.go#L192:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/offlinehttp/operators_test.go#L214:2: len: use require.Len
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/offlinehttp/read_response_test.go#L150:4: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/offlinehttp/read_response_test.go#L153:4: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/offlinehttp/read_response_test.go#L184:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/offlinehttp/read_response_test.go#L188:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/offlinehttp/read_response_test.go#L191:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/offlinehttp/read_response_test.go#L194:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/ssl/ssl_test.go#L29:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/ssl/ssl_test.go#L36:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/utils/variables_test.go#L20:2: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/utils/variables_test.go#L21:2: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/utils/variables_test.go#L22:2: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/utils/variables_test.go#L23:2: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/utils/variables_test.go#L24:2: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/utils/variables_test.go#L25:2: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/utils/variables_test.go#L26:2: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/utils/variables_test.go#L33:2: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/utils/variables_test.go#L34:2: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/utils/variables_test.go#L35:2: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/utils/variables_test.go#L36:2: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/utils/variables_test.go#L37:2: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/utils/variables_test.go#L38:2: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/utils/variables_test.go#L45:2: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/utils/variables_test.go#L46:2: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/utils/variables_test.go#L47:2: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/utils/variables_test.go#L48:2: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/utils/variables_test.go#L49:2: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/utils/variables_test.go#L50:2: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/utils/variables_test.go#L58:2: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/utils/variables_test.go#L59:2: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/utils/variables_test.go#L60:2: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/utils/variables_test.go#L61:2: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/utils/variables_test.go#L62:2: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/utils/variables_test.go#L63:2: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/utils/variables_test.go#L64:2: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/utils/variables_test.go#L151:2: empty: use require.NotEmpty
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/utils/variables_test.go#L152:2: empty: use require.NotEmpty
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/reporting/dedupe/dedupe_test.go#L14:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/reporting/dedupe/dedupe_test.go#L18:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/reporting/dedupe/dedupe_test.go#L25:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/reporting/dedupe/dedupe_test.go#L29:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/reporting/exporters/markdown/util/markdown_utils_test.go#L24:4: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/reporting/exporters/markdown/util/markdown_utils_test.go#L37:2: error-nil: use require.Error
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/reporting/exporters/markdown/util/markdown_utils_test.go#L51:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/reporting/exporters/markdown/util/markdown_utils_test.go#L69:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/reporting/exporters/markdown/util/markdown_utils_test.go#L89:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/reporting/trackers/jira/jira_test.go#L35:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/cache_test.go#L15:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/log_test.go#L11:2: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/log_test.go#L16:2: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/log_test.go#L19:2: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/log_test.go#L24:2: expected-actual: need to reverse actual and expected values
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/parser_test.go#L104:4: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/parser_test.go#L146:5: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/tag_filter_test.go#L40:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/tag_filter_test.go#L67:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/tag_filter_test.go#L79:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/tag_filter_test.go#L82:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/tag_filter_test.go#L90:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/tag_filter_test.go#L93:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/tag_filter_test.go#L100:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/tag_filter_test.go#L109:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/tag_filter_test.go#L118:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/tag_filter_test.go#L127:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/tag_filter_test.go#L140:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/tag_filter_test.go#L151:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/tag_filter_test.go#L170:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/tag_filter_test.go#L180:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/tag_filter_test.go#L192:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/tag_filter_test.go#L273:3: error-nil: use require.Error
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/tag_filter_test.go#L276:3: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/templates_test.go#L15:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/templates_test.go#L18:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/templates_test.go#L20:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/templates_test.go#L23:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/templates_test.go#L27:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/templates_test.go#L30:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/templates_test.go#L32:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/templates_test.go#L35:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/compile_test.go#L98:2: error-nil: use require.NoErrorf
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/compile_test.go#L99:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/compile_test.go#L139:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/compile_test.go#L150:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/templates/compile_test.go#L178:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/flow/flow_executor_test.go#L51:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/flow/flow_executor_test.go#L53:2: compares: use require.NotEqual
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/flow/flow_executor_test.go#L56:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/flow/flow_executor_test.go#L61:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/flow/flow_executor_test.go#L70:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/flow/flow_executor_test.go#L72:2: compares: use require.NotEqual
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/flow/flow_executor_test.go#L75:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/flow/flow_executor_test.go#L80:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/flow/flow_executor_test.go#L92:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/flow/flow_executor_test.go#L94:2: compares: use require.NotEqual
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/flow/flow_executor_test.go#L97:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/flow/flow_executor_test.go#L102:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/flow/flow_executor_test.go#L112:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/flow/flow_executor_test.go#L114:2: compares: use require.NotEqual
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/flow/flow_executor_test.go#L117:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/flow/flow_executor_test.go#L123:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/flow/flow_executor_test.go#L133:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/flow/flow_executor_test.go#L135:2: compares: use require.NotEqual
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/flow/flow_executor_test.go#L138:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/flow/flow_executor_test.go#L144:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/flow/flow_executor_test.go#L154:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/flow/flow_executor_test.go#L156:2: compares: use require.NotEqual
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/flow/flow_executor_test.go#L159:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/flow/flow_executor_test.go#L165:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/flow/flow_executor_test.go#L170:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/flow/flow_executor_test.go#L172:2: compares: use require.NotEqual
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/flow/flow_executor_test.go#L175:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/flow/flow_executor_test.go#L181:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/multiproto/multi_test.go#L50:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/multiproto/multi_test.go#L52:2: len: use require.Len
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/multiproto/multi_test.go#L55:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/multiproto/multi_test.go#L60:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/multiproto/multi_test.go#L67:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/multiproto/multi_test.go#L69:2: len: use require.Len
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/multiproto/multi_test.go#L72:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/tmplexec/multiproto/multi_test.go#L77:2: error-nil: use require.NoError
https://github.com/projectdiscovery/nuclei/blob/dev/pkg/utils/utils_test.go#L11:2: error-nil: use require.NoError

Report issue: https://github.com/projectdiscovery/nuclei/issues

github-actions[bot] commented 1 week ago

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

embed.go#L23:12: pattern web/dist: no matching files found
-: # github.com/pyroscope-io/godeltaprof/internal/pprof
../../../../go/pkg/mod/github.com/pyroscope-io/godeltaprof@v0.1.2/internal/pprof/delta_mutex.go#L25:20: undefined: runtime_cyclesPerSecond
../../../../go/pkg/mod/github.com/pyroscope-io/godeltaprof@v0.1.2/internal/pprof/proto.go#L400:8: undefined: runtime_expandFinalInlineFrame
-: # github.com/zincsearch/zincsearch [github.com/zincsearch/zincsearch.test]
./embed.go#L23:3: invalid go:embed: build system did not supply embed configuration
testifylint: 3 errors during loading

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

github-actions[bot] commented 1 week ago

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

server/server.go#L120:13: pattern docs: no matching files found
-: # heckel.io/ntfy/v2/server [heckel.io/ntfy/v2/server.test]
server/server.go#L114:4: invalid go:embed: build system did not supply embed configuration
server/server.go#L120:4: invalid go:embed: build system did not supply embed configuration
server/smtp_sender.go#L135:4: invalid go:embed: build system did not supply embed configuration
testifylint: 2 errors during loading

Report issue: https://github.com/binwiederhier/ntfy/issues

github-actions[bot] commented 1 week ago

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

testifylint: ./... matched no packages

Report issue: https://github.com/google/gvisor/issues

github-actions[bot] commented 1 week ago

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

https://github.com/terrastruct/d2/blob/master/d2chaos/d2chaos_test.go#L121:3: error-nil: use assert.NoError
https://github.com/terrastruct/d2/blob/master/d2chaos/d2chaos_test.go#L124:3: error-nil: use assert.NoError
https://github.com/terrastruct/d2/blob/master/d2compiler/compile_test.go#L332:5: len: use tassert.Len
https://github.com/terrastruct/d2/blob/master/d2compiler/compile_test.go#L405:5: len: use tassert.Len
https://github.com/terrastruct/d2/blob/master/d2compiler/compile_test.go#L406:5: len: use tassert.Len
https://github.com/terrastruct/d2/blob/master/d2compiler/compile_test.go#L2027:5: len: use tassert.Len
https://github.com/terrastruct/d2/blob/master/d2compiler/compile_test.go#L2028:5: len: use tassert.Len
https://github.com/terrastruct/d2/blob/master/d2compiler/compile_test.go#L2033:5: len: use tassert.Len
https://github.com/terrastruct/d2/blob/master/d2compiler/compile_test.go#L2034:5: empty: use tassert.Empty
https://github.com/terrastruct/d2/blob/master/d2compiler/compile_test.go#L2035:5: len: use tassert.Len
https://github.com/terrastruct/d2/blob/master/d2compiler/compile_test.go#L2073:5: len: use tassert.Len
https://github.com/terrastruct/d2/blob/master/d2compiler/compile_test.go#L2074:5: len: use tassert.Len
https://github.com/terrastruct/d2/blob/master/d2compiler/compile_test.go#L2087:5: len: use tassert.Len
https://github.com/terrastruct/d2/blob/master/d2compiler/compile_test.go#L2088:5: len: use tassert.Len
https://github.com/terrastruct/d2/blob/master/d2compiler/compile_test.go#L2101:5: len: use tassert.Len
https://github.com/terrastruct/d2/blob/master/d2compiler/compile_test.go#L2102:5: len: use tassert.Len
https://github.com/terrastruct/d2/blob/master/d2compiler/compile_test.go#L2116:5: len: use tassert.Len
https://github.com/terrastruct/d2/blob/master/d2compiler/compile_test.go#L2117:5: len: use tassert.Len
https://github.com/terrastruct/d2/blob/master/d2compiler/compile_test.go#L2200:5: len: use tassert.Len
https://github.com/terrastruct/d2/blob/master/d2compiler/compile_test.go#L2617:5: len: use tassert.Len
https://github.com/terrastruct/d2/blob/master/d2compiler/compile_test.go#L2687:5: len: use tassert.Len
https://github.com/terrastruct/d2/blob/master/d2compiler/compile_test.go#L2729:5: len: use tassert.Len
https://github.com/terrastruct/d2/blob/master/d2graph/serde_test.go#L17:2: error-nil: use assert.NoError
https://github.com/terrastruct/d2/blob/master/d2graph/serde_test.go#L23:3: len: use assert.Len
https://github.com/terrastruct/d2/blob/master/d2graph/serde_test.go#L24:3: len: use assert.Len
https://github.com/terrastruct/d2/blob/master/d2graph/serde_test.go#L25:3: len: use assert.Len
https://github.com/terrastruct/d2/blob/master/d2graph/serde_test.go#L26:3: len: use assert.Len
https://github.com/terrastruct/d2/blob/master/d2graph/serde_test.go#L34:3: len: use assert.Len
https://github.com/terrastruct/d2/blob/master/d2graph/serde_test.go#L42:2: error-nil: use assert.NoError
https://github.com/terrastruct/d2/blob/master/d2graph/serde_test.go#L46:2: error-nil: use assert.NoError
https://github.com/terrastruct/d2/blob/master/d2graph/serde_test.go#L57:2: error-nil: use assert.NoError
https://github.com/terrastruct/d2/blob/master/d2graph/serde_test.go#L63:2: error-nil: use assert.NoError
https://github.com/terrastruct/d2/blob/master/d2graph/serde_test.go#L67:2: error-nil: use assert.NoError
https://github.com/terrastruct/d2/blob/master/d2layouts/d2grid/layout_test.go#L29:2: len: use assert.Lenf
https://github.com/terrastruct/d2/blob/master/d2layouts/d2grid/layout_test.go#L30:2: len: use assert.Lenf
https://github.com/terrastruct/d2/blob/master/d2layouts/d2grid/layout_test.go#L31:2: len: use assert.Lenf
https://github.com/terrastruct/d2/blob/master/d2layouts/d2grid/layout_test.go#L36:2: len: use assert.Lenf
https://github.com/terrastruct/d2/blob/master/d2layouts/d2grid/layout_test.go#L37:2: len: use assert.Lenf
https://github.com/terrastruct/d2/blob/master/d2layouts/d2grid/layout_test.go#L38:2: len: use assert.Lenf
https://github.com/terrastruct/d2/blob/master/d2layouts/d2grid/layout_test.go#L42:2: len: use assert.Lenf
https://github.com/terrastruct/d2/blob/master/d2layouts/d2grid/layout_test.go#L43:2: len: use assert.Lenf
https://github.com/terrastruct/d2/blob/master/d2layouts/d2grid/layout_test.go#L44:2: len: use assert.Lenf
https://github.com/terrastruct/d2/blob/master/d2layouts/d2grid/layout_test.go#L45:2: len: use assert.Lenf
https://github.com/terrastruct/d2/blob/master/d2layouts/d2grid/layout_test.go#L49:2: len: use assert.Lenf
https://github.com/terrastruct/d2/blob/master/d2layouts/d2grid/layout_test.go#L50:2: len: use assert.Lenf
https://github.com/terrastruct/d2/blob/master/d2layouts/d2grid/layout_test.go#L51:2: len: use assert.Lenf
https://github.com/terrastruct/d2/blob/master/d2layouts/d2grid/layout_test.go#L52:2: len: use assert.Lenf
https://github.com/terrastruct/d2/blob/master/d2layouts/d2grid/layout_test.go#L56:2: len: use assert.Lenf
https://github.com/terrastruct/d2/blob/master/d2layouts/d2grid/layout_test.go#L57:2: len: use assert.Lenf
https://github.com/terrastruct/d2/blob/master/d2layouts/d2grid/layout_test.go#L58:2: len: use assert.Lenf
https://github.com/terrastruct/d2/blob/master/d2layouts/d2grid/layout_test.go#L62:2: len: use assert.Lenf
https://github.com/terrastruct/d2/blob/master/d2layouts/d2grid/layout_test.go#L63:2: len: use assert.Lenf
https://github.com/terrastruct/d2/blob/master/d2layouts/d2grid/layout_test.go#L64:2: len: use assert.Lenf
https://github.com/terrastruct/d2/blob/master/d2layouts/d2grid/layout_test.go#L68:2: len: use assert.Lenf
https://github.com/terrastruct/d2/blob/master/d2layouts/d2grid/layout_test.go#L70:3: len: use assert.Lenf
https://github.com/terrastruct/d2/blob/master/d2layouts/d2sequence/layout_test.go#L41:2: error-nil: use assert.NoError
https://github.com/terrastruct/d2/blob/master/d2layouts/d2sequence/layout_test.go#L181:2: error-nil: use assert.NoError
https://github.com/terrastruct/d2/blob/master/d2layouts/d2sequence/layout_test.go#L302:2: error-nil: use assert.NoError
https://github.com/terrastruct/d2/blob/master/d2layouts/d2sequence/layout_test.go#L345:3: len: use assert.Len
https://github.com/terrastruct/d2/blob/master/d2oracle/get_test.go#L14:2: bool-compare: use assert.True
https://github.com/terrastruct/d2/blob/master/d2oracle/get_test.go#L15:2: bool-compare: use assert.True
https://github.com/terrastruct/d2/blob/master/d2oracle/get_test.go#L16:2: bool-compare: use assert.True
https://github.com/terrastruct/d2/blob/master/d2oracle/get_test.go#L18:2: bool-compare: use assert.False
https://github.com/terrastruct/d2/blob/master/d2oracle/get_test.go#L19:2: bool-compare: use assert.False
https://github.com/terrastruct/d2/blob/master/d2renderers/d2sketch/sketch_test.go#L1358:6: error-nil: use tassert.NoError
https://github.com/terrastruct/d2/blob/master/d2renderers/d2sketch/sketch_test.go#L1378:6: error-nil: use tassert.NoError
https://github.com/terrastruct/d2/blob/master/d2renderers/d2svg/appendix/appendix_test.go#L152:6: error-nil: use tassert.NoError
https://github.com/terrastruct/d2/blob/master/d2renderers/d2svg/appendix/appendix_test.go#L167:6: error-nil: use tassert.NoError
https://github.com/terrastruct/d2/blob/master/d2renderers/d2svg/dark_theme/dark_theme_test.go#L426:6: error-nil: use tassert.NoError
https://github.com/terrastruct/d2/blob/master/d2renderers/d2svg/dark_theme/dark_theme_test.go#L442:6: error-nil: use tassert.NoError
https://github.com/terrastruct/d2/blob/master/e2etests/e2e_test.go#L128:2: error-nil: use trequire.NoError
https://github.com/terrastruct/d2/blob/master/e2etests/e2e_test.go#L131:3: error-nil: use trequire.NoError
https://github.com/terrastruct/d2/blob/master/e2etests/e2e_test.go#L134:2: error-nil: use trequire.NoError
https://github.com/terrastruct/d2/blob/master/e2etests/e2e_test.go#L137:2: error-nil: use trequire.NoError
https://github.com/terrastruct/d2/blob/master/e2etests/e2e_test.go#L138:2: error-nil: use trequire.NoError
https://github.com/terrastruct/d2/blob/master/e2etests/e2e_test.go#L150:3: error-nil: use trequire.NoError
https://github.com/terrastruct/d2/blob/master/lib/geo/segment_test.go#L14:2: len: use assert.Len
https://github.com/terrastruct/d2/blob/master/lib/geo/segment_test.go#L20:2: len: use assert.Len
https://github.com/terrastruct/d2/blob/master/lib/geo/segment_test.go#L26:2: len: use assert.Len
https://github.com/terrastruct/d2/blob/master/lib/geo/segment_test.go#L32:2: empty: use assert.Empty
https://github.com/terrastruct/d2/blob/master/lib/geo/vector_test.go#L90:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/terrastruct/d2/blob/master/lib/geo/vector_test.go#L142:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/terrastruct/d2/blob/master/lib/geo/vector_test.go#L143:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/terrastruct/d2/blob/master/lib/textmeasure/textmeasure_test.go#L40:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/terrastruct/d2/blob/master/lib/xgif/xgif_test.go#L24:2: require-error: for error assertions use require
https://github.com/terrastruct/d2/blob/master/lib/xgif/xgif_test.go#L29:3: require-error: for error assertions use require

Report issue: https://github.com/terrastruct/d2/issues

github-actions[bot] commented 1 week ago

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

https://github.com/hashicorp/packer/blob/main/fix/fixer_pp_manifest_filename_test.go#L50:2: require-error: for error assertions use require
https://github.com/hashicorp/packer/blob/main/fix/fixer_pp_docker_tag_tags_test.go#L52:2: require-error: for error assertions use require
https://github.com/hashicorp/packer/blob/main/fix/fixer_pp_vagrant_override_test.go#L76:2: require-error: for error assertions use require
https://github.com/hashicorp/packer/blob/main/post-processor/shell-local/post-processor_test.go#L121:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/packer/blob/main/post-processor/shell-local/post-processor_test.go#L133:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/packer/blob/main/post-processor/shell-local/post-processor_test.go#L146:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/packer/blob/main/provisioner/powershell/provisioner_test.go#L745:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/hashicorp/packer/blob/main/provisioner/powershell/provisioner_test.go#L824:4: expected-actual: need to reverse actual and expected values

Report issue: https://github.com/hashicorp/packer/issues

github-actions[bot] commented 1 week ago

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

-: # github.com/hoanhan101/ultimate-go/go/concurrency
go/concurrency/channel_2.go#L13:6: main redeclared in this block
go/concurrency/channel_1.go#L95:6: other declaration of main
go/concurrency/channel_3.go#L22:6: main redeclared in this block
go/concurrency/channel_1.go#L95:6: other declaration of main
go/concurrency/channel_4.go#L20:6: main redeclared in this block
go/concurrency/channel_1.go#L95:6: other declaration of main
go/concurrency/channel_5.go#L38:6: main redeclared in this block
go/concurrency/channel_1.go#L95:6: other declaration of main
go/concurrency/channel_6.go#L41:6: main redeclared in this block
go/concurrency/channel_1.go#L95:6: other declaration of main
go/concurrency/context_1.go#L28:6: main redeclared in this block
go/concurrency/channel_1.go#L95:6: other declaration of main
go/concurrency/context_2.go#L15:6: main redeclared in this block
go/concurrency/channel_1.go#L95:6: other declaration of main
go/concurrency/context_3.go#L17:6: main redeclared in this block
go/concurrency/channel_1.go#L95:6: other declaration of main
go/concurrency/context_4.go#L13:6: data redeclared in this block
go/concurrency/context_3.go#L13:6: other declaration of data
go/concurrency/context_4.go#L17:6: main redeclared in this block
go/concurrency/channel_1.go#L95:6: other declaration of main
go/concurrency/context_4.go#L17:6: too many errors
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/channel_2.go#L13:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/channel_1.go#L95:6:    other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/channel_3.go#L22:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/channel_1.go#L95:6:    other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/channel_4.go#L20:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/channel_1.go#L95:6:    other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/channel_5.go#L38:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/channel_1.go#L95:6:    other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/channel_6.go#L41:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/channel_1.go#L95:6:    other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/context_1.go#L28:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/channel_1.go#L95:6:    other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/context_2.go#L15:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/channel_1.go#L95:6:    other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/context_3.go#L17:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/channel_1.go#L95:6:    other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/context_4.go#L13:6: data redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/context_3.go#L13:6:    other declaration of data
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/context_4.go#L17:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/channel_1.go#L95:6:    other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/context_5.go#L20:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/channel_1.go#L95:6:    other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/data_race_1.go#L42:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/channel_1.go#L95:6:    other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/data_race_2.go#L17:5: counter redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/data_race_1.go#L40:5:  other declaration of counter
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/data_race_2.go#L19:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/channel_1.go#L95:6:    other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/data_race_3.go#L18:2: counter redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/data_race_1.go#L40:5:  other declaration of counter
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/data_race_3.go#L36:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/channel_1.go#L95:6:    other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/data_race_4.go#L22:2: data redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/context_3.go#L13:6:    other declaration of data
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/data_race_4.go#L39:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/channel_1.go#L95:6:    other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/goroutine_1.go#L240:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/channel_1.go#L95:6:    other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/goroutine_2.go#L26:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/channel_1.go#L95:6:    other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/goroutine_3.go#L26:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/channel_1.go#L95:6:    other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/goroutine_4.go#L27:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/channel_1.go#L95:6:    other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/data_race_2.go#L37:21: cannot use &counter (value of type *int) as *int64 value in argument to atomic.AddInt64
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/data_race_4.go#L80:17: data (type) is not an expression
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/data_race_4.go#L80:3: data (type) is not an expression
https://github.com/hoanhan101/ultimate-go/blob/master/go/concurrency/data_race_4.go#L96:72: data (type) is not an expression
-: # github.com/hoanhan101/ultimate-go/go/design
go/design/conversion_2.go#L29:6: main redeclared in this block
go/design/conversion_1.go#L44:6: other declaration of main
go/design/decoupling_1.go#L168:6: main redeclared in this block
go/design/conversion_1.go#L44:6: other declaration of main
go/design/decoupling_2.go#L48:6: Data redeclared in this block
go/design/decoupling_1.go#L61:6: other declaration of Data
go/design/decoupling_2.go#L63:6: Xenia redeclared in this block
go/design/decoupling_1.go#L66:6: other declaration of Xenia
go/design/decoupling_2.go#L85:6: Pillar redeclared in this block
go/design/decoupling_1.go#L92:6: other declaration of Pillar
go/design/decoupling_2.go#L97:6: System redeclared in this block
go/design/decoupling_1.go#L110:6: other declaration of System
go/design/decoupling_2.go#L103:6: pull redeclared in this block
go/design/decoupling_1.go#L123:6: other declaration of pull
go/design/decoupling_2.go#L114:6: store redeclared in this block
go/design/decoupling_1.go#L139:6: other declaration of store
go/design/decoupling_2.go#L125:6: Copy redeclared in this block
go/design/decoupling_1.go#L151:6: other declaration of Copy
go/design/decoupling_2.go#L142:6: main redeclared in this block
go/design/conversion_1.go#L44:6: other declaration of main
go/design/decoupling_2.go#L142:6: too many errors
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/conversion_2.go#L29:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/conversion_1.go#L44:6:  other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_1.go#L168:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/conversion_1.go#L44:6:  other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_2.go#L48:6: Data redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_1.go#L61:6:  other declaration of Data
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_2.go#L63:6: Xenia redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_1.go#L66:6:  other declaration of Xenia
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_2.go#L85:6: Pillar redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_1.go#L92:6:  other declaration of Pillar
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_2.go#L97:6: System redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_1.go#L110:6:     other declaration of System
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_2.go#L103:6: pull redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_1.go#L123:6:     other declaration of pull
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_2.go#L114:6: store redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_1.go#L139:6:     other declaration of store
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_2.go#L125:6: Copy redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_1.go#L151:6:     other declaration of Copy
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_2.go#L142:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/conversion_1.go#L44:6:  other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_3.go#L81:6: Data redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_1.go#L61:6:  other declaration of Data
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_3.go#L86:6: Puller redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_2.go#L53:6:  other declaration of Puller
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_3.go#L91:6: Storer redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_2.go#L58:6:  other declaration of Storer
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_3.go#L102:6: Xenia redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_1.go#L66:6:  other declaration of Xenia
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_3.go#L124:6: Pillar redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_1.go#L92:6:  other declaration of Pillar
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_3.go#L136:6: System redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_1.go#L110:6:     other declaration of System
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_3.go#L142:6: pull redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_1.go#L123:6:     other declaration of pull
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_3.go#L153:6: store redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_1.go#L139:6:     other declaration of store
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_3.go#L164:6: Copy redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_1.go#L151:6:     other declaration of Copy
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_3.go#L181:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/conversion_1.go#L44:6:  other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_4.go#L67:6: Data redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_1.go#L61:6:  other declaration of Data
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_4.go#L72:6: Puller redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_2.go#L53:6:  other declaration of Puller
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_4.go#L77:6: Storer redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_2.go#L58:6:  other declaration of Storer
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_4.go#L82:6: PullStorer redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_3.go#L96:6:  other declaration of PullStorer
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_4.go#L88:6: Xenia redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_1.go#L66:6:  other declaration of Xenia
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_4.go#L110:6: Pillar redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_1.go#L92:6:  other declaration of Pillar
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_4.go#L122:6: System redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_1.go#L110:6:     other declaration of System
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_4.go#L128:6: pull redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_1.go#L123:6:     other declaration of pull
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_4.go#L139:6: store redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_1.go#L139:6:     other declaration of store
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_4.go#L150:6: Copy redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_1.go#L151:6:     other declaration of Copy
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_4.go#L167:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/conversion_1.go#L44:6:  other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/error_1.go#L60:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/conversion_1.go#L44:6:  other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/error_2.go#L30:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/conversion_1.go#L44:6:  other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/error_2.go#L51:6: webCall redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/error_1.go#L77:6:   other declaration of webCall
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/error_3.go#L63:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/conversion_1.go#L44:6:  other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/error_5.go#L22:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/conversion_1.go#L44:6:  other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/error_6.go#L37:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/conversion_1.go#L44:6:  other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/grouping_types_1.go#L58:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/conversion_1.go#L44:6:  other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/grouping_types_2.go#L29:6: Dog redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/grouping_types_1.go#L31:6:  other declaration of Dog
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/grouping_types_2.go#L47:6: Cat redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/grouping_types_1.go#L45:6:  other declaration of Cat
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/grouping_types_2.go#L62:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/conversion_1.go#L44:6:  other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/mocking_1.go#L47:6: New redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/error_1.go#L56:6:   other declaration of New
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/mocking_2.go#L41:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/conversion_1.go#L44:6:  other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/pollution_1.go#L68:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/conversion_1.go#L44:6:  other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/pollution_2.go#L10:6: Server redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/pollution_1.go#L26:6:   other declaration of Server
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/pollution_2.go#L16:6: NewServer redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/pollution_1.go#L45:6:   other declaration of NewServer
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/pollution_2.go#L38:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/conversion_1.go#L44:6:  other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_2.go#L69:15: method Xenia.Pull already declared at https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_1.go#L76:15
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_3.go#L108:15: method Xenia.Pull already declared at https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_1.go#L76:15
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_4.go#L94:15: method Xenia.Pull already declared at https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_1.go#L76:15
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_2.go#L91:16: method Pillar.Store already declared at https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_1.go#L99:16
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_3.go#L130:16: method Pillar.Store already declared at https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_1.go#L99:16
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_4.go#L116:16: method Pillar.Store already declared at https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_1.go#L99:16
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/grouping_types_2.go#L37:14: method Dog.Speak already declared at https://github.com/hoanhan101/ultimate-go/blob/master/go/design/grouping_types_1.go#L37:15
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/grouping_types_2.go#L55:14: method Cat.Speak already declared at https://github.com/hoanhan101/ultimate-go/blob/master/go/design/grouping_types_1.go#L51:15
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_3.go#L168:18: cannot use ps (variable of type PullStorer) as *Xenia value in argument to pull
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_3.go#L170:23: cannot use ps (variable of type PullStorer) as *Pillar value in argument to store
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_4.go#L154:18: cannot use ps (variable of type PullStorer) as *Xenia value in argument to pull
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_4.go#L156:23: cannot use ps (variable of type PullStorer) as *Pillar value in argument to store
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_4.go#L169:3: unknown field Puller in struct literal of type System
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/decoupling_4.go#L173:3: unknown field Storer in struct literal of type System
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/error_2.go#L31:20: too many arguments in call to webCall
have (bool)
want ()
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/grouping_types_1.go#L69:3: cannot use Dog{…} (value of type Dog) as Animal value in array or slice literal
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/grouping_types_1.go#L78:3: cannot use Cat{…} (value of type Cat) as Animal value in array or slice literal
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/grouping_types_2.go#L67:4: unknown field Name in struct literal of type Dog
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/grouping_types_2.go#L68:4: unknown field IsMammal in struct literal of type Dog
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/grouping_types_2.go#L66:3: cannot use Dog{…} (value of type Dog) as Speaker value in array or slice literal: Dog does not implement Speaker (method Speak has pointer receiver)
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/grouping_types_2.go#L74:4: unknown field Name in struct literal of type Cat
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/grouping_types_2.go#L75:4: unknown field IsMammal in struct literal of type Cat
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/grouping_types_2.go#L73:3: cannot use Cat{…} (value of type Cat) as Speaker value in array or slice literal: Cat does not implement Speaker (method Speak has pointer receiver)
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/mocking_2.go#L45:3: cannot use New("localhost") (value of type error) as publisher value in array or slice literal: error does not implement publisher (missing method Publish)
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/pollution_2.go#L17:10: invalid composite literal type Server
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/pollution_2.go#L21:7: invalid receiver type Server (pointer or interface type)
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/pollution_2.go#L27:7: invalid receiver type Server (pointer or interface type)
https://github.com/hoanhan101/ultimate-go/blob/master/go/design/pollution_2.go#L33:7: invalid receiver type Server (pointer or interface type)
-: # github.com/hoanhan101/ultimate-go/go/language
go/language/constant.go#L10:6: main redeclared in this block
go/language/array.go#L70:6: other declaration of main
go/language/embedding_1.go#L29:6: main redeclared in this block
go/language/array.go#L70:6: other declaration of main
go/language/embedding_2.go#L10:6: user redeclared in this block
go/language/embedding_1.go#L10:6: other declaration of user
go/language/embedding_2.go#L33:6: admin redeclared in this block
go/language/embedding_1.go#L24:6: other declaration of admin
go/language/embedding_2.go#L38:6: main redeclared in this block
go/language/array.go#L70:6: other declaration of main
go/language/embedding_3.go#L15:6: user redeclared in this block
go/language/embedding_1.go#L10:6: other declaration of user
go/language/embedding_3.go#L26:6: admin redeclared in this block
go/language/embedding_1.go#L24:6: other declaration of admin
go/language/embedding_3.go#L31:6: main redeclared in this block
go/language/array.go#L70:6: other declaration of main
go/language/embedding_4.go#L10:6: notifier redeclared in this block
go/language/embedding_3.go#L10:6: other declaration of notifier
go/language/embedding_4.go#L15:6: user redeclared in this block
go/language/embedding_1.go#L10:6: other declaration of user
go/language/embedding_4.go#L15:6: too many errors
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/constant.go#L10:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/array.go#L70:6:   other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_1.go#L29:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/array.go#L70:6:   other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_2.go#L10:6: user redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_1.go#L10:6:     other declaration of user
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_2.go#L33:6: admin redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_1.go#L24:6:     other declaration of admin
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_2.go#L38:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/array.go#L70:6:   other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_3.go#L15:6: user redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_1.go#L10:6:     other declaration of user
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_3.go#L26:6: admin redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_1.go#L24:6:     other declaration of admin
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_3.go#L31:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/array.go#L70:6:   other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_4.go#L10:6: notifier redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_3.go#L10:6:     other declaration of notifier
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_4.go#L15:6: user redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_1.go#L10:6:     other declaration of user
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_4.go#L26:6: admin redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_1.go#L24:6:     other declaration of admin
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_4.go#L40:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/array.go#L70:6:   other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_4.go#L63:6: sendNotification redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_3.go#L57:6:     other declaration of sendNotification
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/function.go#L10:6: user redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_1.go#L10:6:     other declaration of user
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/function.go#L23:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/array.go#L70:6:   other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/interface_1.go#L73:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/array.go#L70:6:   other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/interface_2.go#L6:6: notifier redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_3.go#L10:6:     other declaration of notifier
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/interface_2.go#L16:6: user redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_1.go#L10:6:     other declaration of user
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/interface_2.go#L43:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/array.go#L70:6:   other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/interface_2.go#L171:6: sendNotification redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_3.go#L57:6:     other declaration of sendNotification
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/map.go#L6:6: user redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_1.go#L10:6:     other declaration of user
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/map.go#L11:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/array.go#L70:6:   other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/method_1.go#L6:6: user redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_1.go#L10:6:     other declaration of user
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/method_1.go#L31:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/array.go#L70:6:   other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/method_3.go#L30:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/array.go#L70:6:   other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/pointer.go#L33:6: user redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_1.go#L10:6:     other declaration of user
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/pointer.go#L38:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/array.go#L70:6:   other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/slice.go#L11:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/array.go#L70:6:   other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/struct.go#L12:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/array.go#L70:6:   other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/variable.go#L5:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/array.go#L70:6:   other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_2.go#L16:16: method user.notify already declared at https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_1.go#L17:16
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_3.go#L21:16: method user.notify already declared at https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_1.go#L17:16
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_4.go#L21:16: method user.notify already declared at https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_1.go#L17:16
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/interface_2.go#L31:16: method user.notify already declared at https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_1.go#L17:16
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/method_1.go#L16:15: method user.notify already declared at https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_1.go#L17:16
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/method_2.go#L80:8: undefined: Location
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/method_2.go#L99:21: undefined: Duration
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/method_2.go#L133:31: undefined: File
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/method_2.go#L138:10: undefined: File
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/method_2.go#L149:23: undefined: File
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_2.go#L44:3: unknown field user in struct literal of type admin
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_2.go#L52:5: ad.user undefined (type admin has no field or method user)
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_3.go#L34:3: unknown field user in struct literal of type admin
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_4.go#L37:50: a.name undefined (type *admin has no field or method name)
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_4.go#L37:58: a.email undefined (type *admin has no field or method email)
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_4.go#L43:3: unknown field user in struct literal of type admin
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/embedding_4.go#L56:5: ad.user undefined (type admin has no field or method user)
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/function.go#L44:46: u.ID undefined (type *user has no field or method ID)
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/method_2.go#L45:18: undefined: IPv6len
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/method_2.go#L45:40: undefined: IPv4len
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/method_2.go#L45:51: undefined: allFF
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/method_2.go#L48:18: undefined: IPv4len
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/method_2.go#L48:40: undefined: IPv6len
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/method_2.go#L48:51: undefined: bytesEqual
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/method_2.go#L48:71: undefined: v4InV6Prefix
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/method_2.go#L68:12: ip.String undefined (type IP has no field or method String)
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/method_2.go#L89:15: undefined: now
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/method_2.go#L90:20: undefined: unixToInternal
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/method_2.go#L90:42: undefined: Local
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/method_2.go#L134:9: undefined: OpenFile
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/method_2.go#L134:24: undefined: O_RDONLY
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/method_2.go#L140:10: undefined: ErrInvalid
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/method_2.go#L143:11: undefined: PathError
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/method_2.go#L152:4: undefined: sigpipe
-: # github.com/hoanhan101/ultimate-go/go/language/exporting/exporting_3
go/language/exporting/exporting_3/exporting_3.go#L21:3: unknown field password in struct literal of type users.User
https://github.com/hoanhan101/ultimate-go/blob/master/go/language/exporting/exporting_3/exporting_3.go#L21:3: unknown field password in struct literal of type users.User
-: # github.com/hoanhan101/ultimate-go/go/profiling
go/profiling/stack_trace_1.go#L9:6: main redeclared in this block
go/profiling/memory_tracing.go#L63:6: other declaration of main
go/profiling/stack_trace_2.go#L9:6: main redeclared in this block
go/profiling/memory_tracing.go#L63:6: other declaration of main
go/profiling/stack_trace_2.go#L11:29: too many arguments in call to example
have (bool, bool, bool, number)
want ([]string, string, int)
go/profiling/stack_trace_2.go#L14:6: example redeclared in this block
go/profiling/stack_trace_1.go#L17:6: other declaration of example
https://github.com/hoanhan101/ultimate-go/blob/master/go/profiling/stack_trace_1.go#L9:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/profiling/memory_tracing.go#L63:6:     other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/profiling/stack_trace_2.go#L9:6: main redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/profiling/memory_tracing.go#L63:6:     other declaration of main
https://github.com/hoanhan101/ultimate-go/blob/master/go/profiling/stack_trace_2.go#L14:6: example redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/profiling/stack_trace_1.go#L17:6:  other declaration of example
https://github.com/hoanhan101/ultimate-go/blob/master/go/profiling/stack_trace_2.go#L11:29: too many arguments in call to example
have (bool, bool, bool, number)
want ([]string, string, int)
-: # github.com/hoanhan101/ultimate-go/go/benchmark [github.com/hoanhan101/ultimate-go/go/benchmark.test]
go/benchmark/sub_test.go#L19:5: gs redeclared in this block
go/benchmark/basic_test.go#L26:5: other declaration of gs
https://github.com/hoanhan101/ultimate-go/blob/master/go/benchmark/sub_test.go#L19:5: gs redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/benchmark/basic_test.go#L26:5:     other declaration of gs
-: # github.com/hoanhan101/ultimate-go/go/testing [github.com/hoanhan101/ultimate-go/go/testing.test]
go/testing/sub_test.go#L16:2: succeed redeclared in this block
go/testing/basic_test.go#L29:2: other declaration of succeed
go/testing/sub_test.go#L17:2: failed redeclared in this block
go/testing/basic_test.go#L30:2: other declaration of failed
go/testing/table_test.go#L18:2: succeed redeclared in this block
go/testing/basic_test.go#L29:2: other declaration of succeed
go/testing/table_test.go#L19:2: failed redeclared in this block
go/testing/basic_test.go#L30:2: other declaration of failed
go/testing/web_test.go#L25:2: succeed redeclared in this block
go/testing/basic_test.go#L29:2: other declaration of succeed
go/testing/web_test.go#L26:2: failed redeclared in this block
go/testing/basic_test.go#L30:2: other declaration of failed
https://github.com/hoanhan101/ultimate-go/blob/master/go/testing/sub_test.go#L16:2: succeed redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/testing/basic_test.go#L29:2:   other declaration of succeed
https://github.com/hoanhan101/ultimate-go/blob/master/go/testing/sub_test.go#L17:2: failed redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/testing/basic_test.go#L30:2:   other declaration of failed
https://github.com/hoanhan101/ultimate-go/blob/master/go/testing/table_test.go#L18:2: succeed redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/testing/basic_test.go#L29:2:   other declaration of succeed
https://github.com/hoanhan101/ultimate-go/blob/master/go/testing/table_test.go#L19:2: failed redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/testing/basic_test.go#L30:2:   other declaration of failed
https://github.com/hoanhan101/ultimate-go/blob/master/go/testing/web_test.go#L25:2: succeed redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/testing/basic_test.go#L29:2:   other declaration of succeed
https://github.com/hoanhan101/ultimate-go/blob/master/go/testing/web_test.go#L26:2: failed redeclared in this block
https://github.com/hoanhan101/ultimate-go/blob/master/go/testing/basic_test.go#L30:2:   other declaration of failed
testifylint: 293 errors during loading

Report issue: https://github.com/hoanhan101/ultimate-go/issues

github-actions[bot] commented 1 week ago

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

https://github.com/ory/hydra/blob/master/internal/testhelpers/uuid/uuid.go#L24:2: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/internal/testhelpers/uuid/uuid.go#L25:2: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/jwk/manager_test_helpers.go#L60:3: error-nil: use assert.Error
https://github.com/ory/hydra/blob/master/jwk/manager_test_helpers.go#L120:3: len: use assert.Len
https://github.com/ory/hydra/blob/master/client/manager_test_helpers.go#L102:2: empty: use assert.Empty
https://github.com/ory/hydra/blob/master/client/manager_test_helpers.go#L254:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/client/manager_test_helpers.go#L284:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/client/manager_test_helpers.go#L285:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/client/manager_test_helpers.go#L299:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/client/manager_test_helpers.go#L304:3: empty: use assert.Empty
https://github.com/ory/hydra/blob/master/client/manager_test_helpers.go#L310:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/client/manager_test_helpers.go#L321:3: error-nil: use assert.Error
https://github.com/ory/hydra/blob/master/client/manager_test_helpers.go#L135:5: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/client/manager_test_helpers.go#L279:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/client/manager_test_helpers.go#L288:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/client/manager_test_helpers.go#L292:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/client/manager_test_helpers.go#L297:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/client/manager_test_helpers.go#L303:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/client/manager_test_helpers.go#L308:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/client/manager_test_helpers.go#L316:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/client/manager_test_helpers.go#L318:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/client/manager_test_helpers.go#L324:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/client/manager_test_helpers.go#L187:6: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/client/manager_test_helpers.go#L190:6: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/client/manager_test_helpers.go#L193:6: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/client/manager_test_helpers.go#L81:2: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/oauth2/trust/manager_test_helpers.go#L49:3: empty: use assert.Empty
https://github.com/ory/hydra/blob/master/oauth2/equalKeys.go#L15:2: negative-positive: use assert.Positive
https://github.com/ory/hydra/blob/master/oauth2/equalKeys.go#L18:3: error-nil: use assert.NoError
https://github.com/ory/hydra/blob/master/oauth2/equalKeys.go#L20:3: error-nil: use assert.NoError
https://github.com/ory/hydra/blob/master/oauth2/equalKeys.go#L26:2: negative-positive: use assert.Positive
https://github.com/ory/hydra/blob/master/oauth2/equalKeys.go#L29:3: error-nil: use assert.NoError
https://github.com/ory/hydra/blob/master/oauth2/equalKeys.go#L31:3: error-nil: use assert.NoError
https://github.com/ory/hydra/blob/master/oauth2/equalKeys.go#L37:2: negative-positive: use assert.Positive
https://github.com/ory/hydra/blob/master/oauth2/equalKeys.go#L40:3: error-nil: use assert.NoError
https://github.com/ory/hydra/blob/master/oauth2/equalKeys.go#L42:3: error-nil: use assert.NoError
https://github.com/ory/hydra/blob/master/oauth2/equalKeys.go#L47:2: negative-positive: use assert.Positive
https://github.com/ory/hydra/blob/master/oauth2/equalKeys.go#L50:3: error-nil: use assert.NoError
https://github.com/ory/hydra/blob/master/oauth2/equalKeys.go#L52:3: error-nil: use assert.NoError
https://github.com/ory/hydra/blob/master/oauth2/fosite_store_helpers.go#L264:3: error-nil: use assert.Error
https://github.com/ory/hydra/blob/master/oauth2/fosite_store_helpers.go#L277:3: error-nil: use assert.Error
https://github.com/ory/hydra/blob/master/oauth2/fosite_store_helpers.go#L287:3: error-nil: use assert.Error
https://github.com/ory/hydra/blob/master/oauth2/fosite_store_helpers.go#L300:3: error-nil: use assert.Error
https://github.com/ory/hydra/blob/master/oauth2/fosite_store_helpers.go#L561:3: error-nil: use assert.Error
https://github.com/ory/hydra/blob/master/oauth2/fosite_store_helpers.go#L574:3: error-nil: use assert.Error
https://github.com/ory/hydra/blob/master/oauth2/fosite_store_helpers.go#L906:4: empty: use require.Empty
https://github.com/ory/hydra/blob/master/oauth2/fosite_store_helpers.go#L979:4: empty: use assert.Empty
https://github.com/ory/hydra/blob/master/oauth2/fosite_store_helpers.go#L1156:4: empty: use assert.Empty
https://github.com/ory/hydra/blob/master/oauth2/fosite_store_helpers.go#L1016:4: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/oauth2/fosite_store_helpers.go#L310:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/oauth2/fosite_store_helpers.go#L345:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/oauth2/fosite_store_helpers.go#L498:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/oauth2/fosite_store_helpers.go#L245:4: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/oauth2/fosite_store_helpers.go#L247:4: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/oauth2/fosite_store_helpers.go#L249:4: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/oauth2/fosite_store_helpers.go#L251:4: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/oauth2/fosite_store_helpers.go#L841:4: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/oauth2/fosite_store_helpers.go#L843:4: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/oauth2/fosite_store_helpers.go#L1053:4: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/oauth2/fosite_store_helpers.go#L362:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/oauth2/fosite_store_helpers.go#L377:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/consent/test/manager_test_helpers.go#L736:8: error-is-as: use assert.ErrorIs
https://github.com/ory/hydra/blob/master/consent/test/manager_test_helpers.go#L818:6: len: use assert.Len
https://github.com/ory/hydra/blob/master/consent/test/manager_test_helpers.go#L860:6: len: use assert.Len
https://github.com/ory/hydra/blob/master/consent/test/manager_test_helpers.go#L867:5: error-is-as: use require.ErrorIs
https://github.com/ory/hydra/blob/master/consent/test/manager_test_helpers.go#L896:5: error-is-as: use require.ErrorIs
https://github.com/ory/hydra/blob/master/consent/test/manager_test_helpers.go#L956:8: empty: use require.Empty
https://github.com/ory/hydra/blob/master/consent/test/manager_test_helpers.go#L723:6: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/consent/test/manager_test_helpers.go#L725:6: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/consent/test/manager_test_helpers.go#L741:6: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/consent/test/manager_test_helpers.go#L849:7: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/consent/test/manager_test_helpers.go#L807:7: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/internal/testhelpers/oauth2.go#L127:2: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/aead/aead_test.go#L148:6: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/aead/aead_test.go#L52:5: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/aead/aead_test.go#L55:5: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/aead/aead_test.go#L59:5: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/aead/aead_test.go#L136:6: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/aead/aead_test.go#L132:5: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/aead/aead_test.go#L142:6: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/client/validator_test.go#L101:5: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/client/validator_test.go#L102:5: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/client/validator_test.go#L92:5: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/client/validator_test.go#L109:5: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/cmd/cmd_delete_jwks_test.go#L47:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/cmd/cmd_delete_client_test.go#L43:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/cmd/cli/handler_janitor_test.go#L31:2: negative-positive: use require.Positive
https://github.com/ory/hydra/blob/master/cmd/cli/handler_janitor_test.go#L273:2: negative-positive: use require.Positive
https://github.com/ory/hydra/blob/master/consent/helper_test.go#L267:5: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/consent/helper_test.go#L408:4: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/consent/sdk_test.go#L201:2: len: use assert.Len
https://github.com/ory/hydra/blob/master/consent/sdk_test.go#L205:2: empty: use assert.Empty
https://github.com/ory/hydra/blob/master/consent/sdk_test.go#L209:2: len: use assert.Len
https://github.com/ory/hydra/blob/master/consent/sdk_test.go#L213:2: empty: use assert.Empty
https://github.com/ory/hydra/blob/master/consent/strategy_logout_test.go#L579:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/consent/strategy_logout_test.go#L599:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/consent/strategy_logout_test.go#L617:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/consent/strategy_default_test.go#L38:3: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/consent/strategy_default_test.go#L39:3: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/consent/strategy_default_test.go#L53:3: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/consent/strategy_default_test.go#L54:3: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/consent/strategy_default_test.go#L121:3: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/consent/strategy_default_test.go#L122:3: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/consent/strategy_default_test.go#L128:3: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/consent/strategy_default_test.go#L129:3: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/consent/strategy_default_test.go#L145:3: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/consent/strategy_default_test.go#L146:3: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/consent/strategy_default_test.go#L155:3: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/consent/strategy_default_test.go#L156:3: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/consent/strategy_logout_test.go#L75:4: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/consent/strategy_logout_test.go#L79:4: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/consent/strategy_logout_test.go#L82:4: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/consent/strategy_logout_test.go#L170:5: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/consent/strategy_logout_test.go#L174:4: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/consent/strategy_logout_test.go#L175:4: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/consent/strategy_oauth_test.go#L165:4: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/consent/strategy_oauth_test.go#L195:5: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/consent/strategy_oauth_test.go#L196:5: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/consent/strategy_oauth_test.go#L214:5: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/consent/strategy_oauth_test.go#L221:5: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/consent/strategy_oauth_test.go#L222:5: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/consent/strategy_oauth_test.go#L229:5: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/consent/strategy_oauth_test.go#L236:5: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/consent/strategy_oauth_test.go#L237:5: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/consent/strategy_oauth_test.go#L720:5: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/consent/strategy_oauth_test.go#L722:5: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/consent/strategy_logout_test.go#L291:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/consent/strategy_logout_test.go#L304:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/consent/strategy_logout_test.go#L308:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/consent/strategy_logout_test.go#L312:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/driver/registry_base_test.go#L93:2: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/driver/registry_sql_test.go#L37:2: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/driver/config/provider_test.go#L112:2: bool-compare: use assert.False
https://github.com/ory/hydra/blob/master/driver/config/provider_test.go#L117:2: bool-compare: use assert.True
https://github.com/ory/hydra/blob/master/driver/config/provider_test.go#L128:2: bool-compare: use assert.False
https://github.com/ory/hydra/blob/master/driver/config/provider_test.go#L133:2: bool-compare: use assert.True
https://github.com/ory/hydra/blob/master/driver/config/provider_test.go#L144:2: bool-compare: use assert.False
https://github.com/ory/hydra/blob/master/driver/config/provider_test.go#L149:2: bool-compare: use assert.True
https://github.com/ory/hydra/blob/master/driver/config/provider_test.go#L274:2: bool-compare: use assert.True
https://github.com/ory/hydra/blob/master/driver/config/provider_test.go#L308:2: bool-compare: use assert.False
https://github.com/ory/hydra/blob/master/driver/config/provider_test.go#L319:2: bool-compare: use assert.True
https://github.com/ory/hydra/blob/master/driver/config/provider_test.go#L321:2: bool-compare: use assert.True
https://github.com/ory/hydra/blob/master/driver/config/provider_test.go#L322:2: bool-compare: use assert.True
https://github.com/ory/hydra/blob/master/driver/config/provider_test.go#L480:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/ory/hydra/blob/master/driver/config/provider_test.go#L481:2: bool-compare: use assert.False
https://github.com/ory/hydra/blob/master/driver/config/provider_test.go#L482:2: bool-compare: use assert.False
https://github.com/ory/hydra/blob/master/driver/config/provider_test.go#L492:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/ory/hydra/blob/master/driver/config/provider_test.go#L493:2: bool-compare: use assert.True
https://github.com/ory/hydra/blob/master/driver/config/provider_test.go#L494:2: bool-compare: use assert.True
https://github.com/ory/hydra/blob/master/flow/flow_test.go#L169:3: bool-compare: use assert.True
https://github.com/ory/hydra/blob/master/flow/flow_test.go#L177:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/flow/flow_test.go#L183:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/flow/flow_test.go#L256:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/flow/flow_test.go#L110:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/flow/flow_test.go#L123:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/flow/flow_test.go#L192:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/flow/flow_test.go#L99:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/jwk/cast_test.go#L23:2: error-nil: use assert.NoError
https://github.com/ory/hydra/blob/master/jwk/cast_test.go#L29:2: error-nil: use assert.NoError
https://github.com/ory/hydra/blob/master/jwk/helper_test.go#L57:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/jwk/helper_test.go#L94:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/jwk/helper_test.go#L104:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/jwk/helper_test.go#L105:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/jwk/helper_test.go#L123:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/jwk/helper_test.go#L132:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/jwk/helper_test.go#L141:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/jwk/helper_test.go#L142:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/jwk/jwt_strategy_test.go#L46:4: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/jwk/jwt_strategy_test.go#L64:4: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/jwk/manager_strategy_test.go#L117:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/jwk/manager_strategy_test.go#L139:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/jwk/manager_strategy_test.go#L109:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/jwk/manager_strategy_test.go#L132:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/jwk/manager_strategy_test.go#L40:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/jwk/manager_strategy_test.go#L147:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/jwk/manager_strategy_test.go#L125:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/jwk/manager_strategy_test.go#L155:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/jwk/helper_test.go#L199:2: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/jwk/manager_strategy_test.go#L47:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/jwk/manager_strategy_test.go#L102:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/jwk/helper_test.go#L260:3: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/oauth2/handler_fallback_endpoints_test.go#L39:2: error-nil: use assert.NoError
https://github.com/ory/hydra/blob/master/oauth2/handler_fallback_endpoints_test.go#L43:2: error-nil: use assert.NoError
https://github.com/ory/hydra/blob/master/oauth2/handler_test.go#L131:5: compares: use assert.Equal
https://github.com/ory/hydra/blob/master/oauth2/handler_test.go#L142:5: compares: use assert.Equal
https://github.com/ory/hydra/blob/master/oauth2/introspector_test.go#L111:6: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/oauth2/introspector_test.go#L125:6: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L978:6: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L979:6: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L1630:10: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L1648:11: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L1653:11: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L1664:11: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L1670:11: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/oauth2/oauth2_client_credentials_test.go#L258:6: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/oauth2/oauth2_client_credentials_test.go#L259:6: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/oauth2/oauth2_client_credentials_test.go#L267:6: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/oauth2/oauth2_client_credentials_test.go#L271:6: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/oauth2/oauth2_jwt_bearer_test.go#L82:4: compares: use assert.GreaterOrEqual
https://github.com/ory/hydra/blob/master/oauth2/oauth2_jwt_bearer_test.go#L325:6: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/oauth2/oauth2_jwt_bearer_test.go#L338:6: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/oauth2/oauth2_jwt_bearer_test.go#L404:6: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/oauth2/oauth2_jwt_bearer_test.go#L418:6: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/oauth2/oauth2_jwt_bearer_test.go#L422:6: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_bench_test.go#L150:4: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_bench_test.go#L178:4: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_bench_test.go#L179:4: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_bench_test.go#L188:4: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_bench_test.go#L215:4: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_bench_test.go#L216:4: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L108:4: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L136:4: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L137:4: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L145:4: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L172:4: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L173:4: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L358:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L359:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L364:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L378:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L379:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L620:4: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L982:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L983:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L984:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L985:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L986:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L987:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L1001:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L1647:11: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L1648:11: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L1649:11: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L1650:11: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L1651:11: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L1652:11: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L1653:11: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L1654:11: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L1655:11: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L1656:11: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L1657:11: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L1662:11: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L1663:11: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L1664:11: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L1665:11: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L1666:11: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L1667:11: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L1668:11: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L1669:11: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L1670:11: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L1687:10: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_client_credentials_test.go#L265:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_client_credentials_test.go#L266:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_client_credentials_test.go#L267:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_client_credentials_test.go#L268:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_client_credentials_test.go#L269:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_client_credentials_test.go#L270:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_client_credentials_test.go#L271:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_client_credentials_test.go#L288:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_jwt_bearer_test.go#L336:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_jwt_bearer_test.go#L337:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_jwt_bearer_test.go#L338:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_jwt_bearer_test.go#L339:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_jwt_bearer_test.go#L340:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_jwt_bearer_test.go#L341:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_jwt_bearer_test.go#L342:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_jwt_bearer_test.go#L356:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_jwt_bearer_test.go#L416:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_jwt_bearer_test.go#L417:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_jwt_bearer_test.go#L418:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_jwt_bearer_test.go#L419:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_jwt_bearer_test.go#L420:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_jwt_bearer_test.go#L421:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_jwt_bearer_test.go#L422:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_jwt_bearer_test.go#L436:6: go-require: do not use require in http handlers
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L397:4: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/oauth2/oauth2_auth_code_test.go#L418:5: require-error: for error assertions use require
https://github.com/ory/hydra/blob/master/oauth2/trust/handler_test.go#L171:2: suite-extra-assert-call: need to simplify the assertion to s.Equal
https://github.com/ory/hydra/blob/master/oauth2/trust/handler_test.go#L242:2: suite-dont-use-pkg: use s.Empty
https://github.com/ory/hydra/blob/master/oauth2/trust/handler_test.go#L243:2: suite-dont-use-pkg: use s.Truef
https://github.com/ory/hydra/blob/master/persistence/sql/persister_nid_test.go#L72:3: suite-dont-use-pkg: use s.Require().NoError
https://github.com/ory/hydra/blob/master/persistence/sql/persister_nid_test.go#L73:3: suite-dont-use-pkg: use s.Require().NoError
https://github.com/ory/hydra/blob/master/persistence/sql/persister_nid_test.go#L95:4: bool-compare: use require.False
https://github.com/ory/hydra/blob/master/persistence/sql/persister_nid_test.go#L790:4: empty: use require.Empty
https://github.com/ory/hydra/blob/master/persistence/sql/persister_nid_test.go#L794:4: len: use require.Len
https://github.com/ory/hydra/blob/master/persistence/sql/persister_nid_test.go#L829:4: empty: use require.Empty
https://github.com/ory/hydra/blob/master/persistence/sql/persister_nid_test.go#L833:4: len: use require.Len
https://github.com/ory/hydra/blob/master/persistence/sql/persister_nid_test.go#L1037:4: empty: use require.Empty
https://github.com/ory/hydra/blob/master/persistence/sql/persister_nid_test.go#L1040:4: len: use require.Len
https://github.com/ory/hydra/blob/master/persistence/sql/persister_nid_test.go#L1203:4: empty: use require.Empty
https://github.com/ory/hydra/blob/master/persistence/sql/persister_nid_test.go#L1207:4: len: use require.Len
https://github.com/ory/hydra/blob/master/persistence/sql/persister_nid_test.go#L1457:4: empty: use require.Empty
https://github.com/ory/hydra/blob/master/persistence/sql/persister_nid_test.go#L1465:4: len: use require.Len
https://github.com/ory/hydra/blob/master/persistence/sql/persister_nid_test.go#L1486:4: bool-compare: use require.True
https://github.com/ory/hydra/blob/master/persistence/sql/persister_nid_test.go#L1491:4: bool-compare: use require.False
https://github.com/ory/hydra/blob/master/persistence/sql/persister_nid_test.go#L1588:4: len: use require.Len
https://github.com/ory/hydra/blob/master/persistence/sql/persister_nid_test.go#L1592:4: len: use require.Len
https://github.com/ory/hydra/blob/master/persistence/sql/persister_nid_test.go#L1671:4: len: use require.Len
https://github.com/ory/hydra/blob/master/persistence/sql/persister_nid_test.go#L1675:4: len: use require.Len
https://github.com/ory/hydra/blob/master/persistence/sql/persister_nid_test.go#L1718:4: empty: use require.Empty
https://github.com/ory/hydra/blob/master/persistence/sql/persister_nid_test.go#L1720:4: len: use require.Len
https://github.com/ory/hydra/blob/master/persistence/sql/persister_nid_test.go#L1786:4: bool-compare: use require.True
https://github.com/ory/hydra/blob/master/persistence/sql/persister_nid_test.go#L1789:4: bool-compare: use require.False
https://github.com/ory/hydra/blob/master/persistence/sql/persister_nid_test.go#L1817:4: bool-compare: use require.True
https://github.com/ory/hydra/blob/master/persistence/sql/persister_nid_test.go#L1820:4: bool-compare: use require.False
https://github.com/ory/hydra/blob/master/persistence/sql/persister_nid_test.go#L2038:4: bool-compare: use require.False
https://github.com/ory/hydra/blob/master/persistence/sql/persister_nid_test.go#L2062:4: bool-compare: use require.False
https://github.com/ory/hydra/blob/master/persistence/sql/persister_nid_test.go#L2094:4: bool-compare: use require.True
https://github.com/ory/hydra/blob/master/persistence/sql/persister_nid_test.go#L2115:4: expected-actual: need to reverse actual and expected values
https://github.com/ory/hydra/blob/master/persistence/sql/migratest/migration_test.go#L105:6: len: use require.Len
https://github.com/ory/hydra/blob/master/persistence/sql/migratest/migration_test.go#L122:6: len: use require.Len
https://github.com/ory/hydra/blob/master/persistence/sql/migratest/migration_test.go#L136:5: len: use require.Len
https://github.com/ory/hydra/blob/master/persistence/sql/migratest/migration_test.go#L148:6: len: use require.Len
https://github.com/ory/hydra/blob/master/persistence/sql/migratest/migration_test.go#L161:6: len: use require.Len
https://github.com/ory/hydra/blob/master/persistence/sql/migratest/migration_test.go#L173:6: len: use require.Len
https://github.com/ory/hydra/blob/master/persistence/sql/migratest/migration_test.go#L186:6: len: use require.Len
https://github.com/ory/hydra/blob/master/persistence/sql/migratest/migration_test.go#L198:6: len: use require.Len
https://github.com/ory/hydra/blob/master/persistence/sql/migratest/migration_test.go#L214:6: len: use require.Len
https://github.com/ory/hydra/blob/master/persistence/sql/migratest/migration_test.go#L230:6: len: use require.Len
https://github.com/ory/hydra/blob/master/persistence/sql/migratest/migration_test.go#L246:6: len: use require.Len
https://github.com/ory/hydra/blob/master/persistence/sql/migratest/migration_test.go#L262:6: len: use require.Len
https://github.com/ory/hydra/blob/master/persistence/sql/migratest/migration_test.go#L278:6: len: use require.Len

Report issue: https://github.com/ory/hydra/issues

github-actions[bot] commented 1 week ago

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

https://github.com/getsops/sops/blob/main/sops_test.go#L568:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/aes/cipher_test.go#L114:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/aes/cipher_test.go#L121:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L41:3: expected-actual: need to reverse actual and expected values
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L49:3: expected-actual: need to reverse actual and expected values
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L50:3: expected-actual: need to reverse actual and expected values
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L58:3: expected-actual: need to reverse actual and expected values
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L59:3: expected-actual: need to reverse actual and expected values
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L65:3: empty: use assert.Empty
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L399:3: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L400:3: expected-actual: need to reverse actual and expected values
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L38:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L55:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L127:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L136:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L137:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L279:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L302:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L308:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L371:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L372:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L230:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L233:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L237:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L244:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L318:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L326:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L64:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L113:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L95:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L98:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L104:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L222:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L223:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L346:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L354:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L358:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L80:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L147:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L174:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L178:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L197:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L198:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L205:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L212:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L213:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L72:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L187:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L292:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L335:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L336:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L119:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L88:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L161:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/age/keysource_test.go#L46:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/azkv/keysource_test.go#L213:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/azkv/keysource_test.go#L41:5: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/azkv/keysource_test.go#L45:4: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/azkv/keysource_test.go#L199:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/azkv/keysource_test.go#L206:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/azkv/keysource_test.go#L125:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/azkv/keysource_test.go#L148:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/azkv/keysource_test.go#L151:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/azkv/keysource_test.go#L107:5: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/azkv/keysource_test.go#L111:4: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/cmd/sops/subcommand/filestatus/filestatus_internal_test.go#L44:4: error-nil: use require.NoError
https://github.com/getsops/sops/blob/main/config/config_test.go#L28:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/config/config_test.go#L41:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/config/config_test.go#L258:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/config/config_test.go#L284:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/config/config_test.go#L323:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/config/config_test.go#L329:2: error-nil: use assert.Error
https://github.com/getsops/sops/blob/main/config/config_test.go#L345:3: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/config/config_test.go#L353:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/config/config_test.go#L359:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/config/config_test.go#L365:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/config/config_test.go#L370:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/config/config_test.go#L374:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/config/config_test.go#L381:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/config/config_test.go#L385:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/config/config_test.go#L389:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/config/config_test.go#L396:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/config/config_test.go#L405:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/config/config_test.go#L411:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/config/config_test.go#L417:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/config/config_test.go#L423:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/config/config_test.go#L429:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/config/config_test.go#L430:2: bool-compare: use assert.True
https://github.com/getsops/sops/blob/main/config/config_test.go#L435:2: error-nil: use assert.Error
https://github.com/getsops/sops/blob/main/config/config_test.go#L441:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/config/config_test.go#L443:2: error-nil: use assert.Error
https://github.com/getsops/sops/blob/main/config/config_test.go#L448:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/config/config_test.go#L456:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/config/config_test.go#L460:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/gcpkms/keysource_test.go#L60:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/gcpkms/keysource_test.go#L67:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/gcpkms/keysource_test.go#L144:4: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/gcpkms/keysource_test.go#L88:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L114:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L401:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L411:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L477:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L169:5: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L171:5: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L261:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L264:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L272:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L382:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L392:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L322:5: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L326:4: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L445:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L453:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L462:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L350:5: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L354:4: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L483:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L184:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L187:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L191:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L195:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L198:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L202:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L470:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L104:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L372:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L219:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L231:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L234:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L238:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L241:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L245:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L249:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L422:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/hcvault/keysource_test.go#L431:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L194:2: expected-actual: need to reverse actual and expected values
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L210:2: expected-actual: need to reverse actual and expected values
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L219:2: expected-actual: need to reverse actual and expected values
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L223:2: expected-actual: need to reverse actual and expected values
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L494:5: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L263:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L264:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L279:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L284:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L350:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L357:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L271:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L272:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L322:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L323:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L571:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L558:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L559:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L414:5: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L418:5: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L475:5: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L476:5: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L523:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L524:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L463:5: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L464:5: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L332:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L333:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L547:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L583:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L241:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L245:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L248:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L255:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L440:5: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L443:5: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L304:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L310:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L314:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L340:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L341:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L491:5: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L532:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/kms/keysource_test.go#L533:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L355:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L438:3: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L487:3: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L458:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L459:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L467:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L471:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L488:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L498:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L506:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L507:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L92:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L97:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L125:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L302:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L335:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L339:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L356:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L408:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L410:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L660:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L396:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L398:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L50:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L60:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L67:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L70:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L71:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L637:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L654:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L570:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L621:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L368:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L630:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L103:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L106:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L107:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L157:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L235:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L236:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L267:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L648:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L38:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L142:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L590:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L666:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L601:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L310:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L314:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L318:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L323:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L135:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L204:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L208:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L213:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L247:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L253:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L255:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L257:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L259:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L275:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L279:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L284:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L289:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L295:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L224:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L225:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L418:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L422:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L439:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L449:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L561:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L612:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L375:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L379:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L386:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L581:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L79:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L85:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L197:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L514:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L518:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L524:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/pgp/keysource_test.go#L528:2: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/stores/flatten_test.go#L233:3: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/flatten_test.go#L249:3: error-nil: use assert.Error
https://github.com/getsops/sops/blob/main/stores/flatten_test.go#L176:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/stores/flatten_test.go#L178:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/stores/flatten_test.go#L156:3: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/stores/dotenv/store_test.go#L44:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/dotenv/store_test.go#L52:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/dotenv/store_test.go#L58:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/dotenv/store_test.go#L64:2: error-nil: use assert.Error
https://github.com/getsops/sops/blob/main/stores/dotenv/store_test.go#L75:3: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/dotenv/store_test.go#L91:2: bool-compare: use assert.False
https://github.com/getsops/sops/blob/main/stores/dotenv/store_test.go#L98:2: bool-compare: use assert.True
https://github.com/getsops/sops/blob/main/stores/ini/store_test.go#L70:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/ini/store_test.go#L97:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/ini/store_test.go#L125:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/json/store_test.go#L109:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/json/store_test.go#L126:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/json/store_test.go#L133:2: error-nil: use assert.Error
https://github.com/getsops/sops/blob/main/stores/json/store_test.go#L140:2: error-nil: use assert.Error
https://github.com/getsops/sops/blob/main/stores/json/store_test.go#L147:2: error-nil: use assert.Error
https://github.com/getsops/sops/blob/main/stores/json/store_test.go#L165:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/json/store_test.go#L187:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/json/store_test.go#L213:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/json/store_test.go#L238:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/json/store_test.go#L258:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/json/store_test.go#L279:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/json/store_test.go#L322:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/json/store_test.go#L339:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/json/store_test.go#L353:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/json/store_test.go#L414:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/json/store_test.go#L456:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/json/store_test.go#L498:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/json/store_test.go#L540:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/yaml/store_test.go#L249:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/yaml/store_test.go#L255:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/yaml/store_test.go#L262:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/yaml/store_test.go#L264:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/yaml/store_test.go#L272:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/yaml/store_test.go#L274:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/yaml/store_test.go#L282:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/yaml/store_test.go#L284:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/yaml/store_test.go#L314:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/yaml/store_test.go#L315:2: empty: use assert.Empty
https://github.com/getsops/sops/blob/main/stores/yaml/store_test.go#L317:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/yaml/store_test.go#L336:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/yaml/store_test.go#L337:2: len: use assert.Len
https://github.com/getsops/sops/blob/main/stores/yaml/store_test.go#L339:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/yaml/store_test.go#L345:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/yaml/store_test.go#L348:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/yaml/store_test.go#L356:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/yaml/store_test.go#L363:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/yaml/store_test.go#L366:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/yaml/store_test.go#L374:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/yaml/store_test.go#L380:2: error-nil: use assert.NoError
https://github.com/getsops/sops/blob/main/stores/yaml/store_test.go#L392:2: bool-compare: use assert.True
https://github.com/getsops/sops/blob/main/stores/yaml/store_test.go#L399:2: bool-compare: use assert.False
https://github.com/getsops/sops/blob/main/version/version_test.go#L160:5: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/version/version_test.go#L162:5: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/version/version_test.go#L95:5: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/version/version_test.go#L97:5: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/version/version_test.go#L224:5: require-error: for error assertions use require
https://github.com/getsops/sops/blob/main/version/version_test.go#L226:5: require-error: for error assertions use require

Report issue: https://github.com/getsops/sops/issues

github-actions[bot] commented 1 week ago

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

https://github.com/ent/ent/blob/master/dialect/gremlin/http_test.go#L23:3: expected-actual: need to reverse actual and expected values
https://github.com/ent/ent/blob/master/dialect/gremlin/http_test.go#L25:3: go-require: do not use require in http handlers
https://github.com/ent/ent/blob/master/dialect/gremlin/http_test.go#L60:3: go-require: do not use require in http handlers
https://github.com/ent/ent/blob/master/dialect/gremlin/http_test.go#L120:3: go-require: do not use require in http handlers
https://github.com/ent/ent/blob/master/dialect/gremlin/response_test.go#L181:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/dialect/gremlin/response_test.go#L186:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/dialect/gremlin/http_test.go#L93:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/dialect/gremlin/http_test.go#L99:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/dialect/gremlin/client_test.go#L44:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/dialect/gremlin/config_test.go#L26:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/dialect/gremlin/config_test.go#L33:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/dialect/gremlin/request_test.go#L95:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/dialect/gremlin/request_test.go#L100:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/dialect/gremlin/encoding/graphson/native_test.go#L297:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/dialect/gremlin/encoding/graphson/time_test.go#L33:3: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/dialect/gremlin/encoding/graphson/native_test.go#L167:5: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/dialect/gremlin/encoding/graphson/native_test.go#L170:5: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/dialect/gremlin/encoding/graphson/marshaler_test.go#L33:4: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/dialect/gremlin/encoding/graphson/type_test.go#L92:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/dialect/gremlin/encoding/graphson/native_test.go#L252:5: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/dialect/gremlin/encoding/graphson/native_test.go#L266:5: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/dialect/gremlin/encoding/graphson/marshaler_test.go#L50:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/dialect/gremlin/encoding/graphson/type_test.go#L70:3: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/dialect/gremlin/encoding/graphson/native_test.go#L259:5: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/dialect/gremlin/encoding/graphson/raw_test.go#L26:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/dialect/gremlin/encoding/graphson/error_test.go#L24:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/dialect/gremlin/encoding/graphson/slice_test.go#L89:4: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/dialect/gremlin/encoding/graphson/type_test.go#L15:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/dialect/gremlin/encoding/graphson/type_test.go#L20:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/dialect/gremlin/graph/valuemap_test.go#L71:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/dialect/gremlin/internal/ws/conn_test.go#L105:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/dialect/gremlin/internal/ws/conn_test.go#L345:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/dialect/gremlin/internal/ws/conn_test.go#L369:3: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/dialect/gremlin/internal/ws/conn_test.go#L236:4: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/dialect/gremlin/internal/ws/conn_test.go#L76:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/dialect/gremlin/internal/ws/conn_test.go#L157:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/dialect/gremlin/internal/ws/conn_test.go#L254:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/dialect/gremlin/ocgremlin/stats_test.go#L71:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/ent/ent/blob/master/dialect/sql/schema/migrate_test.go#L140:4: empty: use require.Empty
https://github.com/ent/ent/blob/master/dialect/sql/schema/migrate_test.go#L427:2: expected-actual: need to reverse actual and expected values
https://github.com/ent/ent/blob/master/dialect/sql/schema/migrate_test.go#L428:2: expected-actual: need to reverse actual and expected values
https://github.com/ent/ent/blob/master/dialect/sql/schema/schema_test.go#L83:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/ent/ent/blob/master/dialect/sql/schema/schema_test.go#L85:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/ent/ent/blob/master/dialect/sql/schema/schema_test.go#L101:2: nil-compare: use require.Nil
https://github.com/ent/ent/blob/master/dialect/sql/sqlgraph/entql_test.go#L25:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/dialect/sql/sqlgraph/entql_test.go#L27:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/entc/load/schema_test.go#L165:3: expected-actual: need to reverse actual and expected values
https://github.com/ent/ent/blob/master/entc/load/schema_test.go#L176:3: expected-actual: need to reverse actual and expected values
https://github.com/ent/ent/blob/master/entc/load/schema_test.go#L219:3: expected-actual: need to reverse actual and expected values
https://github.com/ent/ent/blob/master/entc/load/schema_test.go#L232:3: expected-actual: need to reverse actual and expected values
https://github.com/ent/ent/blob/master/entc/load/schema_test.go#L234:3: expected-actual: need to reverse actual and expected values
https://github.com/ent/ent/blob/master/entc/load/schema_test.go#L337:2: expected-actual: need to reverse actual and expected values
https://github.com/ent/ent/blob/master/privacy/privacy_test.go#L21:2: error-is-as: use assert.ErrorIs
https://github.com/ent/ent/blob/master/privacy/privacy_test.go#L29:2: error-is-as: use assert.ErrorIs
https://github.com/ent/ent/blob/master/privacy/privacy_test.go#L36:2: error-is-as: use assert.ErrorIs
https://github.com/ent/ent/blob/master/privacy/privacy_test.go#L25:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/privacy/privacy_test.go#L34:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/privacy/privacy_test.go#L52:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/privacy/privacy_test.go#L55:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/annotation_test.go#L20:2: expected-actual: need to reverse actual and expected values
https://github.com/ent/ent/blob/master/schema/field/annotation_test.go#L24:2: expected-actual: need to reverse actual and expected values
https://github.com/ent/ent/blob/master/schema/field/annotation_test.go#L25:2: expected-actual: need to reverse actual and expected values
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L348:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L351:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L355:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L359:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L364:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L479:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L487:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L494:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L521:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L523:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L619:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L631:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L639:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L644:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L648:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L137:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L145:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L153:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L155:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L171:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L179:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L187:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L189:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L751:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L107:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L110:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L114:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L117:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L220:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L228:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L236:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L248:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L253:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L257:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L259:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L79:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L87:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L95:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L97:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L816:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L825:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L831:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L837:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L553:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L561:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L570:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L572:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L574:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L267:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L271:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L276:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L281:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L283:2: require-error: for error assertions use require
https://github.com/ent/ent/blob/master/schema/field/field_test.go#L287:2: require-error: for error assertions use require

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

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/tinygo-org/tinygo got output

-: # tinygo.org/x/go-llvm
../../../../go/pkg/mod/tinygo.org/x/go-llvm@v0.0.0-20240518103902-697964f2a9dc/analysis.go#L16:10: fatal error: llvm-c/Analysis.h: No such file or directory
16 | #include "llvm-c/Analysis.h" // If you are getting an error here you need to build or install LLVM, see https://tinygo.org/docs/guides/build/
|          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
/home/runner/go/pkg/mod/tinygo.org/x/go-llvm@v0.0.0-20240518103902-697964f2a9dc/analysis.go#L20:8: could not import C (no metadata for C)
https://github.com/tinygo-org/tinygo/blob/release/goenv/goenv.go#L332:30: cannot use llvm.Version (constant unknown with invalid type) as string value in argument to strings.Split
https://github.com/tinygo-org/tinygo/blob/release/compiler/llvmutil/llvm.go#L207:18: cannot use llvm.AppendingLinkage (constant unknown with invalid type) as llvm.Linkage value in argument to used.SetLinkage
https://github.com/tinygo-org/tinygo/blob/release/cgo/libclang.go#L71:8: could not import C (no metadata for C)
https://github.com/tinygo-org/tinygo/blob/release/compiler/alias.go#L41:25: cannot use llvm.HiddenVisibility (constant unknown with invalid type) as llvm.Visibility value in argument to b.llvmFn.SetVisibility
https://github.com/tinygo-org/tinygo/blob/release/compiler/defer.go#L202:71: cannot use 0 (untyped int constant) as llvm.InlineAsmDialect value in argument to llvm.InlineAsm
https://github.com/tinygo-org/tinygo/blob/release/compiler/inlineasm.go#L28:57: cannot use 0 (untyped int constant) as llvm.InlineAsmDialect value in argument to llvm.InlineAsm
https://github.com/tinygo-org/tinygo/blob/release/compiler/inlineasm.go#L123:91: cannot use 0 (untyped int constant) as llvm.InlineAsmDialect value in argument to llvm.InlineAsm
https://github.com/tinygo-org/tinygo/blob/release/compiler/inlineasm.go#L166:66: cannot use 0 (untyped int constant) as llvm.InlineAsmDialect value in argument to llvm.InlineAsm
https://github.com/tinygo-org/tinygo/blob/release/compiler/inlineasm.go#L204:66: cannot use 0 (untyped int constant) as llvm.InlineAsmDialect value in argument to llvm.InlineAsm
https://github.com/tinygo-org/tinygo/blob/release/compiler/inlineasm.go#L229:60: cannot use 0 (untyped int constant) as llvm.InlineAsmDialect value in argument to llvm.InlineAsm
https://github.com/tinygo-org/tinygo/blob/release/compiler/inlineasm.go#L234:59: cannot use 0 (untyped int constant) as llvm.InlineAsmDialect value in argument to llvm.InlineAsm
https://github.com/tinygo-org/tinygo/blob/release/compiler/inlineasm.go#L240:62: cannot use 0 (untyped int constant) as llvm.InlineAsmDialect value in argument to llvm.InlineAsm
https://github.com/tinygo-org/tinygo/blob/release/compiler/inlineasm.go#L246:62: cannot use 0 (untyped int constant) as llvm.InlineAsmDialect value in argument to llvm.InlineAsm
https://github.com/tinygo-org/tinygo/blob/release/compiler/intrinsics.go#L118:57: cannot use 0 (untyped int constant) as llvm.InlineAsmDialect value in argument to llvm.InlineAsm
https://github.com/tinygo-org/tinygo/blob/release/compiler/syscall.go#L104:72: cannot use 0 (untyped int constant) as llvm.InlineAsmDialect value in argument to llvm.InlineAsm
https://github.com/tinygo-org/tinygo/blob/release/compiler/syscall.go#L136:72: cannot use 0 (untyped int constant) as llvm.InlineAsmDialect value in argument to llvm.InlineAsm
https://github.com/tinygo-org/tinygo/blob/release/interp/compiler.go#L375:2: invalid argument: index llvm.Ret (constant unknown with invalid type) must be integer
https://github.com/tinygo-org/tinygo/blob/release/interp/compiler.go#L53:9: cannot convert inst.opcode (variable of type llvm.Opcode) to type int
https://github.com/tinygo-org/tinygo/blob/release/interp/compiler.go#L54:29: invalid argument: index inst.opcode (variable of type llvm.Opcode) must be integer
https://github.com/tinygo-org/tinygo/blob/release/interp/compiler.go#L320:25: cannot convert llvmInst.IntPredicate() (value of type llvm.IntPredicate) to type uint8
https://github.com/tinygo-org/tinygo/blob/release/interp/compiler.go#L327:25: cannot convert llvmInst.FloatPredicate() (value of type llvm.FloatPredicate) to type uint8
https://github.com/tinygo-org/tinygo/blob/release/interp/interpreter.go#L694:55: invalid argument: index inst.opcode (variable of type llvm.Opcode) must be integer
https://github.com/tinygo-org/tinygo/blob/release/interp/interpreter.go#L720:35: cannot convert operands[2].(literalValue).value.(uint8) (comma, ok expression of type uint8) to type llvm.IntPredicate
https://github.com/tinygo-org/tinygo/blob/release/interp/interpreter.go#L733:37: cannot convert operands[2].(literalValue).value.(uint8) (comma, ok expression of type uint8) to type llvm.FloatPredicate
https://github.com/tinygo-org/tinygo/blob/release/interp/interpreter.go#L842:55: invalid argument: index inst.opcode (variable of type llvm.Opcode) must be integer
https://github.com/tinygo-org/tinygo/blob/release/interp/interpreter.go#L860:55: invalid argument: index inst.opcode (variable of type llvm.Opcode) must be integer
https://github.com/tinygo-org/tinygo/blob/release/interp/interpreter.go#L873:55: invalid argument: index inst.opcode (variable of type llvm.Opcode) must be integer
https://github.com/tinygo-org/tinygo/blob/release/interp/memory.go#L204:85: invalid argument: index llvmValue.Opcode() (value of type llvm.Opcode) must be integer
https://github.com/tinygo-org/tinygo/blob/release/interp/memory.go#L204:85: invalid argument: index llvmValue.Opcode() (value of type llvm.Opcode) must be integer
https://github.com/tinygo-org/tinygo/blob/release/transform/gc.go#L20:31: cannot use llvm.InternalLinkage (constant unknown with invalid type) as llvm.Linkage value in argument to stackChainStart.SetLinkage
https://github.com/tinygo-org/tinygo/blob/release/builder/build.go#L327:24: cannot use llvm.Version (constant unknown with invalid type) as string value in struct literal
-: # github.com/tinygo-org/tinygo/src/crypto/tls
src/crypto/tls/tls.go#L27:49: undefined: net.TLSConn
src/crypto/tls/tls.go#L59:85: undefined: net.TLSConn
src/crypto/tls/tls.go#L66:13: undefined: net.DialTLS
src/crypto/tls/tls.go#L75:55: undefined: net.TLSConn
https://github.com/tinygo-org/tinygo/blob/release/src/crypto/tls/tls.go#L27:49: undefined: net.TLSConn
https://github.com/tinygo-org/tinygo/blob/release/src/crypto/tls/tls.go#L59:85: undefined: net.TLSConn
https://github.com/tinygo-org/tinygo/blob/release/src/crypto/tls/tls.go#L75:55: undefined: net.TLSConn
https://github.com/tinygo-org/tinygo/blob/release/src/crypto/tls/tls.go#L66:13: undefined: net.DialTLS
-: # github.com/tinygo-org/tinygo/src/device
src/device/asm.go#L6:6: missing function body
src/device/asm.go#L21:6: missing function body
src/device/arm/arm.go#L35:2: package runtime/volatile is not in std (/opt/hostedtoolcache/go/1.22.4/x64/src/runtime/volatile)
https://github.com/tinygo-org/tinygo/blob/release/src/device/arm/arm.go#L32:8: could not import C (no metadata for C)
https://github.com/tinygo-org/tinygo/blob/release/src/device/arm/arm.go#L35:2: could not import runtime/volatile (invalid package name: "")
-: # github.com/tinygo-org/tinygo/src/device/arm64
src/device/arm64/arm64.go#L6:6: missing function body
src/device/arm64/arm64.go#L21:6: missing function body
src/device/arm64/arm64.go#L24:6: missing function body
src/device/arm64/arm64.go#L27:6: missing function body
src/device/arm64/arm64.go#L30:6: missing function body
src/device/arm64/arm64.go#L33:6: missing function body
src/device/arm64/arm64.go#L36:6: missing function body
-: # github.com/tinygo-org/tinygo/src/device/avr
src/device/avr/avr.go#L6:6: missing function body
src/device/avr/avr.go#L21:6: missing function body
-: # github.com/tinygo-org/tinygo/src/device/riscv
src/device/riscv/riscv.go#L6:6: missing function body
src/device/riscv/riscv.go#L21:6: missing function body
src/device/riscv/csr.go#L11:6: missing function body
src/device/riscv/csr.go#L14:6: missing function body
src/device/riscv/csr.go#L17:6: missing function body
src/device/riscv/csr.go#L21:6: missing function body
src/examples/adc/adc.go#L4:2: package machine is not in std (/opt/hostedtoolcache/go/1.22.4/x64/src/machine)
https://github.com/tinygo-org/tinygo/blob/release/src/examples/adc/adc.go#L4:2: could not import machine (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/examples/blinkm/blinkm.go#L6:2: could not import machine (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/examples/blinky1/blinky1.go#L6:2: could not import machine (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/examples/blinky2/blinky2.go#L9:2: could not import machine (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/examples/button/button.go#L4:2: could not import machine (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/examples/button2/button2.go#L4:2: could not import machine (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/examples/can/main.go#L5:2: could not import machine (invalid package name: "")
src/examples/caninterrupt/main.go#L4:2: package device/sam is not in std (/opt/hostedtoolcache/go/1.22.4/x64/src/device/sam)
https://github.com/tinygo-org/tinygo/blob/release/src/examples/caninterrupt/main.go#L4:2: could not import device/sam (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/examples/caninterrupt/main.go#L6:2: could not import machine (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/examples/dac/dac.go#L8:2: could not import machine (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/examples/device-id/main.go#L5:2: could not import machine (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/examples/echo/echo.go#L6:2: could not import machine (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/examples/flash/main.go#L4:2: could not import machine (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/examples/gba-display/gba-display.go#L7:2: could not import machine (invalid package name: "")
-: # github.com/tinygo-org/tinygo/src/examples/hello-wasm-unknown
src/examples/hello-wasm-unknown/main.go#L9:6: missing function body
src/examples/hid-joystick/main.go#L5:2: package machine/usb/hid/joystick is not in std (/opt/hostedtoolcache/go/1.22.4/x64/src/machine/usb/hid/joystick)
https://github.com/tinygo-org/tinygo/blob/release/src/examples/hid-joystick/main.go#L5:2: could not import machine/usb/hid/joystick (invalid package name: "")
src/examples/hid-keyboard/main.go#L11:2: package machine/usb is not in std (/opt/hostedtoolcache/go/1.22.4/x64/src/machine/usb)
src/examples/hid-keyboard/main.go#L12:2: package machine/usb/hid/keyboard is not in std (/opt/hostedtoolcache/go/1.22.4/x64/src/machine/usb/hid/keyboard)
https://github.com/tinygo-org/tinygo/blob/release/src/examples/hid-keyboard/main.go#L10:2: could not import machine (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/examples/hid-keyboard/main.go#L11:2: could not import machine/usb (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/examples/hid-keyboard/main.go#L12:2: could not import machine/usb/hid/keyboard (invalid package name: "")
src/examples/hid-mouse/main.go#L5:2: package machine/usb/hid/mouse is not in std (/opt/hostedtoolcache/go/1.22.4/x64/src/machine/usb/hid/mouse)
https://github.com/tinygo-org/tinygo/blob/release/src/examples/hid-mouse/main.go#L4:2: could not import machine (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/examples/hid-mouse/main.go#L5:2: could not import machine/usb/hid/mouse (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/examples/i2c-target/main.go#L14:2: could not import machine (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/examples/i2c-target/main.go#L29:9: undefined: controller
https://github.com/tinygo-org/tinygo/blob/release/src/examples/i2c-target/main.go#L36:8: undefined: target
https://github.com/tinygo-org/tinygo/blob/release/src/examples/i2c-target/main.go#L38:9: undefined: TARGET_SCL
https://github.com/tinygo-org/tinygo/blob/release/src/examples/i2c-target/main.go#L39:9: undefined: TARGET_SDA
https://github.com/tinygo-org/tinygo/blob/release/src/examples/i2c-target/main.go#L47:8: undefined: target
https://github.com/tinygo-org/tinygo/blob/release/src/examples/i2c-target/main.go#L57:8: undefined: controller
https://github.com/tinygo-org/tinygo/blob/release/src/examples/i2c-target/main.go#L66:8: undefined: controller
https://github.com/tinygo-org/tinygo/blob/release/src/examples/i2c-target/main.go#L77:8: undefined: controller
https://github.com/tinygo-org/tinygo/blob/release/src/examples/i2c-target/main.go#L105:18: undefined: target
https://github.com/tinygo-org/tinygo/blob/release/src/examples/i2c-target/main.go#L122:4: undefined: target
https://github.com/tinygo-org/tinygo/blob/release/src/examples/i2s/i2s.go#L6:2: could not import machine (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/examples/machinetest/machinetest.go#L8:4: could not import machine (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/examples/mcp3008/mcp3008.go#L7:2: could not import machine (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/examples/microbit-blink/microbit-blink.go#L5:2: could not import machine (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/examples/pdm/pdm.go#L5:2: could not import machine (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/examples/pininterrupt/pininterrupt.go#L10:2: could not import machine (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/examples/pininterrupt/pininterrupt.go#L28:2: undefined: button
https://github.com/tinygo-org/tinygo/blob/release/src/examples/pininterrupt/pininterrupt.go#L28:43: undefined: buttonMode
https://github.com/tinygo-org/tinygo/blob/release/src/examples/pininterrupt/pininterrupt.go#L31:9: undefined: button
https://github.com/tinygo-org/tinygo/blob/release/src/examples/pininterrupt/pininterrupt.go#L31:29: undefined: buttonPinChange
https://github.com/tinygo-org/tinygo/blob/release/src/examples/pwm/pwm.go#L6:2: could not import machine (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/examples/pwm/pwm.go#L17:9: undefined: pwm
https://github.com/tinygo-org/tinygo/blob/release/src/examples/pwm/pwm.go#L27:18: undefined: pwm
https://github.com/tinygo-org/tinygo/blob/release/src/examples/pwm/pwm.go#L30:19: undefined: pwm
https://github.com/tinygo-org/tinygo/blob/release/src/examples/pwm/pwm.go#L30:31: undefined: pinA
https://github.com/tinygo-org/tinygo/blob/release/src/examples/pwm/pwm.go#L35:19: undefined: pwm
https://github.com/tinygo-org/tinygo/blob/release/src/examples/pwm/pwm.go#L35:31: undefined: pinB
https://github.com/tinygo-org/tinygo/blob/release/src/examples/pwm/pwm.go#L42:2: undefined: pwm
https://github.com/tinygo-org/tinygo/blob/release/src/examples/pwm/pwm.go#L47:2: undefined: pwm
https://github.com/tinygo-org/tinygo/blob/release/src/examples/pwm/pwm.go#L48:2: undefined: pwm
https://github.com/tinygo-org/tinygo/blob/release/src/examples/pwm/pwm.go#L52:2: undefined: pwm
https://github.com/tinygo-org/tinygo/blob/release/src/examples/pwm/pwm.go#L53:2: undefined: pwm
https://github.com/tinygo-org/tinygo/blob/release/src/examples/pwm/pwm.go#L57:2: undefined: pwm
https://github.com/tinygo-org/tinygo/blob/release/src/examples/pwm/pwm.go#L57:20: undefined: pwm
https://github.com/tinygo-org/tinygo/blob/release/src/examples/pwm/pwm.go#L58:2: undefined: pwm
https://github.com/tinygo-org/tinygo/blob/release/src/examples/pwm/pwm.go#L58:20: undefined: pwm
https://github.com/tinygo-org/tinygo/blob/release/src/examples/pwm/pwm.go#L62:2: undefined: pwm
https://github.com/tinygo-org/tinygo/blob/release/src/examples/pwm/pwm.go#L62:20: undefined: pwm
https://github.com/tinygo-org/tinygo/blob/release/src/examples/pwm/pwm.go#L63:2: undefined: pwm
https://github.com/tinygo-org/tinygo/blob/release/src/examples/pwm/pwm.go#L63:20: undefined: pwm
https://github.com/tinygo-org/tinygo/blob/release/src/examples/pwm/pwm.go#L67:2: undefined: pwm
https://github.com/tinygo-org/tinygo/blob/release/src/examples/pwm/pwm.go#L67:20: undefined: pwm
https://github.com/tinygo-org/tinygo/blob/release/src/examples/pwm/pwm.go#L68:2: undefined: pwm
https://github.com/tinygo-org/tinygo/blob/release/src/examples/pwm/pwm.go#L68:20: undefined: pwm
src/examples/ram-func/main.go#L39:2: package device is not in std (/opt/hostedtoolcache/go/1.22.4/x64/src/device)
https://github.com/tinygo-org/tinygo/blob/release/src/examples/ram-func/main.go#L39:2: could not import device (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/examples/ram-func/main.go#L70:8: could not import C (no metadata for C)
src/examples/systick/systick.go#L4:2: package device/arm is not in std (/opt/hostedtoolcache/go/1.22.4/x64/src/device/arm)
https://github.com/tinygo-org/tinygo/blob/release/src/examples/systick/systick.go#L4:2: could not import device/arm (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/examples/systick/systick.go#L5:2: could not import machine (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/examples/temp/temp.go#L7:2: could not import machine (invalid package name: "")
-: # github.com/tinygo-org/tinygo/src/examples/time-offset
src/examples/time-offset/time-offset.go#L26:10: undefined: runtime.AdjustTimeOffset
https://github.com/tinygo-org/tinygo/blob/release/src/examples/time-offset/time-offset.go#L26:10: undefined: runtime.AdjustTimeOffset
https://github.com/tinygo-org/tinygo/blob/release/src/examples/uart/uart.go#L6:2: could not import machine (invalid package name: "")
src/examples/usb-midi/main.go#L5:2: package machine/usb/adc/midi is not in std (/opt/hostedtoolcache/go/1.22.4/x64/src/machine/usb/adc/midi)
https://github.com/tinygo-org/tinygo/blob/release/src/examples/usb-midi/main.go#L4:2: could not import machine (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/examples/usb-midi/main.go#L5:2: could not import machine/usb/adc/midi (invalid package name: "")
-: build constraints exclude all Go files in /opt/hostedtoolcache/go/1.22.4/x64/src/syscall/js
https://github.com/tinygo-org/tinygo/blob/release/src/examples/wasm/callback/wasm.go#L5:2: could not import syscall/js (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/examples/wasm/export/wasm.go#L5:2: could not import syscall/js (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/examples/wasm/invoke/wasm.go#L4:2: could not import syscall/js (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/examples/wasm/slices/wasm.go#L5:2: could not import syscall/js (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/examples/watchdog/main.go#L5:2: could not import machine (invalid package name: "")
src/internal/task/queue.go#L3:8: package runtime/interrupt is not in std (/opt/hostedtoolcache/go/1.22.4/x64/src/runtime/interrupt)
https://github.com/tinygo-org/tinygo/blob/release/src/internal/task/queue.go#L3:8: could not import runtime/interrupt (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/internal/task/task.go#L22:8: undefined: state
https://github.com/tinygo-org/tinygo/blob/release/src/machine/buffer.go#L4:2: could not import runtime/volatile (invalid package name: "")
src/machine/usb/adc/midi/midi.go#L6:2: package machine/usb/descriptor is not in std (/opt/hostedtoolcache/go/1.22.4/x64/src/machine/usb/descriptor)
https://github.com/tinygo-org/tinygo/blob/release/src/machine/usb/adc/midi/buffer.go#L4:2: could not import runtime/volatile (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/machine/usb/adc/midi/midi.go#L4:2: could not import machine (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/machine/usb/adc/midi/midi.go#L5:2: could not import machine/usb (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/machine/usb/adc/midi/midi.go#L6:2: could not import machine/usb/descriptor (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/machine/usb/cdc/buffer.go#L4:2: could not import runtime/volatile (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/machine/usb/cdc/usbcdc.go#L5:2: could not import machine (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/machine/usb/cdc/usbcdc.go#L6:2: could not import machine/usb (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/machine/usb/cdc/usbcdc.go#L7:2: could not import runtime/interrupt (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/machine/usb/descriptor/descriptor.go#L4:2: could not import runtime/volatile (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/machine/usb/hid/buffer.go#L4:2: could not import runtime/volatile (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/machine/usb/hid/hid.go#L5:2: could not import machine (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/machine/usb/hid/hid.go#L6:2: could not import machine/usb (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/machine/usb/hid/hid.go#L7:2: could not import machine/usb/descriptor (invalid package name: "")
src/machine/usb/hid/joystick/joystick.go#L7:2: package machine/usb/hid is not in std (/opt/hostedtoolcache/go/1.22.4/x64/src/machine/usb/hid)
https://github.com/tinygo-org/tinygo/blob/release/src/machine/usb/hid/joystick/joystick.go#L4:2: could not import machine (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/machine/usb/hid/joystick/joystick.go#L5:2: could not import machine/usb (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/machine/usb/hid/joystick/joystick.go#L6:2: could not import machine/usb/descriptor (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/machine/usb/hid/joystick/joystick.go#L7:2: could not import machine/usb/hid (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/machine/usb/hid/keyboard/keyboard.go#L5:2: could not import machine (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/machine/usb/hid/keyboard/keyboard.go#L6:2: could not import machine/usb/hid (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/machine/usb/hid/mouse/mouse.go#L4:2: could not import machine (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/machine/usb/hid/mouse/mouse.go#L5:2: could not import machine/usb/hid (invalid package name: "")
src/os/tempfile.go#L9:2: use of internal package internal/itoa not allowed
src/reflect/type.go#L67:2: use of internal package internal/itoa not allowed
src/runtime/chan.go#L27:2: package internal/task is not in std (/opt/hostedtoolcache/go/1.22.4/x64/src/internal/task)
https://github.com/tinygo-org/tinygo/blob/release/src/runtime/chan.go#L27:2: could not import internal/task (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/runtime/chan.go#L28:2: could not import runtime/interrupt (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/runtime/chan.go#L136:16: undefined: alloc
https://github.com/tinygo-org/tinygo/blob/release/src/runtime/hashmap.go#L74:13: undefined: alloc
https://github.com/tinygo-org/tinygo/blob/release/src/runtime/hashmap.go#L279:15: undefined: alloc
https://github.com/tinygo-org/tinygo/blob/release/src/runtime/hashmap.go#L302:14: undefined: alloc
https://github.com/tinygo-org/tinygo/blob/release/src/runtime/hashmap.go#L307:12: undefined: alloc
https://github.com/tinygo-org/tinygo/blob/release/src/runtime/hashmap.go#L308:14: undefined: alloc
https://github.com/tinygo-org/tinygo/blob/release/src/runtime/hashmap.go#L584:7: x.RawType undefined (type reflect.Value has no field or method RawType)
https://github.com/tinygo-org/tinygo/blob/release/src/runtime/hashmap.go#L590:7: x.RawType undefined (type reflect.Value has no field or method RawType)
https://github.com/tinygo-org/tinygo/blob/release/src/runtime/hashmap.go#L595:11: x.RawType undefined (type reflect.Value has no field or method RawType)
https://github.com/tinygo-org/tinygo/blob/release/src/runtime/hashmap.go#L597:24: x.RawType undefined (type reflect.Value has no field or method RawType)
https://github.com/tinygo-org/tinygo/blob/release/src/runtime/hashmap.go#L599:24: x.RawType undefined (type reflect.Value has no field or method RawType)
https://github.com/tinygo-org/tinygo/blob/release/src/runtime/hashmap.go#L621:24: x.RawType undefined (type reflect.Value has no field or method RawType)
https://github.com/tinygo-org/tinygo/blob/release/src/runtime/interface.go#L37:7: x.RawType undefined (type reflect.Value has no field or method RawType)
https://github.com/tinygo-org/tinygo/blob/release/src/runtime/interface.go#L37:29: y.RawType undefined (type reflect.Value has no field or method RawType)
https://github.com/tinygo-org/tinygo/blob/release/src/runtime/interface.go#L39:12: x.RawType undefined (type reflect.Value has no field or method RawType)
https://github.com/tinygo-org/tinygo/blob/release/src/runtime/interface.go#L39:27: y.RawType undefined (type reflect.Value has no field or method RawType)
https://github.com/tinygo-org/tinygo/blob/release/src/runtime/interface.go#L42:7: x.RawType undefined (type reflect.Value has no field or method RawType)
https://github.com/tinygo-org/tinygo/blob/release/src/runtime/interface.go#L42:22: y.RawType undefined (type reflect.Value has no field or method RawType)
https://github.com/tinygo-org/tinygo/blob/release/src/runtime/interface.go#L48:11: x.RawType undefined (type reflect.Value has no field or method RawType)
https://github.com/tinygo-org/tinygo/blob/release/src/runtime/runtime_unix.go#L253:2: undefined: setHeapEnd
https://github.com/tinygo-org/tinygo/blob/release/src/runtime/scheduler_any.go#L22:2: undefined: initHeap
https://github.com/tinygo-org/tinygo/blob/release/src/runtime/slice.go#L30:10: undefined: alloc
https://github.com/tinygo-org/tinygo/blob/release/src/runtime/slice.go#L75:9: undefined: alloc
https://github.com/tinygo-org/tinygo/blob/release/src/runtime/string.go#L62:10: undefined: alloc
https://github.com/tinygo-org/tinygo/blob/release/src/runtime/string.go#L75:9: undefined: alloc
https://github.com/tinygo-org/tinygo/blob/release/src/runtime/string.go#L86:9: undefined: alloc
https://github.com/tinygo-org/tinygo/blob/release/src/runtime/string.go#L103:18: undefined: alloc
-: # github.com/tinygo-org/tinygo/src/runtime/interrupt
src/runtime/interrupt/interrupt.go#L22:6: missing function body
-: # github.com/tinygo-org/tinygo/src/runtime/volatile
src/runtime/volatile/volatile.go#L19:6: missing function body
src/runtime/volatile/volatile.go#L22:6: missing function body
src/runtime/volatile/volatile.go#L25:6: missing function body
src/runtime/volatile/volatile.go#L28:6: missing function body
src/runtime/volatile/volatile.go#L31:6: missing function body
src/runtime/volatile/volatile.go#L34:6: missing function body
src/runtime/volatile/volatile.go#L37:6: missing function body
src/runtime/volatile/volatile.go#L40:6: missing function body
https://github.com/tinygo-org/tinygo/blob/release/src/sync/cond.go#L3:8: could not import internal/task (invalid package name: "")
https://github.com/tinygo-org/tinygo/blob/release/src/sync/mutex.go#L7:2: could not import runtime/volatile (invalid package name: "")
src/syscall/errno.go#L3:8: use of internal package internal/itoa not allowed
https://github.com/tinygo-org/tinygo/blob/release/src/syscall/syscall_unix.go#L10:7: undefined: RawSockaddrInet4
https://github.com/tinygo-org/tinygo/blob/release/src/syscall/syscall_unix.go#L17:9: undefined: RawSockaddrInet6
https://github.com/tinygo-org/tinygo/blob/release/src/syscall/errno.go#L28:14: undefined: EINTR
https://github.com/tinygo-org/tinygo/blob/release/src/syscall/errno.go#L28:28: undefined: EMFILE
https://github.com/tinygo-org/tinygo/blob/release/src/syscall/errno.go#L32:14: undefined: EAGAIN
https://github.com/tinygo-org/tinygo/blob/release/src/syscall/errno.go#L32:29: undefined: EWOULDBLOCK
https://github.com/tinygo-org/tinygo/blob/release/src/syscall/errno.go#L32:49: undefined: ETIMEDOUT
https://github.com/tinygo-org/tinygo/blob/release/src/syscall/file_hosted.go#L14:14: undefined: getErrno
https://github.com/tinygo-org/tinygo/blob/release/src/syscall/file_hosted.go#L18:14: undefined: EINVAL
https://github.com/tinygo-org/tinygo/blob/release/builder/build.go#L327:24: cannot use llvm.Version (constant unknown with invalid type) as string value in struct literal
https://github.com/tinygo-org/tinygo/blob/release/cgo/libclang.go#L71:8: could not import C (no metadata for C)
https://github.com/tinygo-org/tinygo/blob/release/compiler/alias.go#L41:25: cannot use llvm.HiddenVisibility (constant unknown with invalid type) as llvm.Visibility value in argument to b.llvmFn.SetVisibility
https://github.com/tinygo-org/tinygo/blob/release/compiler/defer.go#L202:71: cannot use 0 (untyped int constant) as llvm.InlineAsmDialect value in argument to llvm.InlineAsm
https://github.com/tinygo-org/tinygo/blob/release/compiler/inlineasm.go#L28:57: cannot use 0 (untyped int constant) as llvm.InlineAsmDialect value in argument to llvm.InlineAsm
https://github.com/tinygo-org/tinygo/blob/release/compiler/inlineasm.go#L123:91: cannot use 0 (untyped int constant) as llvm.InlineAsmDialect value in argument to llvm.InlineAsm
https://github.com/tinygo-org/tinygo/blob/release/compiler/inlineasm.go#L166:66: cannot use 0 (untyped int constant) as llvm.InlineAsmDialect value in argument to llvm.InlineAsm
https://github.com/tinygo-org/tinygo/blob/release/compiler/inlineasm.go#L204:66: cannot use 0 (untyped int constant) as llvm.InlineAsmDialect value in argument to llvm.InlineAsm
https://github.com/tinygo-org/tinygo/blob/release/compiler/inlineasm.go#L229:60: cannot use 0 (untyped int constant) as llvm.InlineAsmDialect value in argument to llvm.InlineAsm
https://github.com/tinygo-org/tinygo/blob/release/compiler/inlineasm.go#L234:59: cannot use 0 (untyped int constant) as llvm.InlineAsmDialect value in argument to llvm.InlineAsm
https://github.com/tinygo-org/tinygo/blob/release/compiler/inlineasm.go#L240:62: cannot use 0 (untyped int constant) as llvm.InlineAsmDialect value in argument to llvm.InlineAsm
https://github.com/tinygo-org/tinygo/blob/release/compiler/inlineasm.go#L246:62: cannot use 0 (untyped int constant) as llvm.InlineAsmDialect value in argument to llvm.InlineAsm
https://github.com/tinygo-org/tinygo/blob/release/compiler/intrinsics.go#L118:57: cannot use 0 (untyped int constant) as llvm.InlineAsmDialect value in argument to llvm.InlineAsm
https://github.com/tinygo-org/tinygo/blob/release/compiler/syscall.go#L104:72: cannot use 0 (untyped int constant) as llvm.InlineAsmDialect value in argument to llvm.InlineAsm
https://github.com/tinygo-org/tinygo/blob/release/compiler/syscall.go#L136:72: cannot use 0 (untyped int constant) as llvm.InlineAsmDialect value in argument to llvm.InlineAsm
https://github.com/tinygo-org/tinygo/blob/release/interp/compiler.go#L375:2: invalid argument: index llvm.Ret (constant unknown with invalid type) must be integer
https://github.com/tinygo-org/tinygo/blob/release/interp/compiler.go#L53:9: cannot convert inst.opcode (variable of type llvm.Opcode) to type int
https://github.com/tinygo-org/tinygo/blob/release/interp/compiler.go#L54:29: invalid argument: index inst.opcode (variable of type llvm.Opcode) must be integer
https://github.com/tinygo-org/tinygo/blob/release/interp/compiler.go#L320:25: cannot convert llvmInst.IntPredicate() (value of type llvm.IntPredicate) to type uint8
https://github.com/tinygo-org/tinygo/blob/release/interp/compiler.go#L327:25: cannot convert llvmInst.FloatPredicate() (value of type llvm.FloatPredicate) to type uint8
https://github.com/tinygo-org/tinygo/blob/release/interp/interpreter.go#L694:55: invalid argument: index inst.opcode (variable of type llvm.Opcode) must be integer
https://github.com/tinygo-org/tinygo/blob/release/interp/interpreter.go#L720:35: cannot convert operands[2].(literalValue).value.(uint8) (comma, ok expression of type uint8) to type llvm.IntPredicate
https://github.com/tinygo-org/tinygo/blob/release/interp/interpreter.go#L733:37: cannot convert operands[2].(literalValue).value.(uint8) (comma, ok expression of type uint8) to type llvm.FloatPredicate
https://github.com/tinygo-org/tinygo/blob/release/interp/interpreter.go#L842:55: invalid argument: index inst.opcode (variable of type llvm.Opcode) must be integer
https://github.com/tinygo-org/tinygo/blob/release/interp/interpreter.go#L860:55: invalid argument: index inst.opcode (variable of type llvm.Opcode) must be integer
https://github.com/tinygo-org/tinygo/blob/release/interp/interpreter.go#L873:55: invalid argument: index inst.opcode (variable of type llvm.Opcode) must be integer
https://github.com/tinygo-org/tinygo/blob/release/interp/memory.go#L204:85: invalid argument: index llvmValue.Opcode() (value of type llvm.Opcode) must be integer
https://github.com/tinygo-org/tinygo/blob/release/interp/memory.go#L204:85: invalid argument: index llvmValue.Opcode() (value of type llvm.Opcode) must be integer
-: # github.com/tinygo-org/tinygo/src/os [github.com/tinygo-org/tinygo/src/os.test]
src/os/proc.go#L19:6: missing function body
-: # github.com/tinygo-org/tinygo/src/os_test [github.com/tinygo-org/tinygo/src/os.test]
src/os/os_test.go#L312:12: undefined: ErrWriteAtInAppendMode
src/os/os_test.go#L313:55: undefined: ErrWriteAtInAppendMode
src/os/tempfile_test.go#L86:24: undefined: ErrPatternHasSeparator
src/os/tempfile_test.go#L192:24: undefined: ErrPatternHasSeparator
https://github.com/tinygo-org/tinygo/blob/release/src/os/os_test.go#L312:12: undefined: ErrWriteAtInAppendMode
https://github.com/tinygo-org/tinygo/blob/release/src/os/os_test.go#L313:55: undefined: ErrWriteAtInAppendMode
https://github.com/tinygo-org/tinygo/blob/release/src/os/tempfile_test.go#L86:24: undefined: ErrPatternHasSeparator
https://github.com/tinygo-org/tinygo/blob/release/src/os/tempfile_test.go#L192:24: undefined: ErrPatternHasSeparator
src/reflect/all_test.go#L19:2: use of internal package reflect/internal/example1 not allowed
https://github.com/tinygo-org/tinygo/blob/release/src/reflect/all_test.go#L3235:3: undefined: OtherPkgFields
https://github.com/tinygo-org/tinygo/blob/release/src/reflect/all_test.go#L3272:27: undefined: OtherPkgFields
-: # github.com/tinygo-org/tinygo/src/testing.test
../../../../.cache/go-build/62/6219c0159d6981db2b99e0e397b91297fcf38e04c59043b2e01984d77bf2fde5-d:25:18: cannot use _test.TestIsSpace (value of type func(t *"github.com/tinygo-org/tinygo/src/testing".T)) as func(*"testing".T) value in struct literal
../../../../.cache/go-build/62/6219c0159d6981db2b99e0e397b91297fcf38e04c59043b2e01984d77bf2fde5-d:27:22: cannot use _test.TestSplitRegexp (value of type func(t *"github.com/tinygo-org/tinygo/src/testing".T)) as func(*"testing".T) value in struct literal
../../../../.cache/go-build/62/6219c0159d6981db2b99e0e397b91297fcf38e04c59043b2e01984d77bf2fde5-d:29:18: cannot use _test.TestMatcher (value of type func(t *"github.com/tinygo-org/tinygo/src/testing".T)) as func(*"testing".T) value in struct literal
../../../../.cache/go-build/62/6219c0159d6981db2b99e0e397b91297fcf38e04c59043b2e01984d77bf2fde5-d:31:17: cannot use _test.TestNaming (value of type func(t *"github.com/tinygo-org/tinygo/src/testing".T)) as func(*"testing".T) value in struct literal
../../../../.cache/go-build/62/6219c0159d6981db2b99e0e397b91297fcf38e04c59043b2e01984d77bf2fde5-d:33:18: cannot use _test.TestCleanup (value of type func(t *"github.com/tinygo-org/tinygo/src/testing".T)) as func(*"testing".T) value in struct literal
../../../../.cache/go-build/62/6219c0159d6981db2b99e0e397b91297fcf38e04c59043b2e01984d77bf2fde5-d:35:21: cannot use _test.TestRunCleanup (value of type func(t *"github.com/tinygo-org/tinygo/src/testing".T)) as func(*"testing".T) value in struct literal
../../../../.cache/go-build/62/6219c0159d6981db2b99e0e397b91297fcf38e04c59043b2e01984d77bf2fde5-d:37:34: cannot use _test.TestCleanupParallelSubtests (value of type func(t *"github.com/tinygo-org/tinygo/src/testing".T)) as func(*"testing".T) value in struct literal
../../../../.cache/go-build/62/6219c0159d6981db2b99e0e397b91297fcf38e04c59043b2e01984d77bf2fde5-d:39:24: cannot use _test.TestNestedCleanup (value of type func(t *"github.com/tinygo-org/tinygo/src/testing".T)) as func(*"testing".T) value in struct literal
../../../../.cache/go-build/62/6219c0159d6981db2b99e0e397b91297fcf38e04c59043b2e01984d77bf2fde5-d:67:17: cannot use _test.FuzzNaming (value of type func(f *"github.com/tinygo-org/tinygo/src/testing".F)) as func(f *"testing".F) value in struct literal
/home/runner/.cache/go-build/62/6219c0159d6981db2b99e0e397b91297fcf38e04c59043b2e01984d77bf2fde5-d:25:18: cannot use _test.TestIsSpace (value of type func(t *"github.com/tinygo-org/tinygo/src/testing".T)) as func(*"testing".T) value in struct literal
/home/runner/.cache/go-build/62/6219c0159d6981db2b99e0e397b91297fcf38e04c59043b2e01984d77bf2fde5-d:27:22: cannot use _test.TestSplitRegexp (value of type func(t *"github.com/tinygo-org/tinygo/src/testing".T)) as func(*"testing".T) value in struct literal
/home/runner/.cache/go-build/62/6219c0159d6981db2b99e0e397b91297fcf38e04c59043b2e01984d77bf2fde5-d:29:18: cannot use _test.TestMatcher (value of type func(t *"github.com/tinygo-org/tinygo/src/testing".T)) as func(*"testing".T) value in struct literal
/home/runner/.cache/go-build/62/6219c0159d6981db2b99e0e397b91297fcf38e04c59043b2e01984d77bf2fde5-d:31:17: cannot use _test.TestNaming (value of type func(t *"github.com/tinygo-org/tinygo/src/testing".T)) as func(*"testing".T) value in struct literal
/home/runner/.cache/go-build/62/6219c0159d6981db2b99e0e397b91297fcf38e04c59043b2e01984d77bf2fde5-d:33:18: cannot use _test.TestCleanup (value of type func(t *"github.com/tinygo-org/tinygo/src/testing".T)) as func(*"testing".T) value in struct literal
/home/runner/.cache/go-build/62/6219c0159d6981db2b99e0e397b91297fcf38e04c59043b2e01984d77bf2fde5-d:35:21: cannot use _test.TestRunCleanup (value of type func(t *"github.com/tinygo-org/tinygo/src/testing".T)) as func(*"testing".T) value in struct literal
/home/runner/.cache/go-build/62/6219c0159d6981db2b99e0e397b91297fcf38e04c59043b2e01984d77bf2fde5-d:37:34: cannot use _test.TestCleanupParallelSubtests (value of type func(t *"github.com/tinygo-org/tinygo/src/testing".T)) as func(*"testing".T) value in struct literal
/home/runner/.cache/go-build/62/6219c0159d6981db2b99e0e397b91297fcf38e04c59043b2e01984d77bf2fde5-d:39:24: cannot use _test.TestNestedCleanup (value of type func(t *"github.com/tinygo-org/tinygo/src/testing".T)) as func(*"testing".T) value in struct literal
/home/runner/.cache/go-build/62/6219c0159d6981db2b99e0e397b91297fcf38e04c59043b2e01984d77bf2fde5-d:67:17: cannot use _test.FuzzNaming (value of type func(f *"github.com/tinygo-org/tinygo/src/testing".F)) as func(f *"testing".F) value in struct literal
https://github.com/tinygo-org/tinygo/blob/release/transform/transform_test.go#L50:31: cannot use llvm.PrintMessageAction (constant unknown with invalid type) as llvm.VerifierFailureAction value in argument to llvm.VerifyModule
testifylint: 257 errors during loading

Report issue: https://github.com/tinygo-org/tinygo/issues

github-actions[bot] commented 1 week ago

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

../../../../go/pkg/mod/github.com/fsnotify/fsnotify@v1.3.2-0.20160816051541-f12c6236fe7b/inotify.go#L19:2: missing go.sum entry for module providing package golang.org/x/sys/unix (imported by github.com/fsnotify/fsnotify); to add:
go get github.com/fsnotify/fsnotify@v1.3.2-0.20160816051541-f12c6236fe7b
/home/runner/go/pkg/mod/github.com/fsnotify/fsnotify@v1.3.2-0.20160816051541-f12c6236fe7b/inotify.go#L19:2: could not import golang.org/x/sys/unix (invalid package name: "")
../../../../go/pkg/mod/github.com/spf13/afero@v0.0.0-20160919210114-52e4a6cfac46/util.go#L29:2: missing go.sum entry for module providing package golang.org/x/text/transform (imported by github.com/spf13/afero); to add:
go get github.com/spf13/afero@v0.0.0-20160919210114-52e4a6cfac46
../../../../go/pkg/mod/github.com/spf13/afero@v0.0.0-20160919210114-52e4a6cfac46/util.go#L30:2: missing go.sum entry for module providing package golang.org/x/text/unicode/norm (imported by github.com/spf13/afero); to add:
go get github.com/spf13/afero@v0.0.0-20160919210114-52e4a6cfac46
/home/runner/go/pkg/mod/github.com/spf13/afero@v0.0.0-20160919210114-52e4a6cfac46/util.go#L29:2: could not import golang.org/x/text/transform (invalid package name: "")
/home/runner/go/pkg/mod/github.com/spf13/afero@v0.0.0-20160919210114-52e4a6cfac46/util.go#L30:2: could not import golang.org/x/text/unicode/norm (invalid package name: "")
testifylint: 6 errors during loading

Report issue: https://github.com/Netflix/chaosmonkey/issues

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/golangci/golangci-lint got output

https://github.com/golangci/golangci-lint/blob/master/pkg/result/processors/autogenerated_exclude_test.go#L256:4: require-error: for error assertions use require

Report issue: https://github.com/golangci/golangci-lint/issues

github-actions[bot] commented 1 week ago

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

https://github.com/cayleygraph/cayley/blob/master/graph/graphtest/graphtest.go#L144:2: error-nil: use require.NoError
https://github.com/cayleygraph/cayley/blob/master/graph/graphtest/graphtest.go#L185:4: compares: use require.Equal
https://github.com/cayleygraph/cayley/blob/master/graph/graphtest/graphtest.go#L197:3: error-nil: use require.NoError
https://github.com/cayleygraph/cayley/blob/master/graph/graphtest/graphtest.go#L200:2: error-nil: use require.NoError
https://github.com/cayleygraph/cayley/blob/master/graph/graphtest/graphtest.go#L211:3: error-nil: use require.NoError
https://github.com/cayleygraph/cayley/blob/master/graph/graphtest/graphtest.go#L214:2: error-nil: use require.NoError
https://github.com/cayleygraph/cayley/blob/master/graph/graphtest/graphtest.go#L236:3: error-nil: use require.NoError
https://github.com/cayleygraph/cayley/blob/master/graph/graphtest/graphtest.go#L239:3: error-nil: use require.NoError
https://github.com/cayleygraph/cayley/blob/master/graph/graphtest/graphtest.go#L502:3: error-nil: use require.NoError
https://github.com/cayleygraph/cayley/blob/master/graph/graphtest/graphtest.go#L615:2: error-nil: use require.NoError
https://github.com/cayleygraph/cayley/blob/master/graph/graphtest/graphtest.go#L930:2: error-nil: use assert.NoError
https://github.com/cayleygraph/cayley/blob/master/graph/graphtest/graphtest.go#L960:2: error-nil: use require.NoError
https://github.com/cayleygraph/cayley/blob/master/graph/graphtest/graphtest.go#L1040:2: bool-compare: use require.False
https://github.com/cayleygraph/cayley/blob/master/query/linkedql/steps/steps_test.go#L99:4: error-nil: use require.NoError

Report issue: https://github.com/cayleygraph/cayley/issues

github-actions[bot] commented 1 week ago

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

https://github.com/GoogleContainerTools/skaffold/blob/main/pkg/skaffold/render/applysetters/apply_setters_test.go#L492:9: error-nil: use assert.Error
https://github.com/GoogleContainerTools/skaffold/blob/main/pkg/skaffold/render/applysetters/apply_setters_test.go#L457:8: require-error: for error assertions use require
https://github.com/GoogleContainerTools/skaffold/blob/main/pkg/skaffold/render/applysetters/apply_setters_test.go#L463:8: require-error: for error assertions use require
https://github.com/GoogleContainerTools/skaffold/blob/main/pkg/skaffold/render/applysetters/apply_setters_test.go#L468:8: require-error: for error assertions use require
https://github.com/GoogleContainerTools/skaffold/blob/main/pkg/skaffold/render/applysetters/apply_setters_test.go#L474:8: require-error: for error assertions use require
https://github.com/GoogleContainerTools/skaffold/blob/main/pkg/skaffold/render/applysetters/apply_setters_test.go#L478:8: require-error: for error assertions use require
https://github.com/GoogleContainerTools/skaffold/blob/main/pkg/skaffold/render/applysetters/apply_setters_test.go#L500:29: require-error: for error assertions use require
https://github.com/GoogleContainerTools/skaffold/blob/main/pkg/skaffold/render/applysetters/apply_setters_test.go#L505:8: require-error: for error assertions use require

Report issue: https://github.com/GoogleContainerTools/skaffold/issues

github-actions[bot] commented 1 week ago

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

https://github.com/slackhq/nebula/blob/master/allow_list_test.go#L101:2: bool-compare: use assert.True
https://github.com/slackhq/nebula/blob/master/allow_list_test.go#L114:2: bool-compare: use assert.True
https://github.com/slackhq/nebula/blob/master/allow_list_test.go#L115:2: bool-compare: use assert.False
https://github.com/slackhq/nebula/blob/master/allow_list_test.go#L116:2: bool-compare: use assert.True
https://github.com/slackhq/nebula/blob/master/allow_list_test.go#L117:2: bool-compare: use assert.False
https://github.com/slackhq/nebula/blob/master/allow_list_test.go#L118:2: bool-compare: use assert.True
https://github.com/slackhq/nebula/blob/master/allow_list_test.go#L119:2: bool-compare: use assert.True
https://github.com/slackhq/nebula/blob/master/allow_list_test.go#L120:2: bool-compare: use assert.False
https://github.com/slackhq/nebula/blob/master/allow_list_test.go#L124:2: bool-compare: use assert.True
https://github.com/slackhq/nebula/blob/master/allow_list_test.go#L132:2: bool-compare: use assert.False
https://github.com/slackhq/nebula/blob/master/allow_list_test.go#L133:2: bool-compare: use assert.False
https://github.com/slackhq/nebula/blob/master/allow_list_test.go#L134:2: bool-compare: use assert.True
https://github.com/slackhq/nebula/blob/master/allow_list_test.go#L142:2: bool-compare: use assert.False
https://github.com/slackhq/nebula/blob/master/allow_list_test.go#L143:2: bool-compare: use assert.True
https://github.com/slackhq/nebula/blob/master/allow_list_test.go#L144:2: bool-compare: use assert.True
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L70:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L77:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L83:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L89:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L95:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L101:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L105:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L109:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L114:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L160:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L179:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L180:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L185:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L186:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L192:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L193:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L199:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L200:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L409:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L413:2: error-is-as: invalid usage of assert.Error, use assert.ErrorIs instead
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L491:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L492:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L542:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L555:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L564:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L669:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L674:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L679:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L684:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L749:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L756:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L763:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L770:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L778:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L785:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L792:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L799:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L806:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L813:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L820:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L843:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L863:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/handshake_manager_test.go#L48:2: empty: use assert.Empty
https://github.com/slackhq/nebula/blob/master/lighthouse_test.go#L41:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/lighthouse_test.go#L46:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/lighthouse_test.go#L59:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/outside_test.go#L56:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/outside_test.go#L60:2: expected-actual: need to reverse actual and expected values
https://github.com/slackhq/nebula/blob/master/outside_test.go#L61:2: expected-actual: need to reverse actual and expected values
https://github.com/slackhq/nebula/blob/master/outside_test.go#L77:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/outside_test.go#L78:2: expected-actual: need to reverse actual and expected values
https://github.com/slackhq/nebula/blob/master/outside_test.go#L81:2: expected-actual: need to reverse actual and expected values
https://github.com/slackhq/nebula/blob/master/outside_test.go#L82:2: expected-actual: need to reverse actual and expected values
https://github.com/slackhq/nebula/blob/master/punchy_test.go#L18:2: bool-compare: use assert.False
https://github.com/slackhq/nebula/blob/master/punchy_test.go#L19:2: bool-compare: use assert.False
https://github.com/slackhq/nebula/blob/master/punchy_test.go#L26:2: bool-compare: use assert.True
https://github.com/slackhq/nebula/blob/master/punchy_test.go#L31:2: bool-compare: use assert.True
https://github.com/slackhq/nebula/blob/master/punchy_test.go#L36:2: bool-compare: use assert.True
https://github.com/slackhq/nebula/blob/master/punchy_test.go#L42:2: bool-compare: use assert.True
https://github.com/slackhq/nebula/blob/master/punchy_test.go#L66:2: bool-compare: use assert.False
https://github.com/slackhq/nebula/blob/master/punchy_test.go#L76:2: bool-compare: use assert.True
https://github.com/slackhq/nebula/blob/master/allow_list_test.go#L21:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/allow_list_test.go#L28:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/allow_list_test.go#L35:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/allow_list_test.go#L45:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/allow_list_test.go#L78:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/allow_list_test.go#L87:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L413:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/outside_test.go#L18:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/outside_test.go#L32:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/outside_test.go#L36:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/outside_test.go#L40:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/connection_manager_test.go#L232:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/connection_manager_test.go#L251:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L649:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L652:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L655:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L658:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L661:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L664:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/lighthouse_test.go#L197:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/lighthouse_test.go#L161:3: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L694:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L700:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L706:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L712:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L716:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L722:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L728:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L734:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/remote_list_test.go#L209:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/remote_list_test.go#L219:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/remote_list_test.go#L229:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L119:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L187:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/lighthouse_test.go#L82:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/lighthouse_test.go#L273:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/lighthouse_test.go#L281:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L496:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L499:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/lighthouse_test.go#L104:6: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/lighthouse_test.go#L146:3: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L854:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/lighthouse_test.go#L25:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/punchy_test.go#L59:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/punchy_test.go#L69:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/remote_list_test.go#L63:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/remote_list_test.go#L83:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/firewall_test.go#L560:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/remote_list_test.go#L142:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/remote_list_test.go#L151:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/remote_list_test.go#L160:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L50:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L54:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L105:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L107:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L111:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L147:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L149:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L153:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L198:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L208:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L211:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L214:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L220:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L230:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L237:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L244:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L247:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L253:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L259:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L262:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L267:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L270:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L273:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L279:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L289:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L296:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L303:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L306:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L312:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L318:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L321:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L328:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L331:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L340:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L349:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L358:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L367:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L376:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L379:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L383:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L386:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L390:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L393:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L397:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L400:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L407:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L410:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L419:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L428:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L437:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L446:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L455:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L458:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L462:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L465:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L469:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L472:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L476:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L479:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L484:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L486:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L489:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L491:2: error-nil: use assert.Error
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L495:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L499:2: error-nil: use assert.Error
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L504:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L506:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L509:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L511:2: error-nil: use assert.Error
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L515:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L519:2: error-nil: use assert.Error
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L596:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L601:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L608:2: expected-actual: need to reverse actual and expected values
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L615:2: expected-actual: need to reverse actual and expected values
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L616:2: len: use assert.Len
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L619:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L621:2: len: use assert.Len
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L661:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L710:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L717:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L776:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L804:2: expected-actual: need to reverse actual and expected values
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L814:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L820:2: expected-actual: need to reverse actual and expected values
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L821:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L859:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L866:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L913:2: len: use assert.Len
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L914:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L968:2: len: use assert.Len
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L969:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L975:2: len: use assert.Len
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L976:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L1031:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L1036:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L1043:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L1046:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L422:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L431:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L440:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L449:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L984:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L989:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L225:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L234:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L240:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L256:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L783:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L789:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L796:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L802:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L284:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L293:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L299:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L315:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L667:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L921:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L926:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L343:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L352:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L361:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L370:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L723:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L729:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L872:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cert/cert_test.go#L878:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/ca_test.go#L110:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/ca_test.go#L123:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/ca_test.go#L131:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/ca_test.go#L138:2: empty: use assert.Empty
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/ca_test.go#L139:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/ca_test.go#L144:2: empty: use assert.Empty
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/ca_test.go#L145:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/ca_test.go#L148:2: empty: use assert.Empty
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/ca_test.go#L151:2: empty: use assert.Empty
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/ca_test.go#L163:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/ca_test.go#L171:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/ca_test.go#L181:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/ca_test.go#L182:2: empty: use assert.Empty
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/ca_test.go#L211:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/keygen_test.go#L57:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/keygen_test.go#L70:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/keygen_test.go#L77:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/keygen_test.go#L84:2: empty: use assert.Empty
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/keygen_test.go#L85:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/keygen_test.go#L90:2: empty: use assert.Empty
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/keygen_test.go#L91:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/print_test.go#L57:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/print_test.go#L86:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/print_test.go#L114:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/sign_test.go#L107:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/sign_test.go#L131:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/sign_test.go#L162:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/sign_test.go#L209:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/sign_test.go#L230:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/sign_test.go#L244:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/sign_test.go#L251:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/sign_test.go#L258:2: empty: use assert.Empty
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/sign_test.go#L259:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/sign_test.go#L264:2: empty: use assert.Empty
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/sign_test.go#L265:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/sign_test.go#L293:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/sign_test.go#L300:2: empty: use assert.Empty
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/sign_test.go#L301:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/sign_test.go#L316:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/sign_test.go#L331:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/sign_test.go#L351:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/sign_test.go#L355:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/sign_test.go#L378:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/verify_test.go#L59:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/verify_test.go#L95:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/verify_test.go#L140:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/sign_test.go#L101:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/sign_test.go#L111:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/sign_test.go#L123:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/sign_test.go#L135:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/sign_test.go#L154:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/sign_test.go#L166:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/sign_test.go#L216:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/sign_test.go#L224:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/sign_test.go#L237:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/sign_test.go#L308:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/sign_test.go#L323:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/sign_test.go#L338:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/sign_test.go#L388:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/sign_test.go#L397:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/sign_test.go#L407:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/keygen_test.go#L51:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/keygen_test.go#L64:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/ca_test.go#L104:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/ca_test.go#L117:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/ca_test.go#L191:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/ca_test.go#L201:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/ca_test.go#L217:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/ca_test.go#L226:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/verify_test.go#L53:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/verify_test.go#L66:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/verify_test.go#L89:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/verify_test.go#L102:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/verify_test.go#L128:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/print_test.go#L51:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/cmd/nebula-cert/print_test.go#L64:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/config/config_test.go#L29:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/config/config_test.go#L33:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/config/config_test.go#L73:2: bool-compare: use assert.True
https://github.com/slackhq/nebula/blob/master/config/config_test.go#L76:2: bool-compare: use assert.True
https://github.com/slackhq/nebula/blob/master/config/config_test.go#L79:2: bool-compare: use assert.False
https://github.com/slackhq/nebula/blob/master/config/config_test.go#L82:2: bool-compare: use assert.False
https://github.com/slackhq/nebula/blob/master/config/config_test.go#L85:2: bool-compare: use assert.True
https://github.com/slackhq/nebula/blob/master/config/config_test.go#L88:2: bool-compare: use assert.True
https://github.com/slackhq/nebula/blob/master/config/config_test.go#L91:2: bool-compare: use assert.False
https://github.com/slackhq/nebula/blob/master/config/config_test.go#L94:2: bool-compare: use assert.False
https://github.com/slackhq/nebula/blob/master/config/config_test.go#L123:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/config/config_test.go#L127:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/config/config_test.go#L22:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/header/header_test.go#L114:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/overlay/route_test.go#L21:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/overlay/route_test.go#L22:2: empty: use assert.Empty
https://github.com/slackhq/nebula/blob/master/overlay/route_test.go#L33:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/overlay/route_test.go#L34:2: empty: use assert.Empty
https://github.com/slackhq/nebula/blob/master/overlay/route_test.go#L90:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/overlay/route_test.go#L119:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/overlay/route_test.go#L120:2: empty: use assert.Empty
https://github.com/slackhq/nebula/blob/master/overlay/route_test.go#L131:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/overlay/route_test.go#L132:2: empty: use assert.Empty
https://github.com/slackhq/nebula/blob/master/overlay/route_test.go#L184:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/overlay/route_test.go#L190:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/overlay/route_test.go#L224:2: error-nil: use assert.NoError
https://github.com/slackhq/nebula/blob/master/overlay/route_test.go#L28:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/overlay/route_test.go#L40:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/overlay/route_test.go#L46:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/overlay/route_test.go#L52:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/overlay/route_test.go#L58:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/overlay/route_test.go#L64:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/overlay/route_test.go#L70:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/overlay/route_test.go#L76:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/overlay/route_test.go#L82:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/overlay/route_test.go#L126:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/overlay/route_test.go#L138:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/overlay/route_test.go#L144:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/overlay/route_test.go#L153:3: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/overlay/route_test.go#L160:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/overlay/route_test.go#L166:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/overlay/route_test.go#L172:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/overlay/route_test.go#L178:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/overlay/route_test.go#L202:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/overlay/route_test.go#L208:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/overlay/route_test.go#L214:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/overlay/route_test.go#L262:2: require-error: for error assertions use require
https://github.com/slackhq/nebula/blob/master/overlay/route_test.go#L265:2: require-error: for error assertions use require

Report issue: https://github.com/slackhq/nebula/issues

github-actions[bot] commented 1 week ago

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

https://github.com/kubernetes/kops/blob/master/cmd/kops/toolbox_dump_test.go#L86:5: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L1104:3: len: use assert.Len
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L1424:3: len: use assert.Len
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L1448:3: len: use assert.Len
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_warmpool_test.go#L46:2: len: use assert.Len
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L498:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L682:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L1536:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L337:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_warmpool_test.go#L49:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L1374:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L1210:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L788:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L323:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L457:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L883:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L1188:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L273:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L1315:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L476:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L934:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L765:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L411:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_os_test.go#L110:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L367:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L398:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L542:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L978:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L833:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L1233:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L1289:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L1346:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L217:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L564:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L587:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L626:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L722:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L292:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L305:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L1504:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_warmpool_test.go#L67:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L520:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L609:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L352:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/instancegroups/rollingupdate_test.go#L382:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/pki/certificate_test.go#L131:4: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kops/blob/master/pkg/pki/issue_test.go#L169:5: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/pkg/pki/issue_test.go#L173:5: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/upup/pkg/fi/dryruntarget_test.go#L88:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/upup/pkg/fi/ca_test.go#L340:4: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/upup/pkg/fi/nodeup/nodetasks/issue_cert_test.go#L34:2: require-error: for error assertions use require
https://github.com/kubernetes/kops/blob/master/util/pkg/maps/maps_test.go#L31:2: len: use assert.Len

Report issue: https://github.com/kubernetes/kops/issues

github-actions[bot] commented 1 week ago

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

https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/provisioning/permutations/permutations.go#L91:2: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/provisioning/permutations/permutations.go#L119:7: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/provisioning/permutations/permutations.go#L129:7: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/provisioning/permutations/permutations.go#L136:7: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/provisioning/permutations/permutations.go#L144:7: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/provisioning/permutations/permutations.go#L152:7: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/provisioning/permutations/permutations.go#L165:7: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/provisioning/permutations/permutations.go#L169:7: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/provisioning/permutations/permutations.go#L170:7: suite-dont-use-pkg: use s.Require().NotEmpty
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/provisioning/permutations/permutations.go#L176:7: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/provisioning/permutations/permutations.go#L189:7: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/upgrade/workload.go#L275:2: len: use assert.Lenf
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2prov/operations/encryptionkeyrotation.go#L72:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/agent/clean/adunmigration/ldap_test.go#L75:5: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/agent/clean/adunmigration/migrate_test.go#L116:4: len: use assert.Len
https://github.com/rancher/rancher/blob/release/v2.9/pkg/agent/clean/adunmigration/migrate_test.go#L117:4: empty: use assert.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/agent/clean/adunmigration/migrate_test.go#L118:4: empty: use assert.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/agent/clean/adunmigration/migrate_test.go#L120:5: len: use assert.Len
https://github.com/rancher/rancher/blob/release/v2.9/pkg/agent/clean/adunmigration/migrate_test.go#L289:4: len: use assert.Len
https://github.com/rancher/rancher/blob/release/v2.9/pkg/agent/clean/adunmigration/migrate_test.go#L291:5: len: use assert.Len
https://github.com/rancher/rancher/blob/release/v2.9/pkg/agent/clean/adunmigration/migrate_test.go#L374:4: len: use assert.Len
https://github.com/rancher/rancher/blob/release/v2.9/pkg/agent/clean/adunmigration/migrate_test.go#L375:4: len: use assert.Len
https://github.com/rancher/rancher/blob/release/v2.9/pkg/agent/clean/adunmigration/migrate_test.go#L376:4: len: use assert.Len
https://github.com/rancher/rancher/blob/release/v2.9/pkg/agent/clean/adunmigration/rtbs_test.go#L132:4: len: use assert.Len
https://github.com/rancher/rancher/blob/release/v2.9/pkg/agent/clean/adunmigration/rtbs_test.go#L133:4: len: use assert.Len
https://github.com/rancher/rancher/blob/release/v2.9/pkg/agent/clean/adunmigration/rtbs_test.go#L203:4: len: use assert.Len
https://github.com/rancher/rancher/blob/release/v2.9/pkg/agent/clean/adunmigration/rtbs_test.go#L204:4: len: use assert.Len
https://github.com/rancher/rancher/blob/release/v2.9/pkg/agent/clean/adunmigration/rtbs_test.go#L244:4: len: use assert.Len
https://github.com/rancher/rancher/blob/release/v2.9/pkg/agent/clean/adunmigration/tokens_test.go#L76:4: len: use assert.Len
https://github.com/rancher/rancher/blob/release/v2.9/pkg/agent/clean/adunmigration/tokens_test.go#L77:4: len: use assert.Len
https://github.com/rancher/rancher/blob/release/v2.9/pkg/agent/clean/adunmigration/migrate_test.go#L130:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/agent/clean/adunmigration/migrate_test.go#L132:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/agent/clean/adunmigration/users_test.go#L159:5: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/agent/clean/adunmigration/users_test.go#L161:5: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/agent/clean/adunmigration/users_test.go#L103:5: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/agent/clean/adunmigration/users_test.go#L105:5: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/api/norman/customization/catalog/store_test.go#L63:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/rancher/rancher/blob/release/v2.9/pkg/api/norman/customization/catalog/validator_test.go#L43:4: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/api/norman/customization/catalog/validator_test.go#L98:4: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/api/norman/customization/catalog/validator_test.go#L106:4: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/api/norman/customization/cluster/actions_kubeconfig_test.go#L121:5: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/api/norman/customization/cluster/actions_kubeconfig_test.go#L75:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/api/norman/customization/cluster/actions_kubeconfig_test.go#L77:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/api/norman/customization/cluster/actions_kubeconfig_test.go#L118:5: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/api/norman/customization/feature/feature_test.go#L24:2: bool-compare: use assert.True
https://github.com/rancher/rancher/blob/release/v2.9/pkg/api/norman/customization/feature/feature_test.go#L29:2: bool-compare: use assert.False
https://github.com/rancher/rancher/blob/release/v2.9/pkg/api/norman/customization/roletemplate/roletemplate_test.go#L71:2: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/api/norman/customization/roletemplate/roletemplate_test.go#L72:2: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/api/norman/customization/roletemplate/roletemplate_test.go#L76:2: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/api/norman/customization/roletemplate/roletemplate_test.go#L77:2: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/api/norman/customization/roletemplate/roletemplate_test.go#L81:2: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/api/norman/customization/roletemplate/roletemplate_test.go#L82:2: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/api/norman/store/roletemplate/store_test.go#L62:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/api/norman/store/storageclass/store_test.go#L36:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/api/norman/store/storageclass/store_test.go#L41:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/api/norman/store/storageclass/store_test.go#L42:2: nil-compare: use assert.Nil
https://github.com/rancher/rancher/blob/release/v2.9/pkg/api/norman/store/storageclass/store_test.go#L46:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/api/norman/store/storageclass/store_test.go#L51:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/api/norman/store/storageclass/store_test.go#L56:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/api/norman/store/storageclass/store_test.go#L61:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/api/steve/proxy/proxy_test.go#L246:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/api/steve/proxy/proxy_test.go#L248:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/api/steve/proxy/proxy_test.go#L252:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/api/secrets/cleanup_test.go#L105:3: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/api/secrets/cleanup_test.go#L109:3: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/api/secrets/cleanup_test.go#L115:3: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/api/secrets/cleanup_test.go#L69:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/api/secrets/cleanup_test.go#L77:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/api/secrets/cleanup_test.go#L89:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/api/secrets/cleanup_test.go#L92:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/api/secrets/cleanup_test.go#L95:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/api/secrets/cleanup_test.go#L98:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/api/secrets/cleanup_test.go#L101:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/api/secrets/cleanup_test.go#L137:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/api/secrets/cleanup_test.go#L140:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/api/secrets/cleanup_test.go#L143:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/api/secrets/cleanup_test.go#L146:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/audit/audit_test.go#L510:3: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/audit/audit_test.go#L516:3: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/audit/audit_test.go#L529:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/audit/audit_test.go#L536:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/audit/audit_test.go#L538:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/audit/audit_test.go#L218:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/audit/audit_test.go#L222:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/providerrefresh/refresher_test.go#L431:4: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/providers/azure/azure_provider_test.go#L102:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/providers/azure/azure_provider_test.go#L124:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/providers/azure/azure_provider_test.go#L131:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/providers/azure/azure_provider_test.go#L356:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/providers/common/password_test.go#L52:3: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/providers/common/password_test.go#L82:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/providers/common/provider_util_test.go#L43:4: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/providers/ldap/ldap_provider_test.go#L68:6: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/requests/service_account_test.go#L290:5: error-nil: use assert.Error
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/requests/service_account_test.go#L292:5: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/tokens/manager_test.go#L135:4: error-nil: use t.assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/tokens/manager_test.go#L137:4: error-nil: use t.assert.Error
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/tokens/manager_test.go#L239:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/tokens/hashers/hashers_test.go#L64:5: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/tokens/hashers/scrypt_test.go#L14:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/tokens/hashers/scrypt_test.go#L17:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/tokens/hashers/scrypt_test.go#L18:2: error-nil: use assert.Error
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/tokens/hashers/scrypt_test.go#L25:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/tokens/hashers/scrypt_test.go#L28:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/tokens/hashers/scrypt_test.go#L29:2: error-nil: use assert.Error
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/tokens/hashers/sha256_test.go#L14:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/tokens/hashers/sha256_test.go#L17:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/tokens/hashers/sha256_test.go#L18:2: error-nil: use assert.Error
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/tokens/hashers/sha256_test.go#L25:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/tokens/hashers/sha256_test.go#L28:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/tokens/hashers/sha256_test.go#L29:2: error-nil: use assert.Error
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/tokens/hashers/sha3_test.go#L15:2: error-nil: use require.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/tokens/hashers/sha3_test.go#L20:2: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/tokens/hashers/sha3_test.go#L22:2: error-nil: use require.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/tokens/hashers/sha3_test.go#L23:2: error-nil: use require.Error
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/tokens/hashers/sha3_test.go#L30:2: error-nil: use require.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/tokens/hashers/sha3_test.go#L35:2: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/tokens/hashers/sha3_test.go#L37:2: error-nil: use require.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/tokens/hashers/sha3_test.go#L38:2: error-nil: use require.Error
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/tokens/hashers/hashers_test.go#L63:5: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/tokens/hashers/hashers_test.go#L107:5: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/tokens/hashers/hashers_test.go#L12:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/tokens/hashers/hashers_test.go#L14:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/auth/tokens/hashers/hashers_test.go#L16:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/capr/common_test.go#L78:5: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/capr/common_test.go#L202:5: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/capr/common_test.go#L305:4: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/capr/common_test.go#L306:4: compares: use assert.NotEqual
https://github.com/rancher/rancher/blob/release/v2.9/pkg/capr/common_test.go#L311:4: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/capr/installer/installer_test.go#L21:2: error-nil: use a.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/capr/installer/installer_test.go#L24:2: error-nil: use a.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/capr/installer/installer_test.go#L31:2: error-nil: use a.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/capr/installer/server_test.go#L41:4: error-nil: use a.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/capr/installer/server_test.go#L47:4: error-nil: use a.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/capr/installer/server_test.go#L49:4: error-nil: use a.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/capr/installer/server_test.go#L54:4: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/capr/installer/server_test.go#L89:4: error-nil: use a.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/capr/installer/server_test.go#L91:4: error-nil: use a.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/capr/installer/server_test.go#L94:4: error-nil: use a.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/capr/installer/server_test.go#L104:4: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/capr/planner/certificaterotation_test.go#L266:4: len: use assert.Len
https://github.com/rancher/rancher/blob/release/v2.9/pkg/capr/planner/etcdrestore_test.go#L24:4: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/capr/planner/etcdrestore_test.go#L36:4: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/capr/planner/instructions_test.go#L106:4: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/capr/planner/instructions_test.go#L107:4: len: use a.Len
https://github.com/rancher/rancher/blob/release/v2.9/pkg/capr/planner/instructions_test.go#L172:4: error-nil: use a.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/capr/planner/instructions_test.go#L175:4: empty: use a.NotEmpty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/capr/planner/instructions_test.go#L178:4: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/capr/planner/instructions_test.go#L250:4: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/capr/planner/planner_test.go#L155:4: error-nil: use a.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/capr/planner/planner_test.go#L158:4: empty: use a.NotEmpty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/capr/planner/planner_test.go#L276:4: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/capr/planner/planner_test.go#L322:4: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/capr/planner/etcdrestore_test.go#L277:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/capr/planner/certificaterotation_test.go#L264:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalog/manager/manager_test.go#L206:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalog/manager/manager_test.go#L210:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalog/utils/version_test.go#L25:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalog/utils/version_test.go#L31:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/content/content_test.go#L590:4: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/git/download_test.go#L127:5: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/git/download_test.go#L183:5: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/git/download_test.go#L190:5: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/helm/client_test.go#L116:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/helm/client_test.go#L129:5: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/helm/client_test.go#L131:5: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/helmop/operation_test.go#L109:3: error-nil: use asserts.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/oci/client_test.go#L251:5: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/oci/client_test.go#L252:5: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/oci/client_test.go#L429:3: nil-compare: use assert.Nil
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/oci/oci_test.go#L86:6: len: use assert.Len
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/oci/oci_test.go#L228:4: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/oci/client_test.go#L634:3: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/oci/client_test.go#L637:3: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/oci/client_test.go#L29:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/oci/client_test.go#L63:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/oci/client_test.go#L391:3: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/oci/client_test.go#L476:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/oci/client_test.go#L588:3: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/oci/client_test.go#L591:3: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/oci/client_test.go#L350:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/oci/client_test.go#L355:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/oci/client_test.go#L539:3: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/oci/client_test.go#L543:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/oci/client_test.go#L545:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/oci/client_test.go#L242:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/oci/client_test.go#L426:3: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/oci/oci_test.go#L74:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/oci/oci_test.go#L77:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/oci/oci_test.go#L84:5: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/oci/capturewindowclient/client_test.go#L79:4: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/oci/capturewindowclient/client_test.go#L84:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/oci/capturewindowclient/client_test.go#L88:5: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/oci/capturewindowclient/client_test.go#L148:4: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/oci/capturewindowclient/client_test.go#L153:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/rancher/rancher/blob/release/v2.9/pkg/catalogv2/oci/capturewindowclient/client_test.go#L157:5: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/cluster/agent_customization_test.go#L142:5: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/cluster/agent_customization_test.go#L152:5: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/cluster/agent_customization_test.go#L158:5: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/cluster/agent_customization_test.go#L164:5: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/cluster/agent_customization_test.go#L193:5: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/cluster/agent_customization_test.go#L197:5: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/cluster/private_registry_test.go#L198:5: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/cluster/agent_customization_test.go#L185:5: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/cluster/agent_customization_test.go#L189:5: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/clustermanager/errors_test.go#L45:4: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/capr/bootstrap/controller_test.go#L77:4: error-nil: use a.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/capr/bootstrap/controller_test.go#L79:4: error-nil: use a.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/capr/bootstrap/controller_test.go#L81:4: error-nil: use a.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/capr/bootstrap/controller_test.go#L84:4: error-nil: use a.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/capr/bootstrap/controller_test.go#L86:4: error-nil: use a.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/capr/bootstrap/controller_test.go#L88:4: error-nil: use a.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/capr/bootstrap/controller_test.go#L111:5: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/capr/bootstrap/controller_test.go#L113:5: compares: use a.Equal
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/capr/bootstrap/controller_test.go#L114:5: compares: use a.Equal
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/capr/bootstrap/controller_test.go#L115:5: compares: use a.Equal
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/capr/bootstrap/controller_test.go#L116:5: compares: use a.Equal
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/capr/bootstrap/controller_test.go#L121:5: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/capr/bootstrap/controller_test.go#L123:5: compares: use a.Equal
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/capr/bootstrap/controller_test.go#L124:5: compares: use a.Equal
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/capr/bootstrap/controller_test.go#L125:5: compares: use a.Equal
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/capr/bootstrap/controller_test.go#L126:5: compares: use a.Equal
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/capr/machineprovision/controller_test.go#L161:4: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/capr/managesystemagent/managesystemagentplan_test.go#L119:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/dashboard/chart/chart_test.go#L90:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/dashboard/chart/chart_test.go#L185:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/dashboard/helm/repo_oci_test.go#L358:5: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/dashboard/helm/repo_oci_test.go#L38:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/dashboard/helm/repo_oci_test.go#L41:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/dashboard/hostedcluster/controller_test.go#L184:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/dashboardapi/feature/feature_handler_test.go#L23:2: bool-compare: use assert.False
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/dashboardapi/feature/feature_handler_test.go#L26:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/dashboardapi/feature/feature_handler_test.go#L27:2: bool-compare: use assert.False
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/dashboardapi/feature/feature_handler_test.go#L31:2: bool-compare: use assert.False
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/dashboardapi/feature/feature_handler_test.go#L41:2: bool-compare: use assert.True
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/dashboardapi/feature/feature_handler_test.go#L44:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/dashboardapi/feature/feature_handler_test.go#L45:2: bool-compare: use assert.True
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/dashboardapi/feature/feature_handler_test.go#L48:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/dashboardapi/feature/feature_handler_test.go#L49:2: bool-compare: use assert.False
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/dashboardapi/feature/feature_handler_test.go#L30:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/dashboardapi/settings/settings_test.go#L90:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/dashboardapi/settings/settings_test.go#L94:3: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/dashboardapi/settings/settings_test.go#L103:3: compares: use assert.Equal
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/dashboardapi/settings/settings_test.go#L148:2: error-nil: use assert.Errorf
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/dashboardapi/settings/settings_test.go#L166:2: error-nil: use assert.Errorf
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/dashboardapi/settings/settings_test.go#L198:2: error-nil: use assert.NoErrorf
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/dashboardapi/settings/settings_test.go#L178:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/manager_test.go#L84:5: formatter: remove unnecessary fmt.Sprintf
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/manager_test.go#L241:5: empty: use require.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/manager_test.go#L267:5: empty: use require.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/manager_test.go#L324:5: empty: use require.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/manager_test.go#L325:5: empty: use require.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/manager_test.go#L491:5: empty: use require.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/manager_test.go#L643:5: empty: use require.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/role_template_lifecycle_test.go#L74:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/role_template_lifecycle_test.go#L75:2: len: use assert.Len
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/role_template_lifecycle_test.go#L135:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/role_template_lifecycle_test.go#L136:2: len: use assert.Len
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/token_test.go#L76:4: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/token_test.go#L77:4: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/token_test.go#L128:2: error-nil: use assert.Errorf
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/token_test.go#L176:2: error-nil: use assert.Errorf
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/token_test.go#L213:2: error-nil: use assert.Errorf
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/token_test.go#L250:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/enqueue_test.go#L45:2: empty: use require.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/enqueue_test.go#L50:2: empty: use require.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/fleetworkspace_binding_handler_test.go#L197:4: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/fleetworkspace_role_handler_test.go#L224:4: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/globalrole_handler_test.go#L450:5: empty: use require.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/globalrole_handler_test.go#L817:5: empty: use require.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/globalrole_handler_test.go#L980:5: empty: use require.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/globalrole_handler_test.go#L1329:5: empty: use require.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/globalrolebinding_handler_test.go#L197:5: empty: use require.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/globalrolebinding_handler_test.go#L223:5: bool-compare: use require.True
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/globalrolebinding_handler_test.go#L271:5: empty: use require.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/globalrolebinding_handler_test.go#L273:5: empty: use require.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/globalrolebinding_handler_test.go#L290:5: bool-compare: use require.True
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/globalrolebinding_handler_test.go#L342:5: empty: use require.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/globalrolebinding_handler_test.go#L368:5: bool-compare: use require.True
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/globalrolebinding_handler_test.go#L410:5: empty: use require.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/globalrolebinding_handler_test.go#L412:5: empty: use require.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/globalrolebinding_handler_test.go#L426:5: bool-compare: use require.True
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/globalrolebinding_handler_test.go#L478:5: empty: use require.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/globalrolebinding_handler_test.go#L504:5: bool-compare: use require.True
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/globalrolebinding_handler_test.go#L622:2: empty: use require.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/globalrolebinding_handler_test.go#L636:2: empty: use require.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/globalrolebinding_handler_test.go#L682:5: empty: use require.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/globalrolebinding_handler_test.go#L683:5: empty: use require.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/globalrolebinding_handler_test.go#L714:5: empty: use require.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/globalrolebinding_handler_test.go#L715:5: empty: use require.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/globalrolebinding_handler_test.go#L747:5: empty: use require.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/globalrolebinding_handler_test.go#L1030:5: empty: use require.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/globalrolebinding_handler_test.go#L1031:5: empty: use require.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/globalrolebinding_handler_test.go#L1085:5: empty: use require.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/globalrolebinding_handler_test.go#L1133:5: empty: use require.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/globalrolebinding_handler_test.go#L1238:5: empty: use require.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/globalrolebinding_handler_test.go#L1239:5: empty: use require.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/globalrolebinding_handler_test.go#L1480:5: empty: use require.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/enqueue_test.go#L1073:5: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/enqueue_test.go#L1075:5: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/enqueue_test.go#L990:5: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/enqueue_test.go#L992:5: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/auth/globalroles/enqueue_test.go#L1150:5: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/cluster/clustercontroller_test.go#L50:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/cluster/clustercontroller_test.go#L74:3: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/cluster/clustercontroller_test.go#L110:3: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/node/controller_test.go#L24:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/node/controller_test.go#L41:3: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/node/controller_test.go#L53:4: error-nil: use require.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/node/controller_test.go#L57:4: error-nil: use require.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/restrictedadminrbac/cluster_test.go#L63:6: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/restrictedadminrbac/cluster_test.go#L66:6: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/restrictedadminrbac/cluster_test.go#L68:6: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/restrictedadminrbac/cluster_test.go#L69:6: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/restrictedadminrbac/cluster_test.go#L70:6: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/restrictedadminrbac/cluster_test.go#L87:6: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/restrictedadminrbac/cluster_test.go#L90:6: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/restrictedadminrbac/cluster_test.go#L91:6: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/restrictedadminrbac/cluster_test.go#L92:6: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/restrictedadminrbac/cluster_test.go#L93:6: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/restrictedadminrbac/fleet_test.go#L82:7: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/restrictedadminrbac/fleet_test.go#L109:7: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/restrictedadminrbac/fleet_test.go#L136:7: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/restrictedadminrbac/fleet_test.go#L163:7: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/restrictedadminrbac/fleet_test.go#L190:7: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/secretmigrator/clusters_test.go#L222:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/secretmigrator/clusters_test.go#L224:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/secretmigrator/clusters_test.go#L235:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/secretmigrator/clusters_test.go#L307:4: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/secretmigrator/clusters_test.go#L317:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/secretmigrator/clusters_test.go#L363:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/secretmigrator/clusters_test.go#L365:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/secretmigrator/clusters_test.go#L366:2: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/secretmigrator/clusters_test.go#L369:2: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/secretmigrator/clusters_test.go#L371:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/secretmigrator/clusters_test.go#L378:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/secretmigrator/clusters_test.go#L444:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/secretmigrator/clusters_test.go#L446:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/secretmigrator/clusters_test.go#L451:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/secretmigrator/clusters_test.go#L532:4: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/secretmigrator/clusters_test.go#L535:4: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/secretmigrator/clusters_test.go#L568:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/secretmigrator/clusters_test.go#L570:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/secretmigrator/clusters_test.go#L575:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/secretmigrator/clusters_test.go#L637:4: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/secretmigrator/clusters_test.go#L640:4: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/secretmigrator/clusters_test.go#L658:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/secretmigrator/clusters_test.go#L660:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/secretmigrator/clusters_test.go#L669:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/secretmigrator/authconfig_test.go#L476:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/secretmigrator/authconfig_test.go#L351:6: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/secretmigrator/authconfig_test.go#L357:6: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/secretmigrator/authconfig_test.go#L364:5: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/management/secretmigrator/authconfig_test.go#L378:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/managementapi/usercontrollers/usercontroller_test.go#L258:4: len: use assert.Len
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/managementuser/certsexpiration/certsexpiration_test.go#L242:4: bool-compare: use assert.True
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/managementuser/clusterauthtoken/common/crypto_test.go#L13:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/managementuser/clusterauthtoken/common/crypto_test.go#L16:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/managementuser/clusterauthtoken/common/crypto_test.go#L17:2: error-nil: use assert.Error
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/managementuser/clusterauthtoken/common/crypto_test.go#L23:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/managementuser/clusterauthtoken/common/crypto_test.go#L26:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/managementuser/clusterauthtoken/common/crypto_test.go#L27:2: error-nil: use assert.Error
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/managementuser/clusterauthtoken/common/user_test.go#L29:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/managementuser/clusterauthtoken/common/user_test.go#L30:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/managementuser/clusterauthtoken/common/user_test.go#L39:2: error-nil: use assert.Error
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/managementuser/clusterauthtoken/common/user_test.go#L49:2: error-nil: use assert.Error
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/managementuser/clusterauthtoken/common/user_test.go#L59:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/managementuser/clusterauthtoken/common/user_test.go#L69:2: error-nil: use assert.Error
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/managementuser/clusterauthtoken/common/user_test.go#L27:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/managementuser/clusterauthtoken/common/user_test.go#L37:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/managementuser/clusterauthtoken/common/user_test.go#L46:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/managementuser/clusterauthtoken/common/user_test.go#L56:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/managementuser/clusterauthtoken/common/user_test.go#L66:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/managementuser/rbac/handler_base_test.go#L246:5: formatter: remove unnecessary fmt.Sprintf
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/managementuser/rbac/handler_base_test.go#L438:4: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/managementuser/rbac/prtb_handler_test.go#L271:3: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/managementuser/rbac/prtb_handler_test.go#L272:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/managementuser/rbac/handler_base_test.go#L340:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/managementuser/rbac/namespace_handler_test.go#L238:5: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/managementuser/rbac/project_handler_test.go#L120:5: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/managementuser/rbac/namespace_handler_test.go#L367:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/managementuser/rbac/handler_base_test.go#L437:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/managementuser/rbac/prtb_handler_test.go#L588:5: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/managementuser/rbac/prtb_handler_test.go#L590:5: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/managementuser/rbac/reconcile_roletemplate_test.go#L266:5: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/managementuser/rbac/reconcile_roletemplate_test.go#L269:5: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/managementuser/windows/node_test.go#L70:3: error-nil: use assert.NoErrorf
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/managementuserlegacy/helm/common/extra_args_test.go#L15:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/nodedriver/nodedriver_test.go#L41:5: error-nil: use assert.Error
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/provisioningv2/cluster/controller_test.go#L67:4: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/provisioningv2/cluster/controller_test.go#L123:4: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/provisioningv2/fleetcluster/fleetcluster_test.go#L183:4: error-nil: use require.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/provisioningv2/fleetcluster/fleetcluster_test.go#L186:4: len: use require.Len
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/provisioningv2/provisioningcluster/controller_test.go#L450:5: error-nil: use assert.Error
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/provisioningv2/provisioningcluster/controller_test.go#L453:5: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/provisioningv2/provisioningcluster/template_test.go#L92:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/crds/crds_test.go#L111:2: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/data/management/catalog_data_test.go#L52:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/data/management/catalog_data_test.go#L58:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/data/management/catalog_data_test.go#L68:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/data/management/catalog_data_test.go#L74:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/data/management/catalog_data_test.go#L90:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/data/management/catalog_data_test.go#L96:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/data/management/catalog_data_test.go#L106:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/data/management/catalog_data_test.go#L112:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/data/management/catalog_data_test.go#L122:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/data/management/catalog_data_test.go#L128:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/data/management/catalog_data_test.go#L138:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/data/management/catalog_data_test.go#L144:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/data/management/catalog_data_test.go#L160:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/data/management/catalog_data_test.go#L166:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/data/management/catalog_data_test.go#L176:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/data/management/catalog_data_test.go#L182:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/data/management/catalog_data_test.go#L192:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/data/management/catalog_data_test.go#L198:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/data/management/catalog_data_test.go#L208:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/data/management/catalog_data_test.go#L214:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/data/management/catalog_data_test.go#L215:2: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/data/management/catalog_data_test.go#L216:2: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/features/feature_test.go#L32:3: error-nil: use assert.Error
https://github.com/rancher/rancher/blob/release/v2.9/pkg/fleet/fleet_test.go#L104:5: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/fleet/fleet_test.go#L106:5: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/git/git_test.go#L119:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/git/git_test.go#L122:5: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/git/git_test.go#L124:5: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/git/git_test.go#L167:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/git/git_test.go#L55:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/git/git_test.go#L222:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/httpproxy/proxy_test.go#L22:2: empty: use assert.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/httpproxy/proxy_test.go#L36:2: empty: use assert.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/httpproxy/proxy_test.go#L51:2: empty: use assert.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/httpproxy/proxy_test.go#L63:2: len: use assert.Len
https://github.com/rancher/rancher/blob/release/v2.9/pkg/httpproxy/proxy_test.go#L64:2: empty: use assert.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/httpproxy/proxy_test.go#L77:2: len: use assert.Len
https://github.com/rancher/rancher/blob/release/v2.9/pkg/httpproxy/proxy_test.go#L78:2: empty: use assert.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/httpproxy/proxy_test.go#L91:2: len: use assert.Len
https://github.com/rancher/rancher/blob/release/v2.9/pkg/httpproxy/proxy_test.go#L92:2: empty: use assert.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/httpproxy/proxy_test.go#L105:2: len: use assert.Len
https://github.com/rancher/rancher/blob/release/v2.9/pkg/httpproxy/proxy_test.go#L106:2: empty: use assert.Empty
https://github.com/rancher/rancher/blob/release/v2.9/pkg/httpproxy/proxy_test.go#L118:2: bool-compare: use assert.False
https://github.com/rancher/rancher/blob/release/v2.9/pkg/httpproxy/proxy_test.go#L119:2: bool-compare: use assert.False
https://github.com/rancher/rancher/blob/release/v2.9/pkg/httpproxy/proxy_test.go#L120:2: bool-compare: use assert.False
https://github.com/rancher/rancher/blob/release/v2.9/pkg/httpproxy/proxy_test.go#L121:2: bool-compare: use assert.True
https://github.com/rancher/rancher/blob/release/v2.9/pkg/httpproxy/proxy_test.go#L129:2: bool-compare: use assert.True
https://github.com/rancher/rancher/blob/release/v2.9/pkg/httpproxy/proxy_test.go#L130:2: bool-compare: use assert.False
https://github.com/rancher/rancher/blob/release/v2.9/pkg/httpproxy/proxy_test.go#L138:2: bool-compare: use assert.False
https://github.com/rancher/rancher/blob/release/v2.9/pkg/httpproxy/proxy_test.go#L139:2: bool-compare: use assert.True
https://github.com/rancher/rancher/blob/release/v2.9/pkg/httpproxy/proxy_test.go#L140:2: bool-compare: use assert.False
https://github.com/rancher/rancher/blob/release/v2.9/pkg/httpproxy/proxy_test.go#L217:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/rancher/rancher/blob/release/v2.9/pkg/image/system_test.go#L73:3: error-nil: use assert.NoErrorf
https://github.com/rancher/rancher/blob/release/v2.9/pkg/image/extensions_test.go#L34:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/image/extensions_test.go#L40:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/image/extensions_test.go#L136:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/image/charts_test.go#L188:5: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/image/extensions_test.go#L100:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/image/extensions_test.go#L52:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/image/resolve_test.go#L246:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/image/external/external_test.go#L120:5: bool-compare: use a.True
https://github.com/rancher/rancher/blob/release/v2.9/pkg/impersonation/impersonation_test.go#L197:4: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/ingresswrapper/ingresswrapper_test.go#L264:5: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/ingresswrapper/ingresswrapper_test.go#L484:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/ingresswrapper/ingresswrapper_test.go#L486:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/ingresswrapper/ingresswrapper_test.go#L488:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/jailer/jailer_test.go#L43:3: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/kontainer-engine/drivers/aks/aks_driver_test.go#L17:2: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/pkg/kontainer-engine/drivers/aks/aks_driver_test.go#L16:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/kontainer-engine/service/service_test.go#L122:4: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/rkenodeconfigclient/certificates_test.go#L158:2: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/rkenodeconfigclient/certificates_test.go#L163:4: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/rkenodeconfigserver/nodeserver_test.go#L70:2: len: use assert.Len
https://github.com/rancher/rancher/blob/release/v2.9/pkg/serviceaccounttoken/secret_test.go#L334:5: error-nil: use require.Error
https://github.com/rancher/rancher/blob/release/v2.9/pkg/serviceaccounttoken/secret_test.go#L336:5: error-nil: use require.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/serviceaccounttoken/secret_test.go#L188:4: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/settings/setting_test.go#L53:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/rancher/rancher/blob/release/v2.9/pkg/settings/setting_test.go#L146:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/rancher/rancher/blob/release/v2.9/pkg/settings/setting_test.go#L157:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/settings/setting_test.go#L161:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/settings/setting_test.go#L165:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/settings/setting_test.go#L169:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/settings/setting_test.go#L184:3: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/settings/setting_test.go#L20:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/settings/setting_test.go#L22:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/settings/setting_test.go#L29:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/pkg/systemtemplate/import_test.go#L188:4: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/pkg/systemtemplate/import_test.go#L211:6: formatter: remove unnecessary fmt.Sprintf
https://github.com/rancher/rancher/blob/release/v2.9/pkg/systemtemplate/import_test.go#L218:6: formatter: remove unnecessary fmt.Sprintf
https://github.com/rancher/rancher/blob/release/v2.9/pkg/systemtemplate/import_test.go#L225:6: formatter: remove unnecessary fmt.Sprintf
https://github.com/rancher/rancher/blob/release/v2.9/pkg/systemtemplate/import_test.go#L232:6: formatter: remove unnecessary fmt.Sprintf
https://github.com/rancher/rancher/blob/release/v2.9/pkg/systemtemplate/import_test.go#L239:6: formatter: remove unnecessary fmt.Sprintf
https://github.com/rancher/rancher/blob/release/v2.9/pkg/systemtemplate/import_test.go#L246:6: formatter: remove unnecessary fmt.Sprintf
https://github.com/rancher/rancher/blob/release/v2.9/pkg/systemtemplate/import_test.go#L253:6: formatter: remove unnecessary fmt.Sprintf
https://github.com/rancher/rancher/blob/release/v2.9/pkg/systemtemplate/import_test.go#L260:6: formatter: remove unnecessary fmt.Sprintf
https://github.com/rancher/rancher/blob/release/v2.9/pkg/version/version_test.go#L51:4: error-nil: use assert.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/controllers/feature/feature_test.go#L42:2: suite-dont-use-pkg: use s.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/controllers/feature/feature_test.go#L43:2: suite-dont-use-pkg: use s.NotNil
https://github.com/rancher/rancher/blob/release/v2.9/tests/controllers/feature/feature_test.go#L47:2: suite-dont-use-pkg: use s.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/controllers/feature/feature_test.go#L58:2: suite-dont-use-pkg: use s.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/controllers/feature/feature_test.go#L62:2: suite-dont-use-pkg: use s.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/controllers/feature/feature_test.go#L73:2: suite-dont-use-pkg: use s.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/controllers/feature/feature_test.go#L75:2: suite-dont-use-pkg: use s.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/controllers/feature/feature_test.go#L83:2: suite-dont-use-pkg: use s.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/controllers/feature/feature_test.go#L89:2: suite-dont-use-pkg: use s.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/controllers/feature/feature_test.go#L97:2: suite-dont-use-pkg: use s.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/controllers/feature/feature_test.go#L98:2: suite-dont-use-pkg: use s.NotNil
https://github.com/rancher/rancher/blob/release/v2.9/tests/controllers/feature/feature_test.go#L182:2: suite-dont-use-pkg: use s.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/controllers/feature/feature_test.go#L42:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/controllers/feature/feature_test.go#L47:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/controllers/feature/feature_test.go#L58:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/controllers/feature/feature_test.go#L62:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/controllers/feature/feature_test.go#L73:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/controllers/feature/feature_test.go#L75:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/controllers/feature/feature_test.go#L83:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/controllers/feature/feature_test.go#L89:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/controllers/feature/feature_test.go#L97:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/controllers/feature/feature_test.go#L108:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/controllers/feature/feature_test.go#L114:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/controllers/feature/feature_test.go#L133:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/controllers/feature/feature_test.go#L139:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/controllers/feature/feature_test.go#L143:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/controllers/feature/feature_test.go#L149:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L83:2: suite-dont-use-pkg: use c.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L87:2: suite-dont-use-pkg: use c.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L90:2: suite-dont-use-pkg: use c.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L92:2: suite-dont-use-pkg: use c.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L94:2: suite-dont-use-pkg: use c.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L358:2: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L362:2: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L377:2: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L381:2: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L397:3: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L411:2: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L424:2: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L447:2: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L451:3: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L461:2: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L464:2: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L468:2: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L471:2: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L474:2: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L477:2: len: use assert.Len
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L478:2: len: use assert.Len
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L479:2: suite-dont-use-pkg: use c.NotEmpty
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L485:3: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L488:3: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L493:3: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L505:2: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L506:2: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L508:2: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L512:2: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L515:2: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L518:2: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L520:2: len: use assert.Len
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L521:2: len: use assert.Len
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L522:2: len: use assert.Len
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L523:2: suite-dont-use-pkg: use c.NotEmpty
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L524:2: suite-dont-use-pkg: use c.NotEmpty
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L527:2: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L530:2: suite-dont-use-pkg: use c.Error
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L539:2: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L543:3: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L555:2: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L558:2: suite-dont-use-pkg: use c.True
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L561:2: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L564:2: suite-dont-use-pkg: use c.Error
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L571:2: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L575:2: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L581:2: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L593:2: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L597:2: suite-dont-use-pkg: use c.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L614:2: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L621:2: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L632:2: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L641:2: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L647:2: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L655:2: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L659:2: suite-dont-use-pkg: use c.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L662:2: suite-dont-use-pkg: use c.Error
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L672:2: suite-dont-use-pkg: use c.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L677:2: suite-dont-use-pkg: use c.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L680:2: suite-dont-use-pkg: use c.Equal
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L693:2: suite-dont-use-pkg: use c.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L696:2: suite-dont-use-pkg: use c.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L699:2: suite-dont-use-pkg: use c.Equal
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L700:2: suite-dont-use-pkg: use c.Greater
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L704:2: suite-dont-use-pkg: use c.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L707:2: suite-dont-use-pkg: use c.Require().Error
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L732:2: suite-dont-use-pkg: use c.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L740:2: suite-dont-use-pkg: use c.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/rancher_managed_charts_test.go#L63:2: suite-dont-use-pkg: use w.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/rancher_managed_charts_test.go#L67:2: suite-dont-use-pkg: use w.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/rancher_managed_charts_test.go#L70:2: suite-dont-use-pkg: use w.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/rancher_managed_charts_test.go#L73:2: suite-dont-use-pkg: use w.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/rancher_managed_charts_test.go#L76:2: suite-dont-use-pkg: use w.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/rancher_managed_charts_test.go#L80:2: suite-dont-use-pkg: use w.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/rancher_managed_charts_test.go#L82:2: suite-dont-use-pkg: use w.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/rancher_managed_charts_test.go#L139:2: suite-extra-assert-call: need to simplify the assertion to w.Equal
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/rancher_managed_charts_test.go#L168:2: suite-extra-assert-call: need to simplify the assertion to w.Greater
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/rancher_managed_charts_test.go#L184:2: suite-extra-assert-call: need to simplify the assertion to w.Equal
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/rancher_managed_charts_test.go#L238:2: suite-extra-assert-call: need to simplify the assertion to w.Equal
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/rancher_managed_charts_test.go#L488:2: suite-extra-assert-call: need to simplify the assertion to w.Greater
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/rancher_managed_charts_test.go#L493:2: suite-extra-assert-call: need to simplify the assertion to w.Equal
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/rancher_managed_charts_test.go#L498:2: suite-extra-assert-call: need to simplify the assertion to w.Equal
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/rancher_managed_charts_test.go#L503:2: suite-extra-assert-call: need to simplify the assertion to w.Equal
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/rancher_managed_charts_test.go#L507:2: negative-positive: use w.Assert().Positive
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/system_charts_version_test.go#L58:2: suite-dont-use-pkg: use w.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/system_charts_version_test.go#L61:2: suite-dont-use-pkg: use w.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/system_charts_version_test.go#L64:2: suite-dont-use-pkg: use w.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/system_charts_version_test.go#L66:2: suite-dont-use-pkg: use w.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/system_charts_version_test.go#L68:2: suite-dont-use-pkg: use w.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/system_charts_version_test.go#L71:2: suite-dont-use-pkg: use w.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/system_charts_version_test.go#L73:2: suite-dont-use-pkg: use w.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/system_charts_version_test.go#L74:2: suite-dont-use-pkg: use w.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/system_charts_version_test.go#L79:2: suite-dont-use-pkg: use w.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/system_charts_version_test.go#L80:2: suite-dont-use-pkg: use w.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/system_charts_version_test.go#L84:2: suite-dont-use-pkg: use w.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/system_charts_version_test.go#L87:2: suite-dont-use-pkg: use w.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/system_charts_version_test.go#L100:2: suite-dont-use-pkg: use w.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/system_charts_version_test.go#L121:2: suite-dont-use-pkg: use w.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/system_charts_version_test.go#L207:2: suite-extra-assert-call: need to simplify the assertion to w.Equal
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/ui_plugin_test.go#L60:2: suite-dont-use-pkg: use w.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/ui_plugin_test.go#L64:2: suite-dont-use-pkg: use w.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/ui_plugin_test.go#L67:2: suite-dont-use-pkg: use w.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/ui_plugin_test.go#L70:2: suite-dont-use-pkg: use w.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/ui_plugin_test.go#L72:2: suite-dont-use-pkg: use w.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/ui_plugin_test.go#L76:2: suite-dont-use-pkg: use w.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/ui_plugin_test.go#L158:2: len: use w.Require().Len
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/ui_plugin_test.go#L174:2: len: use w.Require().Len
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/ui_plugin_test.go#L192:2: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/ui_plugin_test.go#L208:2: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/ui_plugin_test.go#L219:2: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/ui_plugin_test.go#L229:2: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L411:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L447:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L461:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L464:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L468:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L471:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L474:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L485:3: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L488:3: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L505:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L508:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L512:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L515:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L518:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L527:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L539:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L555:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L561:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L377:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L381:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L164:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L173:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L194:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L207:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L358:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L362:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L397:3: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L571:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L575:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L581:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L593:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L614:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L621:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L632:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L641:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L647:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L655:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L659:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/catalogv2/cluster_repo_test.go#L424:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/projects/project_user_test.go#L38:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/projects/project_user_test.go#L48:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/projects/project_user_test.go#L63:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/projects/project_user_test.go#L73:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/projects/project_user_test.go#L76:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/projects/project_user_test.go#L79:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/projects/project_user_test.go#L82:2: suite-dont-use-pkg: use p.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/projects/project_user_test.go#L83:2: suite-dont-use-pkg: use p.Equal
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/projects/project_user_test.go#L91:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/projects/project_user_test.go#L94:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/projects/project_user_test.go#L97:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/projects/project_user_test.go#L100:2: suite-dont-use-pkg: use p.NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/projects/project_user_test.go#L101:2: suite-dont-use-pkg: use p.Equal
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/projects/resource_quota_test.go#L266:2: empty: use s.Require().Emptyf
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/projects/project_user_test.go#L100:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/projects/project_user_test.go#L82:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L47:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L57:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L72:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L82:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L86:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L89:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L95:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L98:2: suite-dont-use-pkg: use p.Require().Error
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L113:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L121:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L131:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L134:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L137:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L149:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L152:2: suite-dont-use-pkg: use p.Require().Error
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L162:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L165:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L168:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L171:2: suite-dont-use-pkg: use p.Require().Error
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L184:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L200:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L203:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L211:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L218:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L221:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L224:2: suite-dont-use-pkg: use p.Require().Error
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L239:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L247:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L250:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L259:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L262:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L265:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L277:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L280:2: suite-dont-use-pkg: use p.Require().Error
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L289:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L292:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L295:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L298:2: suite-dont-use-pkg: use p.Require().Error
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L311:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L325:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/rtbs/rtbs_test.go#L328:2: suite-dont-use-pkg: use p.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L263:2: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L272:2: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L275:2: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L283:3: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L288:2: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L292:2: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L301:3: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L316:3: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L319:3: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L328:3: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L336:3: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L366:4: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L381:3: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L391:3: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L405:3: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L412:5: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L415:5: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L429:5: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L433:3: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L2355:4: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L2357:3: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L2364:4: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L2367:4: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L2374:4: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L2416:4: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L2434:5: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L2436:5: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L2439:5: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L2557:2: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L2570:3: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L2574:3: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L2575:3: suite-dont-use-pkg: use s.Contains
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L2581:3: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L2585:3: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L2586:3: suite-dont-use-pkg: use s.Contains
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L2590:3: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L2594:3: suite-dont-use-pkg: use s.Require().Error
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L2595:3: suite-dont-use-pkg: use s.Nil
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L2609:3: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L2613:3: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L2614:3: suite-dont-use-pkg: use s.Contains
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L2620:3: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L2624:3: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L2625:3: suite-dont-use-pkg: use s.Contains
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L2629:3: suite-dont-use-pkg: use s.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L2633:3: suite-dont-use-pkg: use s.Require().Error
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L2634:3: suite-dont-use-pkg: use s.Nil
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L2638:2: suite-dont-use-pkg: use s.Equal
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L2641:4: suite-dont-use-pkg: use s.Equal
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L2644:4: suite-dont-use-pkg: use s.Equal
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L2650:2: suite-dont-use-pkg: use s.GreaterOrEqual
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L2664:2: suite-dont-use-pkg: use s.True
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/integration/steveapi/steve_api_test.go#L2680:2: suite-dont-use-pkg: use s.False
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/auth/openldap_test.go#L32:2: suite-dont-use-pkg: use o.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/auth/openldap_test.go#L42:2: suite-dont-use-pkg: use o.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/auth/openldap_test.go#L45:2: suite-dont-use-pkg: use o.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/auth/openldap_test.go#L48:2: suite-dont-use-pkg: use o.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/auth/openldap_test.go#L51:2: suite-dont-use-pkg: use o.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/auth/openldap_test.go#L53:2: suite-dont-use-pkg: use o.Truef
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/auth/openldap_test.go#L55:2: suite-dont-use-pkg: use o.Equalf
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/auth/openldap_test.go#L58:2: suite-dont-use-pkg: use o.NoErrorf
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/auth/openldap_test.go#L62:2: suite-dont-use-pkg: use o.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/auth/openldap_test.go#L64:2: suite-dont-use-pkg: use o.Equal
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/auth/openldap_test.go#L72:2: suite-dont-use-pkg: use o.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/auth/openldap_test.go#L75:2: suite-dont-use-pkg: use o.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/auth/openldap_test.go#L78:2: suite-dont-use-pkg: use o.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/auth/openldap_test.go#L81:2: suite-dont-use-pkg: use o.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/auth/openldap_test.go#L83:2: suite-dont-use-pkg: use o.Falsef
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/auth/openldap_test.go#L85:2: suite-dont-use-pkg: use o.Equalf
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/auth/openldap_test.go#L88:2: suite-dont-use-pkg: use o.Errorf
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/auth/openldap_test.go#L89:2: suite-dont-use-pkg: use o.Containsf
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/auth/openldap_test.go#L58:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/auth/openldap_test.go#L88:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/rbac/clusterandprojectroles/restrictedadmin_role_test.go#L37:2: suite-dont-use-pkg: use ra.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/rbac/clusterandprojectroles/restrictedadmin_role_test.go#L43:2: suite-dont-use-pkg: use ra.Require().NotEmptyf
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/rbac/clusterandprojectroles/restrictedadmin_role_test.go#L45:2: suite-dont-use-pkg: use ra.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/rbac/clusterandprojectroles/restrictedadmin_role_test.go#L47:2: suite-dont-use-pkg: use ra.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/rbac/clusterandprojectroles/restrictedadmin_role_test.go#L55:2: suite-dont-use-pkg: use ra.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/rbac/clusterandprojectroles/restrictedadmin_role_test.go#L67:2: suite-dont-use-pkg: use ra.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/rbac/clusterandprojectroles/restrictedadmin_role_test.go#L72:2: suite-dont-use-pkg: use ra.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/rbac/clusterandprojectroles/restrictedadmin_role_test.go#L82:2: suite-dont-use-pkg: use ra.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/rbac/clusterandprojectroles/restrictedadmin_role_test.go#L88:2: suite-dont-use-pkg: use ra.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/rbac/clusterandprojectroles/restrictedadmin_role_test.go#L92:2: suite-dont-use-pkg: use ra.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/rbac/clusterandprojectroles/restrictedadmin_role_test.go#L95:2: suite-dont-use-pkg: use ra.Equal
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/rbac/clusterandprojectroles/restrictedadmin_role_test.go#L96:2: suite-dont-use-pkg: use ra.Equal
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/rbac/clusterandprojectroles/restrictedadmin_role_test.go#L103:2: suite-dont-use-pkg: use ra.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/rbac/clusterandprojectroles/restrictedadmin_role_test.go#L109:2: suite-dont-use-pkg: use ra.Require().NoError
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/rbac/clusterandprojectroles/restrictedadmin_role_test.go#L112:2: suite-dont-use-pkg: use ra.Require().Error
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2/validation/rbac/clusterandprojectroles/restrictedadmin_role_test.go#L113:2: suite-dont-use-pkg: use ra.Contains
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2prov/tests/custom/custom_test.go#L64:2: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2prov/tests/custom/custom_test.go#L65:2: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2prov/tests/custom/custom_test.go#L66:2: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2prov/tests/custom/custom_test.go#L78:2: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2prov/tests/custom/custom_test.go#L140:3: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2prov/tests/custom/custom_test.go#L141:3: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2prov/tests/custom/custom_test.go#L142:3: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2prov/tests/custom/custom_test.go#L153:3: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2prov/tests/custom/custom_test.go#L232:2: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2prov/tests/custom/custom_test.go#L233:2: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2prov/tests/custom/custom_test.go#L234:2: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2prov/tests/custom/custom_test.go#L293:3: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2prov/tests/custom/custom_test.go#L294:3: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2prov/tests/custom/custom_test.go#L295:3: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2prov/tests/custom/custom_test.go#L306:3: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2prov/tests/custom/custom_test.go#L317:4: len: use assert.Len
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2prov/tests/custom/custom_test.go#L318:4: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2prov/tests/custom/custom_test.go#L319:4: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2prov/tests/custom/custom_test.go#L146:3: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2prov/tests/custom/custom_test.go#L71:2: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2prov/tests/custom/custom_test.go#L299:3: require-error: for error assertions use require
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2prov/tests/fleet/cluster_bootstrap_test.go#L38:3: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2prov/tests/fleet/cluster_bootstrap_test.go#L39:3: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2prov/tests/fleet/cluster_bootstrap_test.go#L47:3: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2prov/tests/general/general_test.go#L25:2: compares: use assert.Equal
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2prov/tests/general/general_test.go#L41:2: compares: use assert.Equal
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2prov/tests/general/general_test.go#L57:2: compares: use assert.Equal
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2prov/tests/machineprovisioning/machine_test.go#L69:2: len: use assert.Len
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2prov/tests/machineprovisioning/machine_test.go#L161:3: expected-actual: need to reverse actual and expected values
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2prov/tests/machineprovisioning/machine_test.go#L525:2: len: use assert.Len
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2prov/tests/machineprovisioning/machine_test.go#L640:2: len: use assert.Len
https://github.com/rancher/rancher/blob/release/v2.9/tests/v2prov/tests/machineprovisioning/machine_test.go#L644:2: expected-actual: need to reverse actual and expected values

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

github-actions[bot] commented 1 week ago

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

https://github.com/dgraph-io/badger/blob/main/backup_test.go#L112:3: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/badger/blob/main/backup_test.go#L351:2: compares: use require.Equal
https://github.com/dgraph-io/badger/blob/main/backup_test.go#L352:2: negative-positive: use require.Positive
https://github.com/dgraph-io/badger/blob/main/backup_test.go#L461:2: compares: use require.Equal
https://github.com/dgraph-io/badger/blob/main/backup_test.go#L462:2: negative-positive: use require.Positive
https://github.com/dgraph-io/badger/blob/main/batch_test.go#L145:4: error-is-as: invalid usage of require.Error, use require.ErrorIs instead
https://github.com/dgraph-io/badger/blob/main/batch_test.go#L152:4: error-is-as: invalid usage of require.Error, use require.ErrorIs instead
https://github.com/dgraph-io/badger/blob/main/db2_test.go#L93:4: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/db2_test.go#L108:4: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/db2_test.go#L173:4: negative-positive: use require.Positive
https://github.com/dgraph-io/badger/blob/main/db2_test.go#L199:4: negative-positive: use require.Positive
https://github.com/dgraph-io/badger/blob/main/db_test.go#L405:2: empty: use require.Empty
https://github.com/dgraph-io/badger/blob/main/db_test.go#L951:5: empty: use require.Empty
https://github.com/dgraph-io/badger/blob/main/db_test.go#L1902:5: bool-compare: use require.True
https://github.com/dgraph-io/badger/blob/main/db_test.go#L2171:2: compares: use require.Equal
https://github.com/dgraph-io/badger/blob/main/db_test.go#L2399:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/iterator_test.go#L100:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/iterator_test.go#L109:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/iterator_test.go#L117:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/key_registry_test.go#L52:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/key_registry_test.go#L58:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/key_registry_test.go#L87:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/key_registry_test.go#L156:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/levels_test.go#L986:5: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/levels_test.go#L996:5: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/levels_test.go#L1006:5: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/levels_test.go#L1016:5: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/levels_test.go#L1029:5: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/levels_test.go#L1039:5: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/levels_test.go#L1049:5: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/levels_test.go#L1237:3: bool-compare: use require.True
https://github.com/dgraph-io/badger/blob/main/levels_test.go#L1239:3: bool-compare: use require.False
https://github.com/dgraph-io/badger/blob/main/levels_test.go#L1244:3: bool-compare: use require.True
https://github.com/dgraph-io/badger/blob/main/managed_db_test.go#L367:2: compares: use require.Greater
https://github.com/dgraph-io/badger/blob/main/managed_db_test.go#L374:2: compares: use require.Less
https://github.com/dgraph-io/badger/blob/main/managed_db_test.go#L588:2: compares: use require.Greater
https://github.com/dgraph-io/badger/blob/main/managed_db_test.go#L597:2: compares: use require.Less
https://github.com/dgraph-io/badger/blob/main/managed_db_test.go#L635:5: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/badger/blob/main/managed_db_test.go#L681:5: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/badger/blob/main/managed_db_test.go#L800:4: compares: use require.Greater
https://github.com/dgraph-io/badger/blob/main/manifest_test.go#L179:2: bool-compare: use require.True
https://github.com/dgraph-io/badger/blob/main/manifest_test.go#L194:2: bool-compare: use require.True
https://github.com/dgraph-io/badger/blob/main/manifest_test.go#L203:2: bool-compare: use require.True
https://github.com/dgraph-io/badger/blob/main/merge_test.go#L149:3: error-nil: use require.NoError
https://github.com/dgraph-io/badger/blob/main/merge_test.go#L154:3: error-nil: use require.NoError
https://github.com/dgraph-io/badger/blob/main/metrics_test.go#L74:3: nil-compare: use require.Nil
https://github.com/dgraph-io/badger/blob/main/publisher_test.go#L57:4: error-is-as: invalid usage of require.Error, use require.ErrorIs instead
https://github.com/dgraph-io/badger/blob/main/publisher_test.go#L152:7: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/badger/blob/main/publisher_test.go#L154:7: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/badger/blob/main/stream_test.go#L98:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/stream_test.go#L107:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/stream_test.go#L117:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/stream_test.go#L126:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/stream_test.go#L139:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/stream_test.go#L148:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/stream_test.go#L158:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/stream_test.go#L167:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/stream_test.go#L204:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/stream_test.go#L213:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/stream_test.go#L259:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/stream_test.go#L268:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/stream_test.go#L325:2: empty: use require.Empty
https://github.com/dgraph-io/badger/blob/main/stream_writer_test.go#L71:5: error-nil: use require.NoError
https://github.com/dgraph-io/badger/blob/main/stream_writer_test.go#L81:5: compares: use require.Equal
https://github.com/dgraph-io/badger/blob/main/stream_writer_test.go#L147:4: error-nil: use require.NoError
https://github.com/dgraph-io/badger/blob/main/stream_writer_test.go#L233:5: compares: use require.Equal
https://github.com/dgraph-io/badger/blob/main/stream_writer_test.go#L237:4: error-nil: use require.NoError
https://github.com/dgraph-io/badger/blob/main/stream_writer_test.go#L360:3: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/txn_test.go#L134:5: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/badger/blob/main/txn_test.go#L668:6: negative-positive: use require.Positive
https://github.com/dgraph-io/badger/blob/main/txn_test.go#L724:6: negative-positive: use require.Positive
https://github.com/dgraph-io/badger/blob/main/txn_test.go#L901:6: error-is-as: invalid usage of require.Error, use require.ErrorIs instead
https://github.com/dgraph-io/badger/blob/main/txn_test.go#L927:6: error-is-as: invalid usage of require.Error, use require.ErrorIs instead
https://github.com/dgraph-io/badger/blob/main/value_test.go#L75:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/badger/blob/main/value_test.go#L90:2: compares: use require.GreaterOrEqual
https://github.com/dgraph-io/badger/blob/main/value_test.go#L254:4: compares: use require.Equal
https://github.com/dgraph-io/badger/blob/main/value_test.go#L331:4: compares: use require.Equal
https://github.com/dgraph-io/badger/blob/main/value_test.go#L533:2: compares: use require.Greater
https://github.com/dgraph-io/badger/blob/main/value_test.go#L662:2: compares: use require.GreaterOrEqual
https://github.com/dgraph-io/badger/blob/main/value_test.go#L818:2: empty: use require.Empty
https://github.com/dgraph-io/badger/blob/main/value_test.go#L832:3: negative-positive: use require.Positive
https://github.com/dgraph-io/badger/blob/main/value_test.go#L879:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/value_test.go#L1053:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/value_test.go#L1243:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/value_test.go#L1282:2: empty: use require.NotEmpty
https://github.com/dgraph-io/badger/blob/main/db2_test.go#L797:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/db2_test.go#L806:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/db2_test.go#L816:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/db_test.go#L222:6: go-require: txnSet contains assertions that must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/db_test.go#L1231:5: go-require: txnSet contains assertions that must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/db_test.go#L1242:5: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/db_test.go#L1518:3: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/db_test.go#L1885:7: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/db_test.go#L1891:7: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/db_test.go#L2046:6: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/db_test.go#L2661:6: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/levels_test.go#L784:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/levels_test.go#L785:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/levels_test.go#L850:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/levels_test.go#L851:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/managed_db_test.go#L250:3: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/managed_db_test.go#L338:5: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/managed_db_test.go#L495:3: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/managed_db_test.go#L496:3: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/managed_db_test.go#L497:3: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/managed_db_test.go#L559:5: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/manifest_test.go#L284:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/publisher_test.go#L57:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/publisher_test.go#L66:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/publisher_test.go#L77:5: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/publisher_test.go#L120:5: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/publisher_test.go#L152:7: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/publisher_test.go#L154:7: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/publisher_test.go#L163:5: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/txn_test.go#L70:5: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/txn_test.go#L73:6: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/txn_test.go#L75:6: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/txn_test.go#L76:6: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/txn_test.go#L79:5: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/txn_test.go#L127:6: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/txn_test.go#L129:6: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/txn_test.go#L131:6: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/txn_test.go#L134:5: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/txn_test.go#L147:6: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/txn_test.go#L151:6: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/badger/cmd/rotate_test.go#L130:2: error-nil: use require.NoError
https://github.com/dgraph-io/badger/blob/main/skl/skl_test.go#L58:2: compares: use require.Equal
https://github.com/dgraph-io/badger/blob/main/skl/skl_test.go#L103:2: compares: use require.Equal
https://github.com/dgraph-io/badger/blob/main/skl/skl_test.go#L106:2: compares: use require.NotEqual
https://github.com/dgraph-io/badger/blob/main/skl/skl_test.go#L111:2: compares: use require.Equal
https://github.com/dgraph-io/badger/blob/main/skl/skl_test.go#L114:2: compares: use require.NotEqual
https://github.com/dgraph-io/badger/blob/main/skl/skl_test.go#L120:2: compares: use require.NotEqual
https://github.com/dgraph-io/badger/blob/main/skl/skl_test.go#L154:4: compares: use require.NotEqual
https://github.com/dgraph-io/badger/blob/main/skl/skl_test.go#L228:2: negative-positive: use require.Positive
https://github.com/dgraph-io/badger/blob/main/skl/skl_test.go#L154:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/skl/skl_test.go#L155:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/skl/skl_test.go#L188:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/skl/skl_test.go#L189:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/skl/skl_test.go#L223:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/skl/skl_test.go#L224:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/table/builder_test.go#L123:5: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/badger/blob/main/table/table_test.go#L500:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/table/table_test.go#L548:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/table/table_test.go#L695:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/table/table_test.go#L889:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/badger/blob/main/trie/trie_test.go#L41:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/trie/trie_test.go#L45:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/trie/trie_test.go#L49:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/trie/trie_test.go#L86:2: bool-compare: use require.True
https://github.com/dgraph-io/badger/blob/main/y/y_test.go#L100:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/y/y_test.go#L111:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/y/y_test.go#L128:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/y/y_test.go#L132:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/badger/blob/main/y/y_test.go#L140:2: compares: use require.Equal
https://github.com/dgraph-io/badger/blob/main/y/y_test.go#L148:2: compares: use require.Equal
https://github.com/dgraph-io/badger/blob/main/y/y_test.go#L156:2: compares: use require.Equal
https://github.com/dgraph-io/badger/blob/main/y/y_test.go#L176:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/y/y_test.go#L180:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/badger/blob/main/y/y_test.go#L190:2: compares: use require.Equal
https://github.com/dgraph-io/badger/blob/main/y/y_test.go#L205:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/y/y_test.go#L229:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/badger/blob/main/y/y_test.go#L234:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/badger/blob/main/y/y_test.go#L246:2: len: use require.Len
https://github.com/dgraph-io/badger/blob/main/y/y_test.go#L259:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/badger/blob/main/y/y_test.go#L268:2: len: use require.Len

Report issue: https://github.com/dgraph-io/badger/issues

github-actions[bot] commented 1 week ago

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

https://github.com/json-iterator/go/blob/master/stream_test.go#L14:2: len: use should.Len
https://github.com/json-iterator/go/blob/master/stream_test.go#L17:2: len: use should.Len
https://github.com/json-iterator/go/blob/master/stream_test.go#L27:2: len: use should.Len
https://github.com/json-iterator/go/blob/master/stream_test.go#L30:2: len: use should.Len
https://github.com/json-iterator/go/blob/master/stream_test.go#L44:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/stream_test.go#L52:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_array_test.go#L17:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_array_test.go#L24:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_array_test.go#L25:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_array_test.go#L71:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_array_test.go#L72:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_array_test.go#L73:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_array_test.go#L74:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_array_test.go#L114:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_array_test.go#L116:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_bool_test.go#L57:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_bool_test.go#L64:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_float_test.go#L72:3: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_float_test.go#L77:3: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_float_test.go#L86:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_float_test.go#L88:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_float_test.go#L98:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_int_test.go#L123:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_int_test.go#L124:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_int_test.go#L126:2: bool-compare: use should.True
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_int_test.go#L127:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_int_test.go#L141:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_int_test.go#L142:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_int_test.go#L144:2: bool-compare: use should.True
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_int_test.go#L145:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_int_test.go#L160:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_int_test.go#L161:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_int_test.go#L163:2: bool-compare: use should.True
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_int_test.go#L164:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_int_test.go#L179:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_int_test.go#L180:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_int_test.go#L182:2: bool-compare: use should.True
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_int_test.go#L183:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_null_test.go#L13:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_object_test.go#L17:2: len: use should.Len
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_object_test.go#L20:2: len: use should.Len
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_object_test.go#L25:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_object_test.go#L59:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_object_test.go#L60:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_object_test.go#L81:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_object_test.go#L82:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_any_object_test.go#L105:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_must_be_valid_test.go#L14:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_must_be_valid_test.go#L17:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_must_be_valid_test.go#L20:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_must_be_valid_test.go#L23:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_must_be_valid_test.go#L26:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_must_be_valid_test.go#L29:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_must_be_valid_test.go#L32:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_must_be_valid_test.go#L35:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_must_be_valid_test.go#L38:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_must_be_valid_test.go#L41:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_must_be_valid_test.go#L44:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_must_be_valid_test.go#L47:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_must_be_valid_test.go#L50:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_must_be_valid_test.go#L53:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_must_be_valid_test.go#L56:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_must_be_valid_test.go#L59:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_must_be_valid_test.go#L62:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_must_be_valid_test.go#L65:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_must_be_valid_test.go#L68:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_must_be_valid_test.go#L71:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_wrap_test.go#L19:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_wrap_test.go#L20:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_wrap_test.go#L26:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_wrap_test.go#L27:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_wrap_test.go#L32:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_wrap_test.go#L33:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_wrap_test.go#L37:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_wrap_test.go#L38:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_wrap_test.go#L43:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_wrap_test.go#L44:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_wrap_test.go#L49:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_wrap_test.go#L50:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_wrap_test.go#L55:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_wrap_test.go#L56:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_wrap_test.go#L58:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_wrap_test.go#L59:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_wrap_test.go#L63:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_wrap_test.go#L64:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_wrap_test.go#L69:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_wrap_test.go#L70:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_wrap_test.go#L75:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_wrap_test.go#L76:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_wrap_test.go#L81:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_wrap_test.go#L82:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_wrap_test.go#L86:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_wrap_test.go#L87:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_wrap_test.go#L92:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_wrap_test.go#L93:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_wrap_test.go#L100:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_wrap_test.go#L103:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_wrap_test.go#L104:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_wrap_test.go#L109:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_wrap_test.go#L110:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/any_tests/jsoniter_wrap_test.go#L117:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/api_tests/config_test.go#L15:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/api_tests/config_test.go#L23:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/api_tests/config_test.go#L36:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/api_tests/config_test.go#L44:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/api_tests/config_test.go#L46:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/api_tests/config_test.go#L118:3: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/api_tests/config_test.go#L121:3: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/api_tests/config_test.go#L168:3: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/api_tests/config_test.go#L171:3: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/api_tests/config_test.go#L212:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/api_tests/config_test.go#L216:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/api_tests/decoder_test.go#L26:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/api_tests/decoder_test.go#L32:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/api_tests/decoder_test.go#L38:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/api_tests/decoder_test.go#L41:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/api_tests/decoder_test.go#L53:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/api_tests/decoder_test.go#L56:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/api_tests/encoder_18_test.go#L38:3: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/api_tests/encoder_18_test.go#L42:3: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/api_tests/marshal_indent_test.go#L17:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/api_tests/marshal_indent_test.go#L20:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/api_tests/marshal_indent_test.go#L28:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/api_tests/marshal_indent_test.go#L31:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/api_tests/marshal_indent_test.go#L34:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/api_tests/marshal_json_escape_test.go#L33:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/api_tests/marshal_json_escape_test.go#L40:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extension_tests/decoder_test.go#L47:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extension_tests/decoder_test.go#L79:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extension_tests/decoder_test.go#L132:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extension_tests/extension_test.go#L44:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extension_tests/extension_test.go#L47:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L17:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L19:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L21:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L23:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L25:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L26:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L32:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L34:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L36:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L38:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L40:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L44:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L46:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L49:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L51:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L52:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L54:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L60:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L62:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L64:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L66:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L70:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L72:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L75:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L76:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L78:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L84:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L86:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L88:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L90:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L94:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L96:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L99:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L100:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L102:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L108:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L110:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L112:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L114:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L118:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L120:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L123:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L124:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L126:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L132:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L134:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L136:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L138:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L142:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L144:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L147:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L148:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L150:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L156:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L158:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L160:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L162:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L166:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L168:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L171:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L172:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L174:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L181:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L183:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L185:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L187:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L191:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L193:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L197:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L199:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L200:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L202:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L208:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L210:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L212:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L214:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L218:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L220:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L224:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L226:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L227:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L229:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L235:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L237:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L239:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L241:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L245:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L247:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L251:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L253:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L254:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L256:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L261:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L263:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L265:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L267:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L270:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L272:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L275:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L276:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L278:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L284:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L285:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L287:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L288:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L289:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L290:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L291:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L292:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L295:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L296:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L297:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L298:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L300:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L301:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L308:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L309:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L311:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L312:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L313:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L314:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L315:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L316:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L319:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L320:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L321:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L322:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L324:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L325:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L331:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L338:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/fuzzy_decoder_test.go#L360:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/naming_strategy_test.go#L21:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/naming_strategy_test.go#L35:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/naming_strategy_test.go#L48:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/naming_strategy_test.go#L64:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/private_fields_test.go#L16:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/time_as_int64_codec_test.go#L14:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/time_as_int64_codec_test.go#L17:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/time_as_int64_codec_test.go#L26:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/extra/time_as_int64_codec_test.go#L29:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_array_test.go#L118:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_array_test.go#L126:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_array_test.go#L134:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_array_test.go#L146:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_array_test.go#L154:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_array_test.go#L157:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_array_test.go#L164:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_array_test.go#L167:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_array_test.go#L175:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_array_test.go#L178:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_array_test.go#L186:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_array_test.go#L189:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_array_test.go#L197:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_array_test.go#L200:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_array_test.go#L208:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_array_test.go#L211:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_bool_test.go#L33:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_bool_test.go#L42:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_bool_test.go#L44:2: expected-actual: need to reverse actual and expected values
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_bool_test.go#L45:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_float_test.go#L17:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_float_test.go#L31:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_float_test.go#L37:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_float_test.go#L45:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_float_test.go#L47:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_float_test.go#L54:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_float_test.go#L56:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_float_test.go#L58:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_float_test.go#L60:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_float_test.go#L67:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_float_test.go#L70:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_int_test.go#L22:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_int_test.go#L30:2: len: use should.Len
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_int_test.go#L38:2: len: use should.Len
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_int_test.go#L44:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_int_test.go#L54:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_int_test.go#L65:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_int_test.go#L72:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_interface_test.go#L18:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_interface_test.go#L19:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_interface_test.go#L37:2: bool-compare: use should.True
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_interface_test.go#L52:2: bool-compare: use should.True
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_interface_test.go#L56:2: nil-compare: use should.Nil
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_interface_test.go#L90:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_interface_test.go#L121:2: nil-compare: use should.Nil
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_interface_test.go#L130:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_interface_test.go#L134:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_interface_test.go#L135:2: nil-compare: use should.Nil
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_iterator_test.go#L63:4: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_iterator_test.go#L64:4: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_map_test.go#L16:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_map_test.go#L18:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_map_test.go#L28:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_map_test.go#L30:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_null_test.go#L32:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_null_test.go#L51:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_object_test.go#L82:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_object_test.go#L132:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_object_test.go#L161:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_object_test.go#L175:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_object_test.go#L188:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_object_test.go#L203:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_object_test.go#L220:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_object_test.go#L239:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_object_test.go#L260:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_object_test.go#L283:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_object_test.go#L308:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_object_test.go#L335:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_object_test.go#L364:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_object_test.go#L369:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_raw_message_test.go#L14:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_raw_message_test.go#L17:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_raw_message_test.go#L27:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_raw_message_test.go#L39:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_raw_message_test.go#L42:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_raw_message_test.go#L55:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_raw_message_test.go#L59:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/misc_tests/jsoniter_raw_message_test.go#L85:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/skip_tests/jsoniter_skip_test.go#L18:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/skip_tests/jsoniter_skip_test.go#L28:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/skip_tests/jsoniter_skip_test.go#L119:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/skip_tests/skip_test.go#L38:6: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/skip_tests/skip_test.go#L40:6: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/value_tests/float_test.go#L25:4: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/float_test.go#L26:4: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/value_tests/float_test.go#L32:4: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/float_test.go#L33:4: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/value_tests/float_test.go#L40:4: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/float_test.go#L41:4: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/value_tests/float_test.go#L48:4: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/float_test.go#L49:4: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/value_tests/float_test.go#L64:4: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/float_test.go#L66:4: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/float_test.go#L75:4: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/float_test.go#L77:4: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/float_test.go#L87:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/float_test.go#L105:4: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/float_test.go#L114:4: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/float_test.go#L124:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L54:4: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L67:4: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L80:4: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L87:4: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L99:3: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L103:3: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L111:3: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L115:3: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L122:3: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L126:3: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L133:3: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L137:3: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L148:4: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L155:4: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L170:4: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L179:4: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L189:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L202:4: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L211:4: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L221:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L234:4: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L243:4: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L253:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L266:4: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L275:4: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L285:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L298:4: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L307:4: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L317:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L330:4: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L339:4: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L349:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L364:4: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L373:4: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L383:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L398:4: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L407:4: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/int_test.go#L417:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/invalid_test.go#L20:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/value_tests/invalid_test.go#L25:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/value_tests/invalid_test.go#L33:2: nil-compare: use should.Nil
https://github.com/json-iterator/go/blob/master/value_tests/invalid_test.go#L36:2: bool-compare: use should.False
https://github.com/json-iterator/go/blob/master/value_tests/invalid_test.go#L43:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/value_tests/invalid_test.go#L44:2: float-compare: use should.InEpsilon (or InDelta)
https://github.com/json-iterator/go/blob/master/value_tests/invalid_test.go#L55:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/value_tests/invalid_test.go#L63:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/value_tests/invalid_test.go#L71:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/value_tests/invalid_test.go#L90:4: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/value_tests/invalid_test.go#L92:4: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/value_tests/invalid_test.go#L96:4: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/value_tests/invalid_test.go#L100:4: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/value_tests/invalid_test.go#L116:3: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/value_tests/invalid_test.go#L123:3: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/value_tests/invalid_test.go#L134:3: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/value_tests/invalid_test.go#L141:3: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/value_tests/invalid_test.go#L156:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/invalid_test.go#L158:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/invalid_test.go#L176:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/value_tests/invalid_test.go#L189:3: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/invalid_test.go#L192:3: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/invalid_test.go#L198:3: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/value_tests/invalid_test.go#L200:3: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/value_tests/invalid_test.go#L205:3: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/invalid_test.go#L206:3: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/invalid_test.go#L211:3: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/value_tests/invalid_test.go#L212:3: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/value_tests/invalid_test.go#L225:2: error-nil: use should.NoError
https://github.com/json-iterator/go/blob/master/value_tests/invalid_test.go#L226:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/value_tests/invalid_test.go#L232:2: error-nil: use should.Error
https://github.com/json-iterator/go/blob/master/value_tests/invalid_test.go#L233:2: error-nil: use should.Error

Report issue: https://github.com/json-iterator/go/issues

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/openimsdk/open-im-server got output

https://github.com/openimsdk/open-im-server/blob/main/internal/msggateway/compressor_test.go#L43:3: error-nil: use assert.NoError
https://github.com/openimsdk/open-im-server/blob/main/internal/msggateway/compressor_test.go#L50:3: error-nil: use assert.NoError
https://github.com/openimsdk/open-im-server/blob/main/internal/msggateway/compressor_test.go#L72:4: error-nil: use assert.NoError
https://github.com/openimsdk/open-im-server/blob/main/internal/msggateway/compressor_test.go#L79:4: error-nil: use assert.NoError
https://github.com/openimsdk/open-im-server/blob/main/internal/msggateway/compressor_test.go#L95:3: error-nil: use assert.NoError
https://github.com/openimsdk/open-im-server/blob/main/internal/msggateway/compressor_test.go#L105:3: error-nil: use assert.NoError
https://github.com/openimsdk/open-im-server/blob/main/internal/msggateway/compressor_test.go#L115:2: error-nil: use assert.NoError
https://github.com/openimsdk/open-im-server/blob/main/internal/msggateway/compressor_test.go#L119:3: error-nil: use assert.NoError
https://github.com/openimsdk/open-im-server/blob/main/internal/msggateway/compressor_test.go#L128:2: error-nil: use assert.NoError
https://github.com/openimsdk/open-im-server/blob/main/internal/msggateway/compressor_test.go#L132:3: error-nil: use assert.NoError
https://github.com/openimsdk/open-im-server/blob/main/pkg/common/config/load_config_test.go#L11:2: error-nil: use assert.NoError
https://github.com/openimsdk/open-im-server/blob/main/pkg/common/config/load_config_test.go#L18:2: error-nil: use assert.NoError
https://github.com/openimsdk/open-im-server/blob/main/pkg/common/config/load_config_test.go#L25:2: error-nil: use assert.NoError
https://github.com/openimsdk/open-im-server/blob/main/pkg/common/config/load_config_test.go#L33:2: error-nil: use assert.NoError
https://github.com/openimsdk/open-im-server/blob/main/pkg/common/prommetrics/prommetrics_test.go#L36:2: require-error: for error assertions use require
https://github.com/openimsdk/open-im-server/blob/main/pkg/common/prommetrics/prommetrics_test.go#L46:2: require-error: for error assertions use require

Report issue: https://github.com/openimsdk/open-im-server/issues

github-actions[bot] commented 1 week ago

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

https://github.com/revel/revel/blob/master/event_test.go#L24:2: expected-actual: need to reverse actual and expected values
https://github.com/revel/revel/blob/master/session/session_test.go#L22:2: formatter: remove unnecessary fmt.Sprintf
https://github.com/revel/revel/blob/master/session/session_test.go#L30:2: formatter: remove unnecessary fmt.Sprintf
https://github.com/revel/revel/blob/master/session/session_test.go#L62:2: error-nil: use a.NoError
https://github.com/revel/revel/blob/master/session/session_test.go#L63:2: formatter: remove unnecessary fmt.Sprintf

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

github-actions[bot] commented 1 week ago

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

https://github.com/git-lfs/git-lfs/blob/main/config/config_test.go#L112:2: bool-compare: use assert.True
https://github.com/git-lfs/git-lfs/blob/main/config/config_test.go#L119:2: bool-compare: use assert.False
https://github.com/git-lfs/git-lfs/blob/main/config/config_test.go#L130:2: bool-compare: use assert.False
https://github.com/git-lfs/git-lfs/blob/main/config/config_test.go#L141:2: bool-compare: use assert.True
https://github.com/git-lfs/git-lfs/blob/main/config/config_test.go#L148:2: bool-compare: use assert.False
https://github.com/git-lfs/git-lfs/blob/main/config/config_test.go#L159:2: bool-compare: use assert.False
https://github.com/git-lfs/git-lfs/blob/main/config/config_test.go#L281:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/config/config_test.go#L282:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/config/config_test.go#L294:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/config/config_test.go#L295:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/config/config_test.go#L310:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/config/config_test.go#L311:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/config/config_test.go#L326:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/config/config_test.go#L327:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/config/config_test.go#L330:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/config/config_test.go#L331:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/config/extension_test.go#L35:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/config/extension_test.go#L64:2: error-nil: use assert.Error
https://github.com/git-lfs/git-lfs/blob/main/config/url_config_test.go#L57:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/config/url_config_test.go#L59:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L50:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L52:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L53:2: empty: use assert.Empty
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L57:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L59:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L60:2: empty: use assert.Empty
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L68:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L69:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L70:2: empty: use assert.Empty
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L73:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L74:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L75:2: empty: use assert.Empty
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L80:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L82:3: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L83:3: empty: use assert.Empty
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L86:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L87:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L88:2: empty: use assert.Empty
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L91:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L92:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L93:2: empty: use assert.Empty
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L97:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L99:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L100:2: empty: use assert.Empty
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L112:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L114:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L115:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L117:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L118:2: empty: use assert.Empty
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L119:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L124:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L126:3: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L127:3: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L130:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L131:2: empty: use assert.Empty
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L132:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L136:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L138:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L139:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L152:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L154:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L155:2: empty: use assert.Empty
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L158:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L159:2: empty: use assert.Empty
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L163:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L165:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L166:2: empty: use assert.Empty
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L168:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L169:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L170:2: empty: use assert.Empty
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L185:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L187:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L188:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L191:2: empty: use assert.Empty
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L192:2: empty: use assert.Empty
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L193:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L197:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L199:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L200:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L213:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L215:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L216:2: empty: use assert.Empty
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L218:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L219:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L220:2: empty: use assert.Empty
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L224:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L226:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L227:2: empty: use assert.Empty
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L230:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L231:2: empty: use assert.Empty
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L235:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L237:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L238:2: empty: use assert.Empty
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L251:5: error-nil: use assert.Error
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L255:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L256:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L259:5: error-nil: use assert.Error
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L262:2: empty: use assert.Empty
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L263:2: empty: use assert.Empty
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L266:5: error-nil: use assert.Error
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L269:2: empty: use assert.Empty
https://github.com/git-lfs/git-lfs/blob/main/creds/creds_test.go#L270:2: empty: use assert.Empty
https://github.com/git-lfs/git-lfs/blob/main/git/filter_process_scanner_test.go#L21:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/filter_process_scanner_test.go#L22:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/filter_process_scanner_test.go#L27:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/filter_process_scanner_test.go#L30:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/filter_process_scanner_test.go#L38:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/filter_process_scanner_test.go#L39:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/filter_process_scanner_test.go#L44:2: error-nil: use require.Error
https://github.com/git-lfs/git-lfs/blob/main/git/filter_process_scanner_test.go#L53:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/filter_process_scanner_test.go#L55:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/filter_process_scanner_test.go#L60:2: error-nil: use require.Error
https://github.com/git-lfs/git-lfs/blob/main/git/filter_process_scanner_test.go#L69:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/filter_process_scanner_test.go#L78:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/filter_process_scanner_test.go#L81:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/filter_process_scanner_test.go#L90:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/filter_process_scanner_test.go#L97:2: error-nil: use require.Error
https://github.com/git-lfs/git-lfs/blob/main/git/filter_process_scanner_test.go#L108:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/filter_process_scanner_test.go#L112:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/filter_process_scanner_test.go#L113:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/filter_process_scanner_test.go#L114:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/filter_process_scanner_test.go#L118:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/filter_process_scanner_test.go#L119:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/filter_process_scanner_test.go#L120:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/filter_process_scanner_test.go#L121:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/filter_process_scanner_test.go#L124:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/filter_process_scanner_test.go#L135:2: error-nil: use require.Error
https://github.com/git-lfs/git-lfs/blob/main/git/ls_tree_scanner_test.go#L17:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/ls_tree_scanner_test.go#L22:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/rev_list_scanner_test.go#L32:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/rev_list_scanner_test.go#L39:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/rev_list_scanner_test.go#L185:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/rev_list_scanner_test.go#L197:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/rev_list_scanner_test.go#L202:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/rev_list_scanner_test.go#L213:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/rev_list_scanner_test.go#L218:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/filter_process_scanner_test.go#L147:2: require-error: for error assertions use require
https://github.com/git-lfs/git-lfs/blob/main/git/rev_list_scanner_test.go#L30:3: require-error: for error assertions use require
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L115:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L123:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L133:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L141:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L145:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L222:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L244:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L289:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L332:2: error-nil: use assert.Error
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L390:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L493:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L499:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L505:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L511:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L519:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L527:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L535:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L543:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L550:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L557:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L659:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L663:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L667:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L671:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L675:2: error-nil: use assert.Error
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L677:2: error-nil: use assert.Error
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L680:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L683:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L689:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L690:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L691:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L692:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L693:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L694:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L695:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L696:2: error-nil: use assert.Error
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L733:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L738:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L806:2: bool-compare: use assert.True
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L807:2: bool-compare: use assert.True
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L808:2: bool-compare: use assert.False
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L809:2: bool-compare: use assert.False
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L813:2: bool-compare: use assert.True
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L814:2: bool-compare: use assert.True
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L815:2: bool-compare: use assert.False
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L816:2: bool-compare: use assert.False
https://github.com/git-lfs/git-lfs/blob/main/git/git_test.go#L817:2: bool-compare: use assert.False
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L19:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L20:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L35:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L38:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L39:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L40:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L41:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L42:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L62:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L63:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L64:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L65:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L68:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L69:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L70:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L71:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L74:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L75:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L76:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L77:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L80:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L81:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L82:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L83:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L86:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L97:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L98:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L111:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L112:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L126:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L127:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L137:2: empty: use assert.Empty
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L157:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L174:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L176:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L177:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L178:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L179:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L181:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L183:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L185:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L187:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L31:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L33:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L34:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L35:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L36:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L37:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L39:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L41:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L65:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L67:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L69:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L71:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L95:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L97:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L98:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L99:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L100:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L101:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L103:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L105:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L106:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L107:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L108:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L109:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L131:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L133:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L134:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L135:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L136:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L138:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L140:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L161:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L163:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L178:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L180:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L181:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L182:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L183:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L184:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/tree_test.go#L62:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/tree_test.go#L63:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/tree_test.go#L64:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/tree_test.go#L65:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/tree_test.go#L72:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/tree_test.go#L73:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/tree_test.go#L74:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/tree_test.go#L75:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/tree_test.go#L76:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/tree_test.go#L89:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/tree_test.go#L90:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/tree_test.go#L91:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/tree_test.go#L92:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/tree_test.go#L119:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/tree_test.go#L120:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/tree_test.go#L121:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/tree_test.go#L122:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/tree_test.go#L160:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/tree_test.go#L161:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/tree_test.go#L162:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/tree_test.go#L163:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/tree_test.go#L210:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/tree_test.go#L211:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/tree_test.go#L212:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/tree_test.go#L213:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L14:2: require-error: for error assertions use require
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L29:2: require-error: for error assertions use require
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L81:2: require-error: for error assertions use require
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L168:2: require-error: for error assertions use require
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L51:2: require-error: for error assertions use require
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L53:2: require-error: for error assertions use require
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L92:2: require-error: for error assertions use require
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L149:2: require-error: for error assertions use require
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L168:2: require-error: for error assertions use require
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L106:2: require-error: for error assertions use require
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L121:2: require-error: for error assertions use require
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L136:2: require-error: for error assertions use require
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/attr_test.go#L153:2: require-error: for error assertions use require
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L17:2: require-error: for error assertions use require
https://github.com/git-lfs/git-lfs/blob/main/git/gitattr/macro_test.go#L118:2: require-error: for error assertions use require
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/fixtures_test.go#L141:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/rewriter_test.go#L43:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/rewriter_test.go#L92:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/rewriter_test.go#L147:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/rewriter_test.go#L164:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/rewriter_test.go#L187:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/rewriter_test.go#L222:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/rewriter_test.go#L235:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/rewriter_test.go#L253:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/rewriter_test.go#L344:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/rewriter_test.go#L347:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/rewriter_test.go#L348:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/rewriter_test.go#L349:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/rewriter_test.go#L350:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/rewriter_test.go#L351:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/rewriter_test.go#L352:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/rewriter_test.go#L353:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/rewriter_test.go#L354:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/rewriter_test.go#L355:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/rewriter_test.go#L366:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/rewriter_test.go#L369:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/rewriter_test.go#L370:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/rewriter_test.go#L371:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/rewriter_test.go#L372:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/rewriter_test.go#L373:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/rewriter_test.go#L374:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/rewriter_test.go#L375:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/rewriter_test.go#L376:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/rewriter_test.go#L395:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/rewriter_test.go#L453:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/ref_updater_test.go#L34:2: require-error: for error assertions use require
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/rewriter_test.go#L427:2: require-error: for error assertions use require
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/rewriter_test.go#L146:2: require-error: for error assertions use require
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/ref_updater_test.go#L64:2: require-error: for error assertions use require
https://github.com/git-lfs/git-lfs/blob/main/git/githistory/ref_updater_test.go#L94:2: require-error: for error assertions use require
https://github.com/git-lfs/git-lfs/blob/main/lfs/gitscanner_catfilebatchcheckscanner_test.go#L50:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfs/gitscanner_catfilebatchcheckscanner_test.go#L61:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfs/gitscanner_pointerscanner_test.go#L71:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfs/gitscanner_pointerscanner_test.go#L90:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfs/gitscanner_pointerscanner_test.go#L100:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfs/pointer_test.go#L19:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfs/pointer_test.go#L37:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfs/pointer_test.go#L54:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfs/pointer_test.go#L73:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfs/pointer_test.go#L175:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfs/pointer_test.go#L176:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/lfs/pointer_test.go#L177:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/lfs/pointer_test.go#L224:3: bool-compare: use assert.True
https://github.com/git-lfs/git-lfs/blob/main/lfs/pointer_test.go#L232:3: bool-compare: use assert.False
https://github.com/git-lfs/git-lfs/blob/main/lfs/util_test.go#L29:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfs/util_test.go#L33:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfs/util_test.go#L59:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfs/util_test.go#L63:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfs/util_test.go#L111:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfs/util_test.go#L91:2: require-error: for error assertions use require
https://github.com/git-lfs/git-lfs/blob/main/lfs/scanner_git_test.go#L59:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfs/scanner_git_test.go#L65:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfs/scanner_git_test.go#L71:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfs/scanner_git_test.go#L77:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfs/scanner_git_test.go#L82:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfs/scanner_git_test.go#L87:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfs/scanner_git_test.go#L177:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/auth_test.go#L68:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/auth_test.go#L91:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/auth_test.go#L98:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/auth_test.go#L101:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/auth_test.go#L104:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/auth_test.go#L127:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/auth_test.go#L167:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/auth_test.go#L170:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/auth_test.go#L173:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/auth_test.go#L196:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/auth_test.go#L219:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/auth_test.go#L226:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/auth_test.go#L229:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/auth_test.go#L248:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/auth_test.go#L271:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/auth_test.go#L278:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/auth_test.go#L281:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/auth_test.go#L284:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/auth_test.go#L655:7: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/auth_test.go#L712:4: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/auth_test.go#L729:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/auth_test.go#L763:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/auth_test.go#L766:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/endpoint_finder_test.go#L328:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/endpoint_finder_test.go#L348:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/endpoint_finder_test.go#L368:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/endpoint_finder_test.go#L388:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/endpoint_finder_test.go#L736:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/endpoint_finder_test.go#L745:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/endpoint_finder_test.go#L754:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/endpoint_finder_test.go#L776:3: error-nil: use assert.Error
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/response_test.go#L30:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/response_test.go#L34:2: error-nil: use assert.Error
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/response_test.go#L56:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/response_test.go#L60:2: error-nil: use assert.Error
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/response_test.go#L91:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/response_test.go#L95:3: error-nil: use assert.Error
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/response_test.go#L117:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/response_test.go#L121:2: error-nil: use assert.Error
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/response_test.go#L141:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/response_test.go#L145:2: error-nil: use assert.Error
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/response_test.go#L174:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfsapi/response_test.go#L178:3: error-nil: use assert.Error
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/certs_test.go#L60:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/certs_test.go#L64:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/certs_test.go#L73:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/certs_test.go#L95:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/certs_test.go#L106:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/certs_test.go#L110:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/certs_test.go#L116:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/certs_test.go#L127:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/certs_test.go#L131:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/certs_test.go#L139:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/certs_test.go#L150:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/certs_test.go#L154:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/certs_test.go#L163:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/certs_test.go#L176:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/certs_test.go#L182:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/certs_test.go#L195:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/certs_test.go#L200:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/certs_test.go#L221:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/certs_test.go#L241:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/certs_test.go#L267:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L68:4: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L94:4: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L107:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L122:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L126:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L130:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L133:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L140:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L144:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L147:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L155:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L159:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L162:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L169:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L173:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L187:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L196:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L204:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L213:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L220:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L228:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L237:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L252:3: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L255:3: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L257:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L263:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L269:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L278:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L287:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L320:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L323:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L326:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L331:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L334:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L379:3: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L382:3: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L386:4: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L391:4: error-nil: use require.Error
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L397:3: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L401:4: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/client_test.go#L406:4: error-nil: use require.Error
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/proxy_test.go#L17:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/proxy_test.go#L20:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/proxy_test.go#L24:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/proxy_test.go#L32:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/proxy_test.go#L35:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/proxy_test.go#L39:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/proxy_test.go#L48:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/proxy_test.go#L51:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/proxy_test.go#L55:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/proxy_test.go#L62:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/proxy_test.go#L65:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/proxy_test.go#L69:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/proxy_test.go#L76:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/proxy_test.go#L79:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/proxy_test.go#L83:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/proxy_test.go#L90:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/proxy_test.go#L93:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/proxy_test.go#L97:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/proxy_test.go#L104:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/proxy_test.go#L108:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/proxy_test.go#L117:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/proxy_test.go#L120:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/proxy_test.go#L124:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/proxy_test.go#L133:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/proxy_test.go#L136:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/proxy_test.go#L140:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/proxy_test.go#L147:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/proxy_test.go#L150:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/proxy_test.go#L155:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/proxy_test.go#L162:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/proxy_test.go#L165:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/proxy_test.go#L170:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/ssh_test.go#L30:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/ssh_test.go#L53:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/ssh_test.go#L76:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/ssh_test.go#L99:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/ssh_test.go#L122:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/ssh_test.go#L146:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/ssh_test.go#L154:2: empty: use assert.Empty
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/ssh_test.go#L167:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/ssh_test.go#L170:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/ssh_test.go#L178:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/ssh_test.go#L186:2: empty: use assert.Empty
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/ssh_test.go#L199:2: error-nil: use assert.Error
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/ssh_test.go#L202:2: empty: use assert.Empty
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/ssh_test.go#L205:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/stats_test.go#L27:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/stats_test.go#L43:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/stats_test.go#L44:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/stats_test.go#L47:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/stats_test.go#L51:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/stats_test.go#L59:2: len: use require.Len
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/stats_test.go#L93:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/stats_test.go#L108:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/stats_test.go#L109:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/stats_test.go#L112:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/stats_test.go#L115:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/stats_test.go#L123:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/stats_test.go#L136:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/stats_test.go#L151:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/stats_test.go#L152:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/stats_test.go#L155:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/verbose_test.go#L31:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/verbose_test.go#L46:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/verbose_test.go#L47:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/verbose_test.go#L50:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/verbose_test.go#L87:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/verbose_test.go#L103:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/verbose_test.go#L106:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/verbose_test.go#L144:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/verbose_test.go#L160:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/verbose_test.go#L161:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/verbose_test.go#L164:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/verbose_test.go#L202:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/verbose_test.go#L218:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/verbose_test.go#L219:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/verbose_test.go#L222:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/retries_test.go#L56:4: go-require: do not use require in http handlers
https://github.com/git-lfs/git-lfs/blob/main/lfshttp/retries_test.go#L57:4: go-require: do not use require in http handlers
https://github.com/git-lfs/git-lfs/blob/main/locking/api_test.go#L40:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/api_test.go#L53:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/api_test.go#L61:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/api_test.go#L65:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/api_test.go#L89:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/api_test.go#L101:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/api_test.go#L109:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/api_test.go#L117:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/api_test.go#L149:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/api_test.go#L157:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/api_test.go#L167:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/api_test.go#L169:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/locking/api_test.go#L188:6: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/api_test.go#L204:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/api_test.go#L212:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/api_test.go#L219:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/api_test.go#L221:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/locking/api_test.go#L224:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/locking/api_test.go#L266:5: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/cache_test.go#L14:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/cache_test.go#L21:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/cache_test.go#L31:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/cache_test.go#L41:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/cache_test.go#L52:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/locks_test.go#L45:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/locks_test.go#L57:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/locks_test.go#L60:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/locks_test.go#L61:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/locks_test.go#L65:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/locks_test.go#L73:2: error-nil: use assert.Error
https://github.com/git-lfs/git-lfs/blob/main/locking/locks_test.go#L84:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/locks_test.go#L86:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/locking/locks_test.go#L94:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/locks_test.go#L96:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/locking/locks_test.go#L104:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/locks_test.go#L108:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/locks_test.go#L123:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/locks_test.go#L150:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/locks_test.go#L162:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/locks_test.go#L165:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/locks_test.go#L166:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/locks_test.go#L170:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/locks_test.go#L175:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/locks_test.go#L178:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/locks_test.go#L205:6: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/locks_test.go#L228:4: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/locks_test.go#L241:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/locks_test.go#L244:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/locks_test.go#L248:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/locks_test.go#L256:2: error-nil: use assert.Error
https://github.com/git-lfs/git-lfs/blob/main/locking/locks_test.go#L263:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/locks_test.go#L265:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/locking/locks_test.go#L266:2: empty: use assert.Empty
https://github.com/git-lfs/git-lfs/blob/main/locking/locks_test.go#L274:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/locks_test.go#L278:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/locking/locks_test.go#L305:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L17:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L43:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L58:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L76:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L84:2: bool-compare: use assert.False
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L96:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L104:2: bool-compare: use assert.True
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L105:2: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L119:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L127:2: bool-compare: use assert.True
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L139:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L156:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L175:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L194:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L213:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L231:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L248:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L267:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L288:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L308:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L325:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L340:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L355:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L369:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L386:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L400:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L414:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L430:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L446:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L463:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L479:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L495:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L498:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L513:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L516:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L534:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L537:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L552:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L555:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L566:2: bool-compare: use assert.False
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L571:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L574:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/ssh/ssh_test.go#L585:2: bool-compare: use assert.False
https://github.com/git-lfs/git-lfs/blob/main/tools/copycallback_test.go#L41:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tools/copycallback_test.go#L85:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tools/filetools_test.go#L288:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tools/filetools_test.go#L293:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tools/filetools_test.go#L295:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tools/filetools_test.go#L298:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tools/filetools_test.go#L310:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tools/filetools_test.go#L311:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tools/filetools_test.go#L314:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tools/filetools_test.go#L322:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tools/filetools_test.go#L323:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tools/filetools_test.go#L325:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tools/util_test.go#L24:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tools/filetools_test.go#L51:3: require-error: for error assertions use require
https://github.com/git-lfs/git-lfs/blob/main/tools/filetools_test.go#L192:2: require-error: for error assertions use require
https://github.com/git-lfs/git-lfs/blob/main/tools/filetools_test.go#L148:3: require-error: for error assertions use require
https://github.com/git-lfs/git-lfs/blob/main/tools/iotools_test.go#L19:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tools/iotools_test.go#L43:2: require-error: for error assertions use require
https://github.com/git-lfs/git-lfs/blob/main/tools/iotools_test.go#L62:2: require-error: for error assertions use require
https://github.com/git-lfs/git-lfs/blob/main/tools/humanize/humanize_test.go#L21:3: require-error: for error assertions use require
https://github.com/git-lfs/git-lfs/blob/main/tools/humanize/humanize_test.go#L46:3: require-error: for error assertions use require
https://github.com/git-lfs/git-lfs/blob/main/tools/kv/keyvaluestore_test.go#L12:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tools/kv/keyvaluestore_test.go#L18:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tools/kv/keyvaluestore_test.go#L38:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/git-lfs/git-lfs/blob/main/tools/kv/keyvaluestore_test.go#L40:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/tools/kv/keyvaluestore_test.go#L51:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tools/kv/keyvaluestore_test.go#L56:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tools/kv/keyvaluestore_test.go#L62:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/git-lfs/git-lfs/blob/main/tools/kv/keyvaluestore_test.go#L64:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/tools/kv/keyvaluestore_test.go#L80:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tools/kv/keyvaluestore_test.go#L85:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tools/kv/keyvaluestore_test.go#L95:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tools/kv/keyvaluestore_test.go#L101:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tools/kv/keyvaluestore_test.go#L107:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tools/kv/keyvaluestore_test.go#L111:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tools/kv/keyvaluestore_test.go#L118:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tools/kv/keyvaluestore_test.go#L126:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tools/kv/keyvaluestore_test.go#L143:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tools/kv/keyvaluestore_test.go#L149:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tools/kv/keyvaluestore_test.go#L161:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tools/kv/keyvaluestore_test.go#L169:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tools/kv/keyvaluestore_test.go#L175:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tools/kv/keyvaluestore_test.go#L183:2: compares: use assert.Less
https://github.com/git-lfs/git-lfs/blob/main/tq/api_test.go#L37:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tq/api_test.go#L41:6: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/tq/api_test.go#L53:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tq/api_test.go#L61:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/tq/api_test.go#L71:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/tq/api_test.go#L73:5: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/tq/api_test.go#L94:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tq/api_test.go#L97:3: empty: use assert.Empty
https://github.com/git-lfs/git-lfs/blob/main/tq/api_test.go#L98:6: len: use assert.Len
https://github.com/git-lfs/git-lfs/blob/main/tq/api_test.go#L109:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tq/api_test.go#L117:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/tq/api_test.go#L127:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/tq/api_test.go#L133:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/tq/api_test.go#L140:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/tq/api_test.go#L142:2: empty: use assert.Empty
https://github.com/git-lfs/git-lfs/blob/main/tq/api_test.go#L177:5: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tq/custom_test.go#L17:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/tq/custom_test.go#L25:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/tq/custom_test.go#L26:2: bool-compare: use assert.True
https://github.com/git-lfs/git-lfs/blob/main/tq/custom_test.go#L33:2: expected-actual: need to reverse actual and expected values
https://github.com/git-lfs/git-lfs/blob/main/tq/custom_test.go#L34:2: bool-compare: use assert.True
https://github.com/git-lfs/git-lfs/blob/main/tq/custom_test.go#L46:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/tq/custom_test.go#L60:2: bool-compare: use assert.False
https://github.com/git-lfs/git-lfs/blob/main/tq/custom_test.go#L72:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/tq/custom_test.go#L86:2: bool-compare: use assert.False
https://github.com/git-lfs/git-lfs/blob/main/tq/custom_test.go#L98:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/tq/custom_test.go#L107:2: bool-compare: use assert.True
https://github.com/git-lfs/git-lfs/blob/main/tq/custom_test.go#L115:2: bool-compare: use assert.True
https://github.com/git-lfs/git-lfs/blob/main/tq/manifest_test.go#L16:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/tq/manifest_test.go#L26:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/tq/manifest_test.go#L36:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/tq/transfer_test.go#L148:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/tq/verify_test.go#L23:2: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tq/verify_test.go#L42:3: error-nil: use assert.NoError
https://github.com/git-lfs/git-lfs/blob/main/tq/verify_test.go#L56:2: error-nil: use require.NoError
https://github.com/git-lfs/git-lfs/blob/main/tq/verify_test.go#L70:2: error-nil: use assert.NoError

Report issue: https://github.com/git-lfs/git-lfs/issues

github-actions[bot] commented 1 week ago

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

web/client.go#L14:12: pattern client/dist/*: no matching files found
-: # github.com/sundowndev/phoneinfoga/v2/web [github.com/sundowndev/phoneinfoga/v2/web.test]
web/client.go#L14:3: invalid go:embed: build system did not supply embed configuration
testifylint: 2 errors during loading

Report issue: https://github.com/sundowndev/phoneinfoga/issues

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/golang-migrate/migrate got output

https://github.com/golang-migrate/migrate/blob/master/database/multistmt/parse_test.go#L55:2: error-nil: use assert.NoError
https://github.com/golang-migrate/migrate/blob/master/database/rqlite/rqlite_test.go#L243:3: expected-actual: need to reverse actual and expected values
https://github.com/golang-migrate/migrate/blob/master/database/rqlite/rqlite_test.go#L244:3: expected-actual: need to reverse actual and expected values
https://github.com/golang-migrate/migrate/blob/master/database/rqlite/rqlite_test.go#L133:3: require-error: for error assertions use require
https://github.com/golang-migrate/migrate/blob/master/database/rqlite/rqlite_test.go#L146:3: require-error: for error assertions use require
https://github.com/golang-migrate/migrate/blob/master/database/rqlite/rqlite_test.go#L152:3: require-error: for error assertions use require
https://github.com/golang-migrate/migrate/blob/master/database/rqlite/rqlite_test.go#L162:3: require-error: for error assertions use require
https://github.com/golang-migrate/migrate/blob/master/database/rqlite/rqlite_test.go#L168:3: require-error: for error assertions use require
https://github.com/golang-migrate/migrate/blob/master/database/rqlite/rqlite_test.go#L171:3: require-error: for error assertions use require
https://github.com/golang-migrate/migrate/blob/master/database/rqlite/rqlite_test.go#L182:3: require-error: for error assertions use require
https://github.com/golang-migrate/migrate/blob/master/database/rqlite/rqlite_test.go#L186:3: require-error: for error assertions use require
https://github.com/golang-migrate/migrate/blob/master/database/rqlite/rqlite_test.go#L189:3: require-error: for error assertions use require
https://github.com/golang-migrate/migrate/blob/master/database/rqlite/rqlite_test.go#L95:3: require-error: for error assertions use require
https://github.com/golang-migrate/migrate/blob/master/database/rqlite/rqlite_test.go#L101:3: require-error: for error assertions use require
https://github.com/golang-migrate/migrate/blob/master/database/rqlite/rqlite_test.go#L111:3: require-error: for error assertions use require
https://github.com/golang-migrate/migrate/blob/master/database/rqlite/rqlite_test.go#L120:3: require-error: for error assertions use require
https://github.com/golang-migrate/migrate/blob/master/database/rqlite/rqlite_test.go#L200:3: require-error: for error assertions use require
https://github.com/golang-migrate/migrate/blob/master/database/rqlite/rqlite_test.go#L206:3: require-error: for error assertions use require
https://github.com/golang-migrate/migrate/blob/master/database/rqlite/rqlite_test.go#L210:3: require-error: for error assertions use require
https://github.com/golang-migrate/migrate/blob/master/database/rqlite/rqlite_test.go#L221:3: require-error: for error assertions use require
https://github.com/golang-migrate/migrate/blob/master/database/rqlite/rqlite_test.go#L225:3: require-error: for error assertions use require
https://github.com/golang-migrate/migrate/blob/master/database/rqlite/rqlite_test.go#L228:3: require-error: for error assertions use require
https://github.com/golang-migrate/migrate/blob/master/database/rqlite/rqlite_test.go#L231:3: require-error: for error assertions use require
https://github.com/golang-migrate/migrate/blob/master/database/rqlite/rqlite_test.go#L234:3: require-error: for error assertions use require
https://github.com/golang-migrate/migrate/blob/master/database/rqlite/rqlite_test.go#L242:3: require-error: for error assertions use require
https://github.com/golang-migrate/migrate/blob/master/database/rqlite/rqlite_test.go#L248:3: require-error: for error assertions use require
https://github.com/golang-migrate/migrate/blob/master/database/rqlite/rqlite_test.go#L79:3: require-error: for error assertions use require
https://github.com/golang-migrate/migrate/blob/master/database/rqlite/rqlite_test.go#L86:3: require-error: for error assertions use require
https://github.com/golang-migrate/migrate/blob/master/internal/cli/commands_test.go#L112:5: require-error: for error assertions use require
https://github.com/golang-migrate/migrate/blob/master/internal/cli/commands_test.go#L144:5: require-error: for error assertions use require
https://github.com/golang-migrate/migrate/blob/master/internal/cli/commands_test.go#L237:5: require-error: for error assertions use require
https://github.com/golang-migrate/migrate/blob/master/internal/cli/commands_test.go#L239:5: require-error: for error assertions use require

Report issue: https://github.com/golang-migrate/migrate/issues

github-actions[bot] commented 1 week ago

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

https://github.com/kubesphere/kubesphere/blob/master/pkg/api/alerting/v2alpha1/types_test.go#L334:2: require-error: for error assertions use require
https://github.com/kubesphere/kubesphere/blob/master/pkg/api/alerting/v2alpha1/types_test.go#L356:2: require-error: for error assertions use require
https://github.com/kubesphere/kubesphere/blob/master/pkg/api/auditing/v1alpha1/types_test.go#L44:2: require-error: for error assertions use require
https://github.com/kubesphere/kubesphere/blob/master/pkg/api/events/v1alpha1/types_test.go#L45:2: require-error: for error assertions use require
https://github.com/kubesphere/kubesphere/blob/master/pkg/api/logging/v1alpha2/types_test.go#L43:2: require-error: for error assertions use require
https://github.com/kubesphere/kubesphere/blob/master/pkg/api/logging/v1alpha2/types_test.go#L75:2: require-error: for error assertions use require
https://github.com/kubesphere/kubesphere/blob/master/pkg/apiserver/auditing/types_test.go#L98:2: bool-compare: use assert.False
https://github.com/kubesphere/kubesphere/blob/master/pkg/apiserver/auditing/types_test.go#L128:2: bool-compare: use assert.True
https://github.com/kubesphere/kubesphere/blob/master/pkg/simple/client/devops/jenkins/pipeline_test.go#L56:4: error-nil: use assert.Error
https://github.com/kubesphere/kubesphere/blob/master/pkg/simple/client/devops/jenkins/pipeline_test.go#L58:4: error-nil: use assert.NoError
https://github.com/kubesphere/kubesphere/blob/master/pkg/simple/client/devops/jenkins/utils_test.go#L46:4: error-nil: use assert.Error
https://github.com/kubesphere/kubesphere/blob/master/pkg/simple/client/devops/jenkins/utils_test.go#L48:4: error-nil: use assert.NoError
https://github.com/kubesphere/kubesphere/blob/master/pkg/simple/client/devops/jenkins/internal/pull_request_test.go#L10:2: expected-actual: need to reverse actual and expected values
https://github.com/kubesphere/kubesphere/blob/master/pkg/simple/client/devops/jenkins/internal/pull_request_test.go#L11:2: expected-actual: need to reverse actual and expected values
https://github.com/kubesphere/kubesphere/blob/master/pkg/simple/client/devops/jenkins/internal/pull_request_test.go#L12:2: expected-actual: need to reverse actual and expected values
https://github.com/kubesphere/kubesphere/blob/master/pkg/simple/client/devops/jenkins/internal/pull_request_test.go#L13:2: expected-actual: need to reverse actual and expected values
https://github.com/kubesphere/kubesphere/blob/master/pkg/simple/client/devops/jenkins/internal/pull_request_test.go#L14:2: bool-compare: use assert.False
https://github.com/kubesphere/kubesphere/blob/master/pkg/simple/client/devops/jenkins/internal/pull_request_test.go#L15:2: expected-actual: need to reverse actual and expected values
https://github.com/kubesphere/kubesphere/blob/master/pkg/simple/client/devops/jenkins/internal/pull_request_test.go#L17:2: expected-actual: need to reverse actual and expected values
https://github.com/kubesphere/kubesphere/blob/master/pkg/simple/client/devops/jenkins/internal/pull_request_test.go#L18:2: expected-actual: need to reverse actual and expected values
https://github.com/kubesphere/kubesphere/blob/master/pkg/simple/client/devops/jenkins/internal/pull_request_test.go#L19:2: expected-actual: need to reverse actual and expected values
https://github.com/kubesphere/kubesphere/blob/master/pkg/simple/client/devops/jenkins/internal/pull_request_test.go#L20:2: expected-actual: need to reverse actual and expected values
https://github.com/kubesphere/kubesphere/blob/master/pkg/simple/client/devops/jenkins/internal/pull_request_test.go#L21:2: bool-compare: use assert.False
https://github.com/kubesphere/kubesphere/blob/master/pkg/simple/client/devops/jenkins/internal/pull_request_test.go#L24:2: expected-actual: need to reverse actual and expected values
https://github.com/kubesphere/kubesphere/blob/master/pkg/simple/client/devops/jenkins/internal/pull_request_test.go#L26:2: expected-actual: need to reverse actual and expected values
https://github.com/kubesphere/kubesphere/blob/master/pkg/simple/client/devops/jenkins/internal/pull_request_test.go#L27:2: expected-actual: need to reverse actual and expected values
https://github.com/kubesphere/kubesphere/blob/master/pkg/simple/client/devops/jenkins/internal/pull_request_test.go#L28:2: expected-actual: need to reverse actual and expected values
https://github.com/kubesphere/kubesphere/blob/master/pkg/simple/client/devops/jenkins/internal/pull_request_test.go#L29:2: bool-compare: use assert.False
https://github.com/kubesphere/kubesphere/blob/master/pkg/simple/client/devops/jenkins/internal/pull_request_test.go#L32:2: expected-actual: need to reverse actual and expected values
https://github.com/kubesphere/kubesphere/blob/master/pkg/simple/client/devops/jenkins/internal/pull_request_test.go#L33:2: expected-actual: need to reverse actual and expected values
https://github.com/kubesphere/kubesphere/blob/master/pkg/simple/client/devops/jenkins/internal/pull_request_test.go#L34:2: expected-actual: need to reverse actual and expected values
https://github.com/kubesphere/kubesphere/blob/master/pkg/simple/client/devops/jenkins/internal/pull_request_test.go#L35:2: expected-actual: need to reverse actual and expected values
https://github.com/kubesphere/kubesphere/blob/master/pkg/simple/client/devops/jenkins/internal/pull_request_test.go#L36:2: expected-actual: need to reverse actual and expected values
https://github.com/kubesphere/kubesphere/blob/master/pkg/simple/client/devops/jenkins/internal/pull_request_test.go#L37:2: expected-actual: need to reverse actual and expected values
https://github.com/kubesphere/kubesphere/blob/master/pkg/simple/client/devops/jenkins/internal/pull_request_test.go#L38:2: expected-actual: need to reverse actual and expected values
https://github.com/kubesphere/kubesphere/blob/master/pkg/simple/client/devops/jenkins/internal/pull_request_test.go#L39:2: expected-actual: need to reverse actual and expected values
https://github.com/kubesphere/kubesphere/blob/master/pkg/simple/client/devops/jenkins/internal/pull_request_test.go#L40:2: expected-actual: need to reverse actual and expected values
https://github.com/kubesphere/kubesphere/blob/master/pkg/simple/client/devops/jenkins/internal/pull_request_test.go#L41:2: bool-compare: use assert.True

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

github-actions[bot] commented 1 week ago

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

https://github.com/pion/webrtc/blob/master/certificate_test.go#L25:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/certificate_test.go#L33:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/certificate_test.go#L41:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/certificate_test.go#L46:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/certificate_test.go#L49:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/certificate_test.go#L57:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/certificate_test.go#L65:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/certificate_test.go#L70:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/certificate_test.go#L76:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/certificate_test.go#L79:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/certificate_test.go#L82:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/certificate_test.go#L94:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/certificate_test.go#L97:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/certificate_test.go#L114:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/certificate_test.go#L127:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/certificate_test.go#L129:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/certificate_test.go#L132:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/certificate_test.go#L134:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/certificate_test.go#L136:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/datachannel_go_test.go#L286:3: negative-positive: use assert.Positive
https://github.com/pion/webrtc/blob/master/datachannel_go_test.go#L287:3: negative-positive: use assert.Positive
https://github.com/pion/webrtc/blob/master/datachannel_go_test.go#L359:3: negative-positive: use assert.Positive
https://github.com/pion/webrtc/blob/master/datachannel_go_test.go#L469:4: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/datachannel_go_test.go#L470:4: empty: use assert.Empty
https://github.com/pion/webrtc/blob/master/icecomponent_test.go#L23:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/icecomponent_test.go#L42:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/iceserver_test.go#L55:4: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/iceserver_test.go#L125:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/icetransport_test.go#L131:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/icetransport_test.go#L132:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/interceptor_test.go#L87:3: bool-compare: use assert.True
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L92:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L117:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L139:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L161:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L182:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L205:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L210:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L238:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L367:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L370:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L374:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L375:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L378:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L379:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L383:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L384:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L387:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L388:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L444:3: len: use assert.Len
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L454:3: len: use assert.Len
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L464:3: empty: use assert.Empty
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L485:3: len: use assert.Len
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L486:3: len: use assert.Len
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L507:2: len: use assert.Len
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L567:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L572:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L577:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L584:2: len: use assert.Len
https://github.com/pion/webrtc/blob/master/operations_test.go#L43:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L57:3: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L60:3: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L84:3: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L95:5: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L103:5: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L174:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L177:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L180:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L183:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L299:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L449:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L767:3: useless-assert: asserting of the same variable
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L644:2: len: use assert.Len
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L650:2: len: use assert.Len
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L654:2: len: use assert.Len
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L678:2: len: use assert.Len
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L774:2: error-nil: use assert.Error
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1247:5: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1249:4: len: use assert.Len
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1452:4: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1454:3: len: use assert.Len
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1606:2: negative-positive: use assert.Positive
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1758:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L206:2: empty: use assert.Empty
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L211:2: len: use assert.Len
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L264:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L265:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L266:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L376:2: len: use assert.Len
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L388:2: len: use assert.Len
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L393:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L413:2: len: use assert.Len
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L462:2: len: use require.Len
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L466:2: len: use require.Len
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L487:2: len: use require.Len
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L491:2: len: use require.Len
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L704:2: empty: use assert.Empty
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L709:2: len: use assert.Len
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L782:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L783:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L838:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L962:2: len: use assert.Len
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L990:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L996:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L997:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L1003:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L1004:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L1005:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L1069:4: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L1170:2: len: use assert.Len
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L1171:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L1173:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L1180:2: len: use assert.Len
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L1182:2: compares: use assert.Same
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L1187:2: len: use assert.Len
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L1188:2: compares: use assert.Same
https://github.com/pion/webrtc/blob/master/peerconnection_test.go#L178:5: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/peerconnection_test.go#L181:5: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/peerconnection_test.go#L268:2: compares: use assert.NotSame
https://github.com/pion/webrtc/blob/master/peerconnection_test.go#L351:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/rtpreceiver_go_test.go#L115:4: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/rtpreceiver_go_test.go#L116:4: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/rtpreceiver_go_test.go#L122:5: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L57:5: error-is-as: use assert.ErrorIs
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L63:5: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L66:5: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L121:2: empty: use assert.NotEmpty
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L122:2: len: use assert.Len
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L222:2: error-is-as: use assert.ErrorIs
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L270:2: error-is-as: use assert.ErrorIs
https://github.com/pion/webrtc/blob/master/rtptransceiver_test.go#L83:2: empty: use assert.NotEmpty
https://github.com/pion/webrtc/blob/master/rtptransceiver_test.go#L86:2: empty: use assert.NotEmpty
https://github.com/pion/webrtc/blob/master/rtptransceiverdirection_test.go#L25:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/rtptransceiverdirection_test.go#L46:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/sdp_test.go#L28:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/sdp_test.go#L29:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/sdp_test.go#L41:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/sdp_test.go#L42:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/sdp_test.go#L110:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/sdp_test.go#L111:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/sdp_test.go#L128:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/sdp_test.go#L129:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/sdp_test.go#L218:3: len: use assert.Len
https://github.com/pion/webrtc/blob/master/sdp_test.go#L272:3: empty: use assert.Empty
https://github.com/pion/webrtc/blob/master/sdp_test.go#L306:3: len: use assert.Len
https://github.com/pion/webrtc/blob/master/sdp_test.go#L402:4: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/sdp_test.go#L434:3: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/sdp_test.go#L476:3: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/sdp_test.go#L494:3: bool-compare: use assert.True
https://github.com/pion/webrtc/blob/master/sdp_test.go#L501:3: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/sdp_test.go#L514:3: bool-compare: use assert.True
https://github.com/pion/webrtc/blob/master/sdp_test.go#L542:4: compares: use assert.NotEqual
https://github.com/pion/webrtc/blob/master/sdp_test.go#L543:4: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/sdp_test.go#L544:4: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/sdp_test.go#L547:3: bool-compare: use assert.True
https://github.com/pion/webrtc/blob/master/sdp_test.go#L552:3: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/sdp_test.go#L564:3: bool-compare: use assert.True
https://github.com/pion/webrtc/blob/master/sdp_test.go#L567:3: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/sdp_test.go#L579:3: bool-compare: use assert.False
https://github.com/pion/webrtc/blob/master/sdp_test.go#L595:3: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/sdp_test.go#L620:3: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/sdp_test.go#L630:3: compares: use assert.Equal
https://github.com/pion/webrtc/blob/master/sdp_test.go#L647:3: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/sdp_test.go#L687:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/sdp_test.go#L712:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/sdp_test.go#L735:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/sdp_test.go#L736:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L350:3: error-is-as: use assert.ErrorIs
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L365:3: error-is-as: use assert.ErrorIs
https://github.com/pion/webrtc/blob/master/sessiondescription_test.go#L29:3: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/sessiondescription_test.go#L34:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/sessiondescription_test.go#L52:3: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/settingengine_test.go#L54:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/settingengine_test.go#L55:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/settingengine_test.go#L56:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/stats_go_test.go#L1045:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/stats_go_test.go#L1052:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/stats_go_test.go#L1059:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/stats_go_test.go#L1068:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/stats_go_test.go#L1077:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/stats_go_test.go#L1084:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L66:3: error-is-as: use assert.ErrorIs
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L81:3: error-is-as: use assert.ErrorIs
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L106:2: empty: use assert.Empty
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L110:2: len: use assert.Len
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L114:2: empty: use assert.Empty
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L154:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L189:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L190:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L288:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L205:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L208:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L211:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L214:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L226:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L758:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L761:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L764:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L1576:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L1606:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/certificate_test.go#L111:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/certificate_test.go#L118:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/icegatherer_test.go#L99:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L235:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L238:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L241:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L244:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/ortc_media_test.go#L35:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/interceptor_test.go#L37:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/icecredentialtype_test.go#L24:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L1146:4: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L1148:4: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_test.go#L747:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_test.go#L750:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtptransceiverinit_go_test.go#L26:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L149:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L270:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L273:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L276:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L279:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L282:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L301:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L308:4: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdp_test.go#L40:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_test.go#L125:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L112:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L117:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L122:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L127:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L132:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L135:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L157:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/settingengine_test.go#L95:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L91:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L160:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L38:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L41:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L44:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1221:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1224:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1227:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1230:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1233:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1283:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1301:5: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L1079:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L1082:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_test.go#L575:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_test.go#L587:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L686:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L692:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L695:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L697:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L699:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L701:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/api_test.go#L35:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L928:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L943:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L956:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L961:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L973:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L977:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L948:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/datachannel_test.go#L98:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/datachannel_test.go#L111:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L366:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L369:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L373:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L377:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L382:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L386:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L300:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L302:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L312:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L782:4: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L332:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L335:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L338:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L341:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/signalingstate_test.go#L155:4: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_test.go#L329:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_test.go#L332:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_test.go#L335:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_test.go#L353:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdp_test.go#L391:4: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdp_test.go#L397:4: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdp_test.go#L400:4: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/datachannel_go_test.go#L652:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/datachannel_go_test.go#L658:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L544:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L547:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L550:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L553:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L556:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L559:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L1503:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L34:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L37:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L40:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L42:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L126:4: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L471:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L472:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1169:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpreceiver_test.go#L44:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpreceiver_test.go#L47:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpreceiver_test.go#L50:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdp_test.go#L27:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/interceptor_test.go#L119:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/interceptor_test.go#L164:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/interceptor_test.go#L167:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/interceptor_test.go#L170:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/interceptor_test.go#L179:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L95:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L98:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L101:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L104:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L108:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L134:5: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L139:5: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/datachannel_test.go#L148:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/datachannel_test.go#L157:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L889:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L891:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L894:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L927:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L181:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L434:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L437:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L440:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L450:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L453:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L457:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L460:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_test.go#L717:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_test.go#L722:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_test.go#L737:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L293:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L296:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L299:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L113:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L116:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L222:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L225:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L723:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L731:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L1112:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L1115:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L1133:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_test.go#L258:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdp_test.go#L415:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L1361:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/settingengine_test.go#L154:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/settingengine_test.go#L159:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/settingengine_test.go#L177:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/configuration_test.go#L70:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/ortc_datachannel_test.go#L26:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/ortc_datachannel_test.go#L34:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1626:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L976:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L980:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L989:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L993:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L995:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L1000:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L1002:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L667:5: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L683:4: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L685:4: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L838:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L855:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdp_test.go#L524:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdp_test.go#L534:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/dtlstransport_test.go#L109:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/datachannel_go_test.go#L578:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/datachannel_go_test.go#L581:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/datachannel_go_test.go#L589:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/datachannel_go_test.go#L592:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/datachannel_go_test.go#L610:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/datachannel_go_test.go#L613:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/settingengine_test.go#L192:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/settingengine_test.go#L200:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/settingengine_test.go#L214:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L1165:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L1172:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L1177:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L1179:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L1181:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L1186:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtptransceiverinit_go_test.go#L30:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdp_test.go#L636:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_close_test.go#L88:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_close_test.go#L101:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L523:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/interceptor_test.go#L48:8: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L425:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L435:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L446:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L450:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L176:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L179:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L182:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L185:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L189:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L208:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/datachannel_test.go#L355:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1086:4: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/icetransport_test.go#L94:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/icetransport_test.go#L99:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/icetransport_test.go#L103:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/icetransport_test.go#L106:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/icetransport_test.go#L110:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/icetransport_test.go#L114:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L429:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L432:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L166:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L169:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L173:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L177:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L179:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L181:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L175:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L180:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L185:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L188:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L195:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L198:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L201:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L204:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L207:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L210:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L213:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L216:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L224:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L344:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L347:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/icetransport_test.go#L27:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/icetransport_test.go#L52:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L460:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_test.go#L688:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_test.go#L694:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L254:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L258:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L73:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L76:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L79:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L680:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L686:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L689:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L692:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L700:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L706:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L711:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/datachannel_test.go#L186:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/datachannel_test.go#L192:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/datachannel_test.go#L213:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/interceptor_test.go#L77:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/interceptor_test.go#L80:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/interceptor_test.go#L94:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L1317:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L1323:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L293:4: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdp_test.go#L456:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdp_test.go#L469:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L33:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L36:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L39:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L42:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L45:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L74:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L88:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L176:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L179:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L181:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L663:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L666:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L742:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L745:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L1445:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/datachannel_test.go#L470:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/ortc_datachannel_test.go#L56:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/ortc_datachannel_test.go#L73:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/ortc_datachannel_test.go#L95:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/ortc_datachannel_test.go#L96:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1148:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1151:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1154:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpreceiver_go_test.go#L112:4: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L138:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L624:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_test.go#L549:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/datachannel_test.go#L344:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/datachannel_test.go#L347:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L324:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L382:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/interceptor_test.go#L235:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/interceptor_test.go#L238:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L791:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L794:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L796:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L799:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L802:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L805:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L808:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L817:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L826:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L830:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L845:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdp_test.go#L605:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/icegatherer_test.go#L147:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/icegatherer_test.go#L150:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/icegatherer_test.go#L153:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpreceiver_go_test.go#L33:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpreceiver_go_test.go#L36:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpreceiver_go_test.go#L74:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpreceiver_go_test.go#L77:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpreceiver_go_test.go#L80:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/icecredentialtype_test.go#L61:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sessiondescription_test.go#L67:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sessiondescription_test.go#L69:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sessiondescription_test.go#L78:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L951:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L966:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L982:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L989:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L998:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L250:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L255:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L260:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L263:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L270:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L273:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L276:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L279:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L282:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L285:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L288:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L291:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L299:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdp_test.go#L585:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/icegatherer_test.go#L133:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/icegatherer_test.go#L136:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/icegatherer_test.go#L139:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L635:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L899:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L908:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/interceptor_test.go#L85:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L137:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L145:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L148:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L193:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L196:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L199:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/certificate_test.go#L73:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/certificate_test.go#L85:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L773:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L776:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L779:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L784:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L359:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L362:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/iceserver_test.go#L50:4: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/iceserver_test.go#L52:4: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_test.go#L767:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_test.go#L770:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_test.go#L775:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_test.go#L784:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/stats_go_test.go#L1206:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/stats_go_test.go#L1229:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/stats_go_test.go#L1249:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/stats_go_test.go#L1282:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/stats_go_test.go#L1298:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L1329:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L1332:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_test.go#L318:4: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_test.go#L320:4: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L254:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L258:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L1062:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L1064:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L1068:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L1070:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L1092:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L1097:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L30:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1352:4: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L137:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L140:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L143:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L146:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L149:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L159:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L661:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L667:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L673:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L676:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L994:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L997:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1000:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1031:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/datachannel_go_test.go#L678:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/datachannel_go_test.go#L689:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/icecredentialtype_test.go#L80:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/icecredentialtype_test.go#L88:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/icecredentialtype_test.go#L99:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/icecredentialtype_test.go#L102:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1331:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1334:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1337:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1340:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1343:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1368:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L860:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_test.go#L360:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_test.go#L362:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_test.go#L437:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpreceiver_go_test.go#L177:5: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpreceiver_go_test.go#L189:5: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L62:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdpsemantics_test.go#L71:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L623:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L629:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpreceiver_test.go#L31:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpreceiver_test.go#L34:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpreceiver_test.go#L57:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpreceiver_test.go#L60:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpreceiver_test.go#L63:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1428:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1431:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1434:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1439:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1442:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1514:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1533:4: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L942:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L956:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L959:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1053:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1056:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1059:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1062:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1100:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1130:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpreceiver_go_test.go#L94:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpreceiver_go_test.go#L97:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpreceiver_go_test.go#L100:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpreceiver_go_test.go#L131:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L574:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L579:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L582:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtptransceiverinit_go_test.go#L56:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdp_test.go#L348:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdp_test.go#L353:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdp_test.go#L356:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/sdp_test.go#L734:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/icecandidate_test.go#L129:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/icecandidate_test.go#L134:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L277:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L280:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtptransceiver_test.go#L97:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtptransceiver_test.go#L105:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtptransceiver_test.go#L108:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtptransceiver_test.go#L128:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L113:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L1287:4: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L1290:4: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_go_test.go#L1293:4: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L525:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L528:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L531:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L547:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L1201:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L1203:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L1205:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L1208:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L1210:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L1226:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L311:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L314:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L317:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L322:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/stats_go_test.go#L1189:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/stats_go_test.go#L1195:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/interceptor_test.go#L175:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtptransceiver_test.go#L19:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtptransceiver_test.go#L47:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtptransceiver_test.go#L79:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtptransceiver_test.go#L82:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtptransceiver_test.go#L85:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L859:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L863:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L873:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L880:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L882:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L349:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L352:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L355:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L360:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L364:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L368:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L371:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L374:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L378:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L382:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L386:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L394:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L397:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/rtpsender_test.go#L401:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/vnet_test.go#L25:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/vnet_test.go#L54:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/vnet_test.go#L58:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/icegatherer_test.go#L119:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/icegatherer_test.go#L122:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/icegatherer_test.go#L125:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1165:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L1179:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L606:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L621:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L766:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L769:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L239:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L242:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L245:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L335:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L338:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L354:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L363:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L382:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L398:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_renegotiation_test.go#L410:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L440:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L476:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L481:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L484:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L487:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L490:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L493:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L498:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go#L501:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L237:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L58:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L61:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/track_local_static_test.go#L64:3: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/icetransport_test.go#L67:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/icetransport_test.go#L82:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L23:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L26:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/mediaengine_test.go#L29:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/icetransport_test.go#L122:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/icetransport_test.go#L126:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/icetransport_test.go#L130:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/internal/mux/mux_test.go#L95:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/internal/mux/mux_test.go#L99:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/pkg/media/h264reader/h264reader_test.go#L17:2: error-nil: use require.NoError
https://github.com/pion/webrtc/blob/master/pkg/media/h264reader/h264reader_test.go#L56:2: error-nil: use require.NoError
https://github.com/pion/webrtc/blob/master/pkg/media/h264reader/h264reader_test.go#L58:2: len: use require.Len
https://github.com/pion/webrtc/blob/master/pkg/media/h264reader/h264reader_test.go#L97:2: error-nil: use require.NoError
https://github.com/pion/webrtc/blob/master/pkg/media/h264reader/h264reader_test.go#L101:2: error-nil: use require.NoError
https://github.com/pion/webrtc/blob/master/pkg/media/h264writer/h264writer_test.go#L28:2: error-nil: use assert.Error
https://github.com/pion/webrtc/blob/master/pkg/media/h264writer/h264writer_test.go#L146:5: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/pkg/media/ivfreader/ivfreader_test.go#L43:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/pkg/media/ivfreader/ivfreader_test.go#L80:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/pkg/media/ivfreader/ivfreader_test.go#L86:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/pkg/media/ivfreader/ivfreader_test.go#L88:2: len: use assert.Len
https://github.com/pion/webrtc/blob/master/pkg/media/ivfreader/ivfreader_test.go#L89:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/pkg/media/ivfreader/ivfreader_test.go#L101:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/pkg/media/ivfreader/ivfreader_test.go#L103:2: len: use assert.Len
https://github.com/pion/webrtc/blob/master/pkg/media/ivfreader/ivfreader_test.go#L104:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/pkg/media/ivfreader/ivfreader_test.go#L125:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/pkg/media/ivfreader/ivfreader_test.go#L148:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/pkg/media/ivfreader/ivfreader_test.go#L164:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/pkg/media/ivfwriter/ivfwriter_test.go#L57:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/pkg/media/ivfwriter/ivfwriter_test.go#L62:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/pkg/media/ivfwriter/ivfwriter_test.go#L68:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/pkg/media/ivfwriter/ivfwriter_test.go#L76:2: error-nil: use assert.Error
https://github.com/pion/webrtc/blob/master/pkg/media/ivfwriter/ivfwriter_test.go#L153:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/pkg/media/ivfwriter/ivfwriter_test.go#L160:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/pkg/media/ivfwriter/ivfwriter_test.go#L167:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/pkg/media/ivfwriter/ivfwriter_test.go#L194:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/pkg/media/ivfwriter/ivfwriter_test.go#L202:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/pkg/media/ivfwriter/ivfwriter_test.go#L218:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/pkg/media/ivfwriter/ivfwriter_test.go#L224:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/pkg/media/ivfwriter/ivfwriter_test.go#L226:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/pkg/media/ivfwriter/ivfwriter_test.go#L265:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/pkg/media/ivfwriter/ivfwriter_test.go#L283:4: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/pkg/media/ivfwriter/ivfwriter_test.go#L293:3: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/pkg/media/ivfwriter/ivfwriter_test.go#L249:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/pkg/media/ivfwriter/ivfwriter_test.go#L282:4: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/pkg/media/oggreader/oggreader_test.go#L35:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/pkg/media/oggreader/oggreader_test.go#L36:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/pkg/media/oggreader/oggreader_test.go#L37:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/pkg/media/oggreader/oggreader_test.go#L38:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/pkg/media/oggreader/oggreader_test.go#L39:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/pkg/media/oggreader/oggreader_test.go#L40:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/pkg/media/oggreader/oggreader_test.go#L31:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/pkg/media/oggreader/oggreader_test.go#L47:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/pkg/media/oggreader/oggreader_test.go#L53:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/pkg/media/oggwriter/oggwriter_test.go#L88:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/pkg/media/oggwriter/oggwriter_test.go#L91:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/pkg/media/oggwriter/oggwriter_test.go#L97:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/pkg/media/oggwriter/oggwriter_test.go#L103:2: error-nil: use assert.NoError
https://github.com/pion/webrtc/blob/master/pkg/media/oggwriter/oggwriter_test.go#L109:2: error-nil: use assert.Error
https://github.com/pion/webrtc/blob/master/pkg/media/oggwriter/oggwriter_test.go#L45:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/pkg/media/oggwriter/oggwriter_test.go#L154:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/pkg/media/oggwriter/oggwriter_test.go#L157:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/pkg/media/oggwriter/oggwriter_test.go#L161:2: require-error: for error assertions use require
https://github.com/pion/webrtc/blob/master/pkg/media/samplebuilder/samplebuilder_test.go#L523:4: len: use assert.Len
https://github.com/pion/webrtc/blob/master/pkg/media/samplebuilder/samplebuilder_test.go#L529:2: expected-actual: need to reverse actual and expected values
https://github.com/pion/webrtc/blob/master/pkg/null/null_test.go#L16:2: bool-compare: use assert.True
https://github.com/pion/webrtc/blob/master/pkg/null/null_test.go#L33:2: bool-compare: use assert.True
https://github.com/pion/webrtc/blob/master/pkg/null/null_test.go#L50:2: bool-compare: use assert.True
https://github.com/pion/webrtc/blob/master/pkg/null/null_test.go#L67:2: bool-compare: use assert.True
https://github.com/pion/webrtc/blob/master/pkg/null/null_test.go#L84:2: bool-compare: use assert.True
https://github.com/pion/webrtc/blob/master/pkg/null/null_test.go#L90:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/pion/webrtc/blob/master/pkg/null/null_test.go#L101:2: bool-compare: use assert.True
https://github.com/pion/webrtc/blob/master/pkg/null/null_test.go#L107:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/pion/webrtc/blob/master/pkg/null/null_test.go#L118:2: bool-compare: use assert.True
https://github.com/pion/webrtc/blob/master/pkg/null/null_test.go#L135:2: bool-compare: use assert.True
https://github.com/pion/webrtc/blob/master/pkg/null/null_test.go#L152:2: bool-compare: use assert.True
https://github.com/pion/webrtc/blob/master/pkg/null/null_test.go#L169:2: bool-compare: use assert.True
https://github.com/pion/webrtc/blob/master/pkg/null/null_test.go#L186:2: bool-compare: use assert.True
https://github.com/pion/webrtc/blob/master/pkg/null/null_test.go#L203:2: bool-compare: use assert.True
https://github.com/pion/webrtc/blob/master/pkg/null/null_test.go#L220:2: bool-compare: use assert.True
https://github.com/pion/webrtc/blob/master/pkg/null/null_test.go#L237:2: bool-compare: use assert.True
https://github.com/pion/webrtc/blob/master/pkg/null/null_test.go#L254:2: bool-compare: use assert.True
https://github.com/pion/webrtc/blob/master/pkg/null/null_test.go#L271:2: bool-compare: use assert.True
https://github.com/pion/webrtc/blob/master/pkg/null/null_test.go#L288:2: bool-compare: use assert.True
https://github.com/pion/webrtc/blob/master/pkg/null/null_test.go#L305:2: bool-compare: use assert.True

Report issue: https://github.com/pion/webrtc/issues

github-actions[bot] commented 1 week ago

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

https://github.com/panjf2000/ants/blob/dev/ants_test.go#L999:3: expected-actual: need to reverse actual and expected values
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L1054:3: expected-actual: need to reverse actual and expected values
https://github.com/panjf2000/ants/blob/dev/worker_loop_queue_test.go#L17:2: bool-compare: use assert.True
https://github.com/panjf2000/ants/blob/dev/worker_stack_test.go#L17:2: bool-compare: use assert.True
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L962:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L991:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L1046:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L452:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L457:3: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L460:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L461:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/worker_loop_queue_test.go#L46:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L267:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L281:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L235:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L249:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L370:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L376:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L386:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L389:3: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L398:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L399:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L410:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L413:3: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L420:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L433:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L525:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L533:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L534:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L537:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L544:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L549:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L550:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L553:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L472:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L475:3: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L479:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L492:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L1052:4: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L1056:3: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L1058:3: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L1061:3: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L1063:3: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L1066:3: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L1068:3: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L1080:3: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L330:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L355:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L514:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L515:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L518:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L997:4: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L1001:3: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L1003:3: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L1006:3: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L1008:3: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L1011:3: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L1013:3: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L1025:3: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L612:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L656:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L293:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L302:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L309:2: require-error: for error assertions use require
https://github.com/panjf2000/ants/blob/dev/ants_test.go#L319:2: require-error: for error assertions use require

Report issue: https://github.com/panjf2000/ants/issues

github-actions[bot] commented 1 week ago

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

-: # github.com/hajimehoshi/oto
../../../../go/pkg/mod/github.com/hajimehoshi/oto@v0.1.1/player_linux.go#L23:10: fatal error: alsa/asoundlib.h: No such file or directory
23 | #include <alsa/asoundlib.h>
|          ^~~~~~~~~~~~~~~~~~
compilation terminated.
/home/runner/go/pkg/mod/github.com/hajimehoshi/oto@v0.1.1/player_linux.go#L57:8: could not import C (no metadata for C)
testifylint: 2 errors during loading

Report issue: https://github.com/sqshq/sampler/issues

github-actions[bot] commented 1 week ago

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

-: # github.com/tinode/chat/server/db/mongodb/tests [github.com/tinode/chat/server/db/mongodb/tests.test]
server/db/mongodb/tests/mongo_test.go#L1208:16: undefined: backend.GetTestAdapter
https://github.com/tinode/chat/blob/master/server/db/mongodb/tests/mongo_test.go#L1208:16: undefined: backend.GetTestAdapter
testifylint: 2 errors during loading

Report issue: https://github.com/tinode/chat/issues

github-actions[bot] commented 1 week ago

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

https://github.com/micro/micro/blob/master/util/selector/tests.go#L37:4: error-nil: use assert.NoError
https://github.com/micro/micro/blob/master/util/selector/tests.go#L43:4: error-nil: use assert.NoError
https://github.com/micro/micro/blob/master/util/selector/tests.go#L53:3: error-nil: use assert.NoError
https://github.com/micro/micro/blob/master/service/events/store/store_test.go#L38:4: error-nil: use assert.NoErrorf
https://github.com/micro/micro/blob/master/service/events/store/store_test.go#L52:3: error-nil: use assert.NoErrorf
https://github.com/micro/micro/blob/master/service/events/store/store_test.go#L59:3: error-nil: use assert.NoErrorf
https://github.com/micro/micro/blob/master/service/runtime/resource_test.go#L28:2: require-error: for error assertions use require
https://github.com/micro/micro/blob/master/service/runtime/resource_test.go#L33:2: require-error: for error assertions use require
https://github.com/micro/micro/blob/master/service/runtime/resource_test.go#L41:2: require-error: for error assertions use require
https://github.com/micro/micro/blob/master/service/runtime/resource_test.go#L46:2: require-error: for error assertions use require
https://github.com/micro/micro/blob/master/service/runtime/resource_test.go#L51:2: require-error: for error assertions use require
https://github.com/micro/micro/blob/master/service/runtime/resource_test.go#L56:2: require-error: for error assertions use require
https://github.com/micro/micro/blob/master/service/runtime/resource_test.go#L68:2: require-error: for error assertions use require
https://github.com/micro/micro/blob/master/service/runtime/resource_test.go#L73:2: require-error: for error assertions use require
https://github.com/micro/micro/blob/master/service/runtime/resource_test.go#L78:2: require-error: for error assertions use require
https://github.com/micro/micro/blob/master/service/runtime/resource_test.go#L83:2: require-error: for error assertions use require
https://github.com/micro/micro/blob/master/service/runtime/resource_test.go#L105:2: require-error: for error assertions use require
https://github.com/micro/micro/blob/master/service/runtime/resource_test.go#L111:2: require-error: for error assertions use require
https://github.com/micro/micro/blob/master/service/runtime/build/golang/golang_test.go#L29:3: error-nil: use assert.NoError
https://github.com/micro/micro/blob/master/service/runtime/build/golang/golang_test.go#L68:3: error-nil: use assert.NoError
https://github.com/micro/micro/blob/master/service/runtime/build/golang/golang_test.go#L101:3: error-nil: use assert.NoError
https://github.com/micro/micro/blob/master/service/runtime/local/local_test.go#L30:2: error-nil: use assert.NoError
https://github.com/micro/micro/blob/master/service/runtime/local/local_test.go#L45:2: error-nil: use assert.NoError
https://github.com/micro/micro/blob/master/service/runtime/local/local_test.go#L35:2: require-error: for error assertions use require
https://github.com/micro/micro/blob/master/service/runtime/local/local_test.go#L40:2: require-error: for error assertions use require
https://github.com/micro/micro/blob/master/service/store/cache/cache_test.go#L102:2: empty: use assert.Empty
https://github.com/micro/micro/blob/master/service/store/cache/cache_test.go#L88:2: require-error: for error assertions use require
https://github.com/micro/micro/blob/master/service/store/cache/cache_test.go#L101:2: require-error: for error assertions use require
https://github.com/micro/micro/blob/master/service/store/cache/cache_test.go#L113:2: require-error: for error assertions use require
https://github.com/micro/micro/blob/master/service/store/cache/cache_test.go#L40:2: require-error: for error assertions use require
https://github.com/micro/micro/blob/master/service/store/cache/cache_test.go#L46:2: require-error: for error assertions use require
https://github.com/micro/micro/blob/master/service/store/cache/cache_test.go#L49:2: require-error: for error assertions use require
https://github.com/micro/micro/blob/master/service/store/file/blob_test.go#L29:2: error-nil: use assert.NoErrorf
https://github.com/micro/micro/blob/master/service/store/file/blob_test.go#L52:3: error-nil: use assert.NoErrorf
https://github.com/micro/micro/blob/master/service/store/file/blob_test.go#L58:3: error-nil: use assert.NoErrorf
https://github.com/micro/micro/blob/master/service/store/file/blob_test.go#L59:3: expected-actual: need to reverse actual and expected values
https://github.com/micro/micro/blob/master/service/store/file/blob_test.go#L71:3: error-nil: use assert.NoError
https://github.com/micro/micro/blob/master/service/store/file/blob_test.go#L72:3: expected-actual: need to reverse actual and expected values
https://github.com/micro/micro/blob/master/service/store/file/blob_test.go#L77:3: error-nil: use assert.NoError
https://github.com/micro/micro/blob/master/service/store/file/blob_test.go#L82:3: error-nil: use assert.NoError
https://github.com/micro/micro/blob/master/service/store/file/blob_test.go#L87:3: error-nil: use assert.NoError
https://github.com/micro/micro/blob/master/util/auth/namespace/namespace_test.go#L182:5: error-nil: use assert.Error
https://github.com/micro/micro/blob/master/util/auth/namespace/namespace_test.go#L185:5: error-nil: use assert.NoError
https://github.com/micro/micro/blob/master/util/auth/namespace/namespace_test.go#L361:5: error-nil: use assert.Error
https://github.com/micro/micro/blob/master/util/auth/namespace/namespace_test.go#L364:5: error-nil: use assert.NoError
https://github.com/micro/micro/blob/master/util/namespace/namespace_test.go#L24:3: error-nil: use assert.NoErrorf
https://github.com/micro/micro/blob/master/util/namespace/namespace_test.go#L41:3: error-nil: use assert.NoError
https://github.com/micro/micro/blob/master/util/namespace/namespace_test.go#L46:3: error-nil: use assert.NoError
https://github.com/micro/micro/blob/master/util/namespace/namespace_test.go#L51:3: error-nil: use assert.NoErrorf
https://github.com/micro/micro/blob/master/util/namespace/namespace_test.go#L60:3: empty: use assert.Empty
https://github.com/micro/micro/blob/master/util/namespace/namespace_test.go#L65:3: error-nil: use assert.NoError
https://github.com/micro/micro/blob/master/util/namespace/namespace_test.go#L86:3: error-nil: use assert.NoError
https://github.com/micro/micro/blob/master/util/namespace/namespace_test.go#L91:3: error-nil: use assert.NoError
https://github.com/micro/micro/blob/master/util/namespace/namespace_test.go#L112:3: error-nil: use assert.NoError
https://github.com/micro/micro/blob/master/util/namespace/namespace_test.go#L117:3: error-nil: use assert.NoError
https://github.com/micro/micro/blob/master/util/namespace/namespace_test.go#L123:3: error-nil: use assert.NoError
https://github.com/micro/micro/blob/master/util/namespace/namespace_test.go#L128:3: error-nil: use assert.NoError
https://github.com/micro/micro/blob/master/util/namespace/namespace_test.go#L133:3: error-nil: use assert.NoError
https://github.com/micro/micro/blob/master/util/namespace/namespace_test.go#L138:3: error-nil: use assert.NoError
https://github.com/micro/micro/blob/master/util/namespace/namespace_test.go#L59:3: require-error: for error assertions use require
https://github.com/micro/micro/blob/master/util/namespace/namespace_test.go#L18:3: require-error: for error assertions use require
https://github.com/micro/micro/blob/master/util/selector/roundrobin/roundrobin_test.go#L37:2: error-nil: use assert.NoError
https://github.com/micro/micro/blob/master/util/selector/roundrobin/roundrobin_test.go#L42:2: error-nil: use assert.NoError
https://github.com/micro/micro/blob/master/util/selector/roundrobin/roundrobin_test.go#L47:2: error-nil: use assert.NoError

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

github-actions[bot] commented 1 week ago

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

https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graylog/graylog_test_linux.go#L181:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graylog/graylog_test_linux.go#L251:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graylog/graylog_test_linux.go#L194:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graylog/graylog_test_linux.go#L195:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graylog/graylog_test_linux.go#L196:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graylog/graylog_test_linux.go#L197:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/agent/accumulator_test.go#L35:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/config/config_test.go#L523:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/internal/internal_test.go#L237:3: negative-positive: use require.Positive
https://github.com/influxdata/telegraf/blob/master/metric/metric_test.go#L115:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/migrations/inputs_httpjson/migration_test.go#L116:6: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/common/cookie/cookie_test.go#L64:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/common/cookie/cookie_test.go#L91:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/common/proxy/socks5_test.go#L35:14: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/common/shim/goshim_test.go#L54:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/common/shim/input_test.go#L51:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/common/shim/input_test.go#L78:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/common/shim/output_test.go#L32:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/common/shim/processor_test.go#L51:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/common/shim/processor_test.go#L92:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/activemq/activemq_test.go#L153:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/activemq/activemq_test.go#L157:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/activemq/activemq_test.go#L161:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/apache/apache_test.go#L36:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/apcupsd/apcupsd_test.go#L47:5: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/apcupsd/apcupsd_test.go#L51:5: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/apcupsd/apcupsd_test.go#L55:5: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/apcupsd/apcupsd_test.go#L62:6: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/aurora/aurora_test.go#L251:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/aurora/aurora_test.go#L252:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/aurora/aurora_test.go#L255:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/beat/beat_test.go#L32:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/beat/beat_test.go#L36:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/beat/beat_test.go#L38:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/beat/beat_test.go#L176:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/beat/beat_test.go#L180:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/beat/beat_test.go#L181:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/beat/beat_test.go#L182:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/beat/beat_test.go#L183:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/beat/beat_test.go#L184:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/beat/beat_test.go#L187:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/ceph/ceph_test.go#L45:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/ceph/ceph_test.go#L53:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/ceph/ceph_test.go#L61:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/chrony/chrony_test.go#L746:5: go-require: s.serve contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/clickhouse/clickhouse_test.go#L77:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/clickhouse/clickhouse_test.go#L94:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/clickhouse/clickhouse_test.go#L111:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/clickhouse/clickhouse_test.go#L128:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/clickhouse/clickhouse_test.go#L139:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/clickhouse/clickhouse_test.go#L150:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/clickhouse/clickhouse_test.go#L161:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/clickhouse/clickhouse_test.go#L174:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/clickhouse/clickhouse_test.go#L185:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/clickhouse/clickhouse_test.go#L200:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/clickhouse/clickhouse_test.go#L215:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/clickhouse/clickhouse_test.go#L232:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/clickhouse/clickhouse_test.go#L261:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/clickhouse/clickhouse_test.go#L272:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/clickhouse/clickhouse_test.go#L301:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/clickhouse/clickhouse_test.go#L454:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/clickhouse/clickhouse_test.go#L465:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/clickhouse/clickhouse_test.go#L476:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/clickhouse/clickhouse_test.go#L512:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/clickhouse/clickhouse_test.go#L523:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/clickhouse/clickhouse_test.go#L548:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/clickhouse/clickhouse_test.go#L634:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/cloud_pubsub/cloud_pubsub_test.go#L296:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/consul_agent/consul_agent_test.go#L79:6: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/ctrlx_datalayer/ctrlx_datalayer_test.go#L209:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/ctrlx_datalayer/ctrlx_datalayer_test.go#L229:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/ctrlx_datalayer/ctrlx_datalayer_test.go#L40:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/ctrlx_datalayer/ctrlx_datalayer_test.go#L84:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/ctrlx_datalayer/ctrlx_datalayer_test.go#L122:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/ctrlx_datalayer/ctrlx_datalayer_test.go#L127:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/ctrlx_datalayer/ctrlx_datalayer_test.go#L133:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/ctrlx_datalayer/ctrlx_datalayer_test.go#L140:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/ctrlx_datalayer/ctrlx_datalayer_test.go#L142:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/ctrlx_datalayer/ctrlx_datalayer_test.go#L146:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/ctrlx_datalayer/ctrlx_datalayer_test.go#L149:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/ctrlx_datalayer/ctrlx_datalayer_test.go#L152:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/ctrlx_datalayer/ctrlx_datalayer_test.go#L156:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/ctrlx_datalayer/ctrlx_datalayer_test.go#L159:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/dovecot/dovecot_test.go#L62:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/dovecot/dovecot_test.go#L65:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/dovecot/dovecot_test.go#L71:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/dovecot/dovecot_test.go#L76:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/dovecot/dovecot_test.go#L80:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/dpdk/dpdk_connector_test.go#L99:6: go-require: simulateSocketResponse contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/dpdk/dpdk_test.go#L151:6: go-require: simulateSocketResponse contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/dpdk/dpdk_test.go#L200:6: go-require: simulateSocketResponse contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/dpdk/dpdk_test.go#L226:7: go-require: simulateSocketResponse contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/dpdk/dpdk_test.go#L245:6: go-require: simulateSocketResponse contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/dpdk/dpdk_test.go#L258:6: go-require: simulateSocketResponse contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/dpdk/dpdk_test.go#L278:6: go-require: simulateSocketResponse contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/dpdk/dpdk_test.go#L279:6: go-require: simulateSocketResponse contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/dpdk/dpdk_test.go#L306:6: go-require: simulateSocketResponse contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/execd/shim/shim_posix_test.go#L40:5: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/execd/shim/shim_test.go#L77:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fibaro/fibaro_test.go#L45:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fibaro/fibaro_test.go#L49:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fibaro/fibaro_test.go#L53:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fibaro/fibaro_test.go#L58:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fibaro/fibaro_test.go#L161:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fibaro/fibaro_test.go#L165:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fibaro/fibaro_test.go#L169:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fibaro/fibaro_test.go#L174:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fireboard/fireboard_test.go#L21:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fluentd/fluentd_test.go#L203:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fluentd/fluentd_test.go#L208:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fluentd/fluentd_test.go#L209:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fluentd/fluentd_test.go#L210:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fluentd/fluentd_test.go#L215:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fluentd/fluentd_test.go#L216:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fluentd/fluentd_test.go#L217:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fluentd/fluentd_test.go#L218:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fluentd/fluentd_test.go#L219:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fluentd/fluentd_test.go#L220:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fluentd/fluentd_test.go#L221:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fluentd/fluentd_test.go#L222:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fluentd/fluentd_test.go#L223:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fluentd/fluentd_test.go#L224:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fluentd/fluentd_test.go#L225:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fluentd/fluentd_test.go#L226:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fluentd/fluentd_test.go#L227:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fluentd/fluentd_test.go#L228:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fluentd/fluentd_test.go#L233:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fluentd/fluentd_test.go#L234:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fluentd/fluentd_test.go#L235:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fluentd/fluentd_test.go#L236:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fluentd/fluentd_test.go#L237:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fluentd/fluentd_test.go#L238:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fluentd/fluentd_test.go#L239:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/fluentd/fluentd_test.go#L175:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/gnmi/gnmi_test.go#L99:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/gnmi/gnmi_test.go#L158:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/gnmi/gnmi_test.go#L1015:5: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/gnmi/gnmi_test.go#L1067:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/gnmi/gnmi_test.go#L1099:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/gnmi/gnmi_test.go#L1203:5: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/google_cloud_storage/google_cloud_storage_test.go#L95:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/google_cloud_storage/google_cloud_storage_test.go#L96:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/google_cloud_storage/google_cloud_storage_test.go#L208:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/google_cloud_storage/google_cloud_storage_test.go#L212:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/google_cloud_storage/google_cloud_storage_test.go#L269:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/google_cloud_storage/google_cloud_storage_test.go#L318:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/haproxy/haproxy_test.go#L50:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/haproxy/haproxy_test.go#L56:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/haproxy/haproxy_test.go#L60:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/haproxy/haproxy_test.go#L97:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/haproxy/haproxy_test.go#L218:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/hddtemp/go-hddtemp/hddtemp_test.go#L83:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/hddtemp/go-hddtemp/hddtemp_test.go#L86:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/hddtemp/go-hddtemp/hddtemp_test.go#L87:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/http/http_test.go#L65:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/http_response/http_response_test.go#L52:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/http_response/http_response_test.go#L182:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/http_response/http_response_test.go#L183:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/http_response/http_response_test.go#L184:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/http_response/http_response_test.go#L1124:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/http_response/http_response_test.go#L1167:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/http_response/http_response_test.go#L1344:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/icinga2/icinga2_test.go#L73:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/icinga2/icinga2_test.go#L136:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/icinga2/icinga2_test.go#L195:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/icinga2/icinga2_test.go#L265:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/influxdb/influxdb_test.go#L22:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/influxdb/influxdb_test.go#L73:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/influxdb/influxdb_test.go#L145:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/influxdb/influxdb_test.go#L185:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/influxdb/influxdb_test.go#L220:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/influxdb/influxdb_test.go#L239:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/influxdb/influxdb_test.go#L258:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/intel_dlb/intel_dlb_test.go#L424:3: nil-compare: use require.Nil
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/intel_dlb/intel_dlb_test.go#L428:6: go-require: simulateSocketResponseForGather contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/intel_powerstat/intel_powerstat_test.go#L4951:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/intel_powerstat/intel_powerstat_test.go#L4952:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/intel_rdt/publisher_test.go#L47:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/intel_rdt/publisher_test.go#L48:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/intel_rdt/publisher_test.go#L49:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/intel_rdt/publisher_test.go#L50:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/intel_rdt/publisher_test.go#L51:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/intel_rdt/publisher_test.go#L52:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/intel_rdt/publisher_test.go#L134:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/intel_rdt/publisher_test.go#L135:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/intel_rdt/publisher_test.go#L136:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/intel_rdt/publisher_test.go#L137:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/intel_rdt/publisher_test.go#L138:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/intel_rdt/publisher_test.go#L139:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/jolokia2_agent/jolokia2_agent_test.go#L652:2: empty: use require.NotEmpty
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/jolokia2_agent/jolokia2_agent_test.go#L631:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/jolokia2_proxy/jolokia2_proxy_test.go#L115:2: empty: use require.NotEmpty
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/jolokia2_proxy/jolokia2_proxy_test.go#L88:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/jolokia2_proxy/jolokia2_proxy_test.go#L91:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/kafka_consumer/kafka_consumer_test.go#L354:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/kafka_consumer/kafka_consumer_test.go#L355:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/kapacitor/kapacitor_test.go#L83:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/kapacitor/kapacitor_test.go#L102:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/kube_inventory/client_test.go#L32:2: formatter: require.Errorf call has arguments but no formatting directives
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/kubernetes/kubernetes_test.go#L19:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/kubernetes/kubernetes_test.go#L24:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/logstash/logstash_test.go#L32:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/logstash/logstash_test.go#L77:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/logstash/logstash_test.go#L123:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/logstash/logstash_test.go#L221:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/logstash/logstash_test.go#L563:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/logstash/logstash_test.go#L627:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/mailchimp/mailchimp_test.go#L21:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/mailchimp/mailchimp_test.go#L86:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/mailchimp/mailchimp_test.go#L152:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/marklogic/marklogic_test.go#L20:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/mock/mock_test.go#L78:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/mock/mock_test.go#L91:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/mock/mock_test.go#L93:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/monit/monit_test.go#L594:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/monit/monit_test.go#L621:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/nats/nats_test.go#L74:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/nats/nats_test.go#L78:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/neptune_apex/neptune_apex_test.go#L21:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/neptune_apex/neptune_apex_test.go#L410:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/net_response/net_response_test.go#L109:5: go-require: TCPServer contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/net_response/net_response_test.go#L154:5: go-require: TCPServer contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/net_response/net_response_test.go#L236:5: go-require: UDPServer contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/netflow/type_conversion_test.go#L69:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/nginx/nginx_test.go#L49:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/nginx/nginx_test.go#L53:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/nginx_plus/nginx_plus_test.go#L256:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/nginx_plus/nginx_plus_test.go#L262:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/nginx_plus_api/nginx_plus_api_metrics_test.go#L1500:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/nginx_plus_api/nginx_plus_api_metrics_test.go#L1557:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/nginx_plus_api/nginx_plus_api_metrics_test.go#L1561:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/nginx_sts/nginx_sts_test.go#L170:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/nginx_sts/nginx_sts_test.go#L176:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/nginx_upstream_check/nginx_upstream_check_test.go#L49:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/nginx_upstream_check/nginx_upstream_check_test.go#L55:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/nginx_upstream_check/nginx_upstream_check_test.go#L106:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/nginx_upstream_check/nginx_upstream_check_test.go#L112:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/nginx_upstream_check/nginx_upstream_check_test.go#L114:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/nginx_upstream_check/nginx_upstream_check_test.go#L115:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/nginx_upstream_check/nginx_upstream_check_test.go#L116:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/nginx_upstream_check/nginx_upstream_check_test.go#L117:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/nginx_vts/nginx_vts_test.go#L207:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/nginx_vts/nginx_vts_test.go#L213:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/nomad/nomad_test.go#L86:6: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/nsq/nsq_test.go#L19:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/nsq/nsq_test.go#L276:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/pgbouncer/pgbouncer_test.go#L101:2: negative-positive: use require.Positive
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/pgbouncer/pgbouncer_test.go#L213:2: negative-positive: use require.Positive
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/phpfpm/fcgi_test.go#L247:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/phpfpm/phpfpm_test.go#L45:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/phpfpm/phpfpm_test.go#L49:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/phpfpm/phpfpm_test.go#L92:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/ping/ping_test.go#L470:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/ping/ping_test.go#L472:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/ping/ping_test.go#L474:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/postgresql/postgresql_test.go#L128:2: negative-positive: use require.Positive
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/postgresql_extensible/postgresql_extensible_test.go#L124:2: negative-positive: use require.Positive
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/postgresql_extensible/postgresql_extensible_test.go#L139:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/processes/processes_test.go#L38:2: negative-positive: use require.Positive
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/prometheus/prometheus_test.go#L57:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/prometheus/prometheus_test.go#L87:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/prometheus/prometheus_test.go#L90:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/prometheus/prometheus_test.go#L93:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/prometheus/prometheus_test.go#L143:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/prometheus/prometheus_test.go#L177:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/prometheus/prometheus_test.go#L213:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/prometheus/prometheus_test.go#L240:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/prometheus/prometheus_test.go#L272:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/prometheus/prometheus_test.go#L301:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/prometheus/prometheus_test.go#L331:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/prometheus/prometheus_test.go#L353:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/prometheus/prometheus_test.go#L373:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/prometheus/prometheus_test.go#L407:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/prometheus/prometheus_test.go#L476:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/prometheus/prometheus_test.go#L502:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/prometheus/prometheus_test.go#L601:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/prometheus/prometheus_test.go#L642:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/rabbitmq/rabbitmq_test.go#L41:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/rabbitmq/rabbitmq_test.go#L44:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/rabbitmq/rabbitmq_test.go#L252:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/rabbitmq/rabbitmq_test.go#L255:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/radius/radius_test.go#L53:5: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/radius/radius_test.go#L121:5: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/raindrops/raindrops_test.go#L52:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/raindrops/raindrops_test.go#L56:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/ravendb/ravendb_test.go#L30:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/ravendb/ravendb_test.go#L34:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/ravendb/ravendb_test.go#L37:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/ravendb/ravendb_test.go#L230:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/ravendb/ravendb_test.go#L234:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/ravendb/ravendb_test.go#L237:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/riak/riak_test.go#L20:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/statsd/statsd_test.go#L1555:2: float-compare: use require.InEpsilonf (or InDeltaf)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/statsd/statsd_test.go#L206:5: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/statsd/statsd_test.go#L243:5: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/statsd/statsd_test.go#L280:5: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/tacacs/tacacs_test.go#L149:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/teamspeak/teamspeak_test.go#L64:5: go-require: handleRequest contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/tengine/tengine_test.go#L32:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/tomcat/tomcat_test.go#L45:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/tomcat/tomcat_test.go#L130:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/vault/vault_test.go#L81:6: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/vault/vault_test.go#L83:6: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/vsphere/vsphere_test.go#L181:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/vsphere/vsphere_test.go#L207:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/x509_cert/x509_cert_test.go#L92:5: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/x509_cert/x509_cert_test.go#L103:5: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/xtremio/xtremio_test.go#L85:6: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/xtremio/xtremio_test.go#L88:6: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/xtremio/xtremio_test.go#L91:6: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/xtremio/xtremio_test.go#L94:6: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/xtremio/xtremio_test.go#L97:6: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/xtremio/xtremio_test.go#L159:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/application_insights/application_insights_test.go#L406:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/application_insights/application_insights_test.go#L410:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/application_insights/application_insights_test.go#L428:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/azure_data_explorer/azure_data_explorer_test.go#L152:5: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/bigquery/bigquery_test.go#L175:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/bigquery/bigquery_test.go#L270:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/bigquery/bigquery_test.go#L274:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/bigquery/bigquery_test.go#L278:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/bigquery/bigquery_test.go#L282:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L29:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L54:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L78:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L135:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L150:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L220:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L223:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L224:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L225:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L226:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L227:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L228:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L229:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L232:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L266:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L273:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L307:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L311:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L312:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L313:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L314:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L315:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L316:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L317:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L320:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L354:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L357:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L358:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L359:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L361:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L395:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L398:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L399:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L400:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L401:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L402:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L404:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L438:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L441:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L442:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L443:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L444:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L445:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L447:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L481:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L484:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L485:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L486:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L487:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/dynatrace/dynatrace_test.go#L489:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/elasticsearch/elasticsearch_test.go#L773:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/elasticsearch/elasticsearch_test.go#L796:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/elasticsearch/elasticsearch_test.go#L660:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/elasticsearch/elasticsearch_test.go#L661:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/elasticsearch/elasticsearch_test.go#L663:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/elasticsearch/elasticsearch_test.go#L667:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/elasticsearch/elasticsearch_test.go#L695:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/elasticsearch/elasticsearch_test.go#L697:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/elasticsearch/elasticsearch_test.go#L701:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/elasticsearch/elasticsearch_test.go#L729:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/elasticsearch/elasticsearch_test.go#L731:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/elasticsearch/elasticsearch_test.go#L735:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/file/file_test.go#L268:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graphite/graphite_test.go#L86:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graphite/graphite_test.go#L87:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graphite/graphite_test.go#L88:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graphite/graphite_test.go#L170:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graphite/graphite_test.go#L171:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graphite/graphite_test.go#L172:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graphite/graphite_test.go#L703:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graphite/graphite_test.go#L704:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graphite/graphite_test.go#L705:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graphite/graphite_test.go#L718:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graphite/graphite_test.go#L720:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graphite/graphite_test.go#L721:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graphite/graphite_test.go#L722:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graphite/graphite_test.go#L735:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graphite/graphite_test.go#L736:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graphite/graphite_test.go#L737:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graphite/graphite_test.go#L750:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graphite/graphite_test.go#L752:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graphite/graphite_test.go#L753:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graphite/graphite_test.go#L754:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graphite/graphite_test.go#L767:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graphite/graphite_test.go#L768:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graphite/graphite_test.go#L769:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graphite/graphite_test.go#L782:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graphite/graphite_test.go#L784:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graphite/graphite_test.go#L785:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graphite/graphite_test.go#L786:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graphite/graphite_test.go#L799:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graphite/graphite_test.go#L800:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graphite/graphite_test.go#L801:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graphite/graphite_test.go#L814:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graphite/graphite_test.go#L816:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graphite/graphite_test.go#L817:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/graphite/graphite_test.go#L818:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L95:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L96:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L97:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L164:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L165:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L166:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L33:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L38:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L41:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L42:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L43:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L44:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L45:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L46:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L47:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L50:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L85:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L90:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L93:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L94:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L95:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L96:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L97:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L100:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L146:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L151:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L154:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L155:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L156:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L157:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L158:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L159:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L160:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L161:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L162:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L163:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L164:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L165:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L166:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/groundwork/groundwork_test.go#L169:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/http/http_test.go#L111:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/http/http_test.go#L319:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/http/http_test.go#L368:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/http/http_test.go#L374:6: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/http/http_test.go#L378:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/http/http_test.go#L379:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/http/http_test.go#L435:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/http/http_test.go#L436:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/http/http_test.go#L663:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/influxdb/http_test.go#L584:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/influxdb/http_test.go#L587:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/influxdb/http_test.go#L589:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/influxdb/http_test.go#L591:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/influxdb/http_test.go#L711:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/influxdb/http_test.go#L712:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/influxdb/http_test.go#L715:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/influxdb/http_test.go#L716:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/influxdb/http_test.go#L1028:6: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/influxdb/http_test.go#L1101:6: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/influxdb/http_test.go#L1111:6: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/influxdb_v2/http_test.go#L73:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/influxdb_v2/http_test.go#L74:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/influxdb_v2/http_test.go#L77:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/influxdb_v2/http_test.go#L78:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/influxdb_v2/http_test.go#L133:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/influxdb_v2/http_test.go#L134:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/influxdb_v2/http_test.go#L137:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/influxdb_v2/http_test.go#L138:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/influxdb_v2/http_test.go#L191:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/influxdb_v2/http_test.go#L194:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/instrumental/instrumental_test.go#L92:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/instrumental/instrumental_test.go#L97:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/instrumental/instrumental_test.go#L99:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/instrumental/instrumental_test.go#L101:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/instrumental/instrumental_test.go#L104:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/instrumental/instrumental_test.go#L106:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/instrumental/instrumental_test.go#L110:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/instrumental/instrumental_test.go#L115:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/instrumental/instrumental_test.go#L117:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/instrumental/instrumental_test.go#L119:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/instrumental/instrumental_test.go#L122:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/instrumental/instrumental_test.go#L125:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/instrumental/instrumental_test.go#L128:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/instrumental/instrumental_test.go#L131:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/instrumental/instrumental_test.go#L134:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/logzio/logzio_test.go#L75:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/logzio/logzio_test.go#L82:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/logzio/logzio_test.go#L83:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/logzio/logzio_test.go#L87:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/logzio/logzio_test.go#L89:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/logzio/logzio_test.go#L90:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/logzio/logzio_test.go#L91:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/logzio/logzio_test.go#L92:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/loki/loki_test.go#L164:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/loki/loki_test.go#L208:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/loki/loki_test.go#L214:6: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/loki/loki_test.go#L218:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/loki/loki_test.go#L222:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/loki/loki_test.go#L223:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/loki/loki_test.go#L224:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/loki/loki_test.go#L225:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/loki/loki_test.go#L226:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/loki/loki_test.go#L227:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/loki/loki_test.go#L228:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/loki/loki_test.go#L229:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/loki/loki_test.go#L267:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/loki/loki_test.go#L270:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/loki/loki_test.go#L274:6: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/loki/loki_test.go#L276:6: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/loki/loki_test.go#L318:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/loki/loki_test.go#L319:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/loki/loki_test.go#L415:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/loki/loki_test.go#L443:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/loki/loki_test.go#L447:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/loki/loki_test.go#L448:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/loki/loki_test.go#L449:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/loki/loki_test.go#L450:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/loki/loki_test.go#L451:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/loki/loki_test.go#L452:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/loki/loki_test.go#L453:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/loki/loki_test.go#L454:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/loki/loki_test.go#L455:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/loki/loki_test.go#L456:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/loki/loki_test.go#L457:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/nebius_cloud_monitoring/nebius_cloud_monitoring_test.go#L74:5: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/nebius_cloud_monitoring/nebius_cloud_monitoring_test.go#L96:5: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/nebius_cloud_monitoring/nebius_cloud_monitoring_test.go#L118:5: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/nebius_cloud_monitoring/nebius_cloud_monitoring_test.go#L143:5: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/nebius_cloud_monitoring/nebius_cloud_monitoring_test.go#L34:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/nebius_cloud_monitoring/nebius_cloud_monitoring_test.go#L37:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/opensearch/opensearch_test.go#L153:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/opensearch/opensearch_test.go#L154:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/opensearch/opensearch_test.go#L156:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/opensearch/opensearch_test.go#L160:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/opensearch/opensearch_test.go#L192:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/opensearch/opensearch_test.go#L194:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/opensearch/opensearch_test.go#L198:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/opensearch/opensearch_test.go#L226:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/opensearch/opensearch_test.go#L228:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/opensearch/opensearch_test.go#L232:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/opensearch/opensearch_test.go#L282:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/opensearch/opensearch_test.go#L284:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/opensearch/opensearch_test.go#L288:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/opentelemetry/opentelemetry_test.go#L108:14: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/postgresql/table_source_test.go#L280:2: nil-compare: use require.Nil
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/postgresql/table_source_test.go#L283:2: nil-compare: use require.Nil
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/postgresql/postgresql_test.go#L615:4: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/postgresql/postgresql_test.go#L664:4: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/postgresql/postgresql_test.go#L908:10: go-require: newPostgresqlTest contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/postgresql/postgresql_test.go#L912:5: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/postgresql/postgresql_test.go#L917:5: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/postgresql/postgresql_test.go#L918:5: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/postgresql/postgresql_test.go#L919:5: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/prometheus_client/prometheus_client_v1_test.go#L444:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/prometheus_client/prometheus_client_v2_test.go#L473:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/sensu/sensu_test.go#L203:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/sensu/sensu_test.go#L119:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/sensu/sensu_test.go#L120:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/sensu/sensu_test.go#L123:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/sensu/sensu_test.go#L126:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/sensu/sensu_test.go#L127:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/sensu/sensu_test.go#L128:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/sensu/sensu_test.go#L129:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/sensu/sensu_test.go#L130:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/sensu/sensu_test.go#L131:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/sensu/sensu_test.go#L137:6: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/sensu/sensu_test.go#L145:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/sensu/sensu_test.go#L146:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/stackdriver/stackdriver_test.go#L1141:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/sumologic/sumologic_test.go#L93:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/sumologic/sumologic_test.go#L260:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/sumologic/sumologic_test.go#L267:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/sumologic/sumologic_test.go#L268:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/sumologic/sumologic_test.go#L316:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/sumologic/sumologic_test.go#L319:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/sumologic/sumologic_test.go#L322:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/sumologic/sumologic_test.go#L324:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/sumologic/sumologic_test.go#L355:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/yandex_cloud_monitoring/yandex_cloud_monitoring_test.go#L74:5: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/yandex_cloud_monitoring/yandex_cloud_monitoring_test.go#L95:5: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/yandex_cloud_monitoring/yandex_cloud_monitoring_test.go#L116:5: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/yandex_cloud_monitoring/yandex_cloud_monitoring_test.go#L35:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/yandex_cloud_monitoring/yandex_cloud_monitoring_test.go#L38:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/zabbix/zabbix_test.go#L478:17: go-require: listenForZabbixMetric contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/zabbix/zabbix_test.go#L489:6: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/zabbix/zabbix_test.go#L490:6: go-require: compareData contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/zabbix/zabbix_test.go#L492:6: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/zabbix/zabbix_test.go#L578:14: go-require: listenForZabbixMetric contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/zabbix/zabbix_test.go#L579:3: go-require: compareData contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/zabbix/zabbix_test.go#L582:13: go-require: listenForZabbixMetric contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/zabbix/zabbix_test.go#L583:3: go-require: compareData contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/zabbix/zabbix_test.go#L586:13: go-require: listenForZabbixMetric contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/zabbix/zabbix_test.go#L587:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/zabbix/zabbix_test.go#L589:3: go-require: compareData contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/zabbix/zabbix_test.go#L592:13: go-require: listenForZabbixMetric contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/zabbix/zabbix_test.go#L593:3: go-require: compareData contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/zabbix/zabbix_test.go#L596:13: go-require: listenForZabbixMetric contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/zabbix/zabbix_test.go#L597:3: go-require: compareData contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/zabbix/zabbix_test.go#L600:13: go-require: listenForZabbixMetric contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/zabbix/zabbix_test.go#L601:3: go-require: compareData contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/zabbix/zabbix_test.go#L605:13: go-require: listenForZabbixMetric contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/zabbix/zabbix_test.go#L606:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/zabbix/zabbix_test.go#L608:3: go-require: compareData contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/zabbix/zabbix_test.go#L611:13: go-require: listenForZabbixMetric contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/zabbix/zabbix_test.go#L612:3: go-require: compareData contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/zabbix/zabbix_test.go#L616:13: go-require: listenForZabbixMetric contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/zabbix/zabbix_test.go#L617:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/zabbix/zabbix_test.go#L619:3: go-require: compareData contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/zabbix/zabbix_test.go#L693:7: go-require: listenForZabbixMetric contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/zabbix/zabbix_test.go#L696:14: go-require: listenForZabbixMetric contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/zabbix/zabbix_test.go#L697:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/zabbix/zabbix_test.go#L698:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/zabbix/zabbix_test.go#L703:13: go-require: listenForZabbixMetric contains assertions that must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/zabbix/zabbix_test.go#L704:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/zabbix/zabbix_test.go#L705:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/outputs/zabbix/zabbix_test.go#L709:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/parsers/csv/parser_test.go#L238:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/parsers/influx/parser_test.go#L978:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/parsers/influx/influx_upstream/parser_test.go#L1011:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/parsers/nagios/parser_test.go#L522:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/parsers/nagios/parser_test.go#L523:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/influxdata/telegraf/blob/master/plugins/processors/ifname/ifname_test.go#L129:4: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/processors/ifname/ifname_test.go#L130:4: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/processors/ifname/ifname_test.go#L131:4: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/processors/port_name/port_name_test.go#L22:2: empty: use require.NotEmpty
https://github.com/influxdata/telegraf/blob/master/plugins/processors/reverse_dns/rdnscache_test.go#L55:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/processors/reverse_dns/rdnscache_test.go#L61:3: go-require: require must only be used in the goroutine running the test function
https://github.com/influxdata/telegraf/blob/master/plugins/processors/starlark/starlark_test.go#L3758:2: empty: use require.NotEmpty
https://github.com/influxdata/telegraf/blob/master/plugins/processors/starlark/starlark_test.go#L3785:2: empty: use require.NotEmpty
https://github.com/influxdata/telegraf/blob/master/plugins/secretstores/docker/docker_test.go#L25:2: formatter: require.ErrorContainsf does not support error-wrapping directive %w
https://github.com/influxdata/telegraf/blob/master/plugins/secretstores/http/http_test.go#L66:6: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/secretstores/http/http_test.go#L160:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/secretstores/http/http_test.go#L202:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/secretstores/http/http_test.go#L236:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/secretstores/http/http_test.go#L271:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/secretstores/http/http_test.go#L314:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/secretstores/http/http_test.go#L320:4: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/secretstores/http/http_test.go#L361:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/secretstores/http/http_test.go#L389:3: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/secretstores/oauth2/oauth2_test.go#L183:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/secretstores/oauth2/oauth2_test.go#L224:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/secretstores/oauth2/oauth2_test.go#L271:5: go-require: do not use require in http handlers
https://github.com/influxdata/telegraf/blob/master/plugins/secretstores/oauth2/oauth2_test.go#L313:5: go-require: do not use require in http handlers

Report issue: https://github.com/influxdata/telegraf/issues

github-actions[bot] commented 1 week ago

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

https://github.com/IBM/sarama/blob/main/async_producer_test.go#L2059:2: len: use require.Len
https://github.com/IBM/sarama/blob/main/async_producer_test.go#L2063:2: len: use require.Len
https://github.com/IBM/sarama/blob/main/async_producer_test.go#L2241:2: expected-actual: need to reverse actual and expected values
https://github.com/IBM/sarama/blob/main/request_test.go#L338:5: formatter: remove unnecessary fmt.Sprintf
https://github.com/IBM/sarama/blob/main/request_test.go#L339:5: formatter: remove unnecessary fmt.Sprintf
https://github.com/IBM/sarama/blob/main/request_test.go#L340:5: formatter: remove unnecessary fmt.Sprintf
https://github.com/IBM/sarama/blob/main/request_test.go#L344:6: formatter: remove unnecessary fmt.Sprintf
https://github.com/IBM/sarama/blob/main/request_test.go#L345:6: formatter: remove unnecessary fmt.Sprintf
https://github.com/IBM/sarama/blob/main/transaction_manager_test.go#L490:4: compares: use require.NotEqual
https://github.com/IBM/sarama/blob/main/transaction_manager_test.go#L727:4: compares: use require.NotEqual
https://github.com/IBM/sarama/blob/main/transaction_manager_test.go#L849:4: compares: use require.NotEqual
https://github.com/IBM/sarama/blob/main/transaction_manager_test.go#L1027:4: compares: use require.NotEqual
https://github.com/IBM/sarama/blob/main/async_producer_test.go#L2008:4: go-require: require must only be used in the goroutine running the test function
https://github.com/IBM/sarama/blob/main/consumer_group_test.go#L229:3: go-require: require must only be used in the goroutine running the test function

Report issue: https://github.com/IBM/sarama/issues

github-actions[bot] commented 1 week ago

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

https://github.com/thanos-io/thanos/blob/main/pkg/tracing/tracing_middleware/grpctesting/interceptor_suite.go#L67:2: suite-dont-use-pkg: use s.Require().NoError
https://github.com/thanos-io/thanos/blob/main/pkg/tracing/tracing_middleware/grpctesting/interceptor_suite.go#L74:4: suite-dont-use-pkg: use s.Require().NoError
https://github.com/thanos-io/thanos/blob/main/pkg/tracing/tracing_middleware/grpctesting/interceptor_suite.go#L77:5: suite-dont-use-pkg: use s.Require().NoError
https://github.com/thanos-io/thanos/blob/main/pkg/tracing/tracing_middleware/grpctesting/interceptor_suite.go#L134:2: suite-dont-use-pkg: use s.Require().NoError
https://github.com/thanos-io/thanos/blob/main/pkg/tracing/tracing_middleware/grpctesting/interceptor_suite.go#L74:4: go-require: require must only be used in the goroutine running the test function
https://github.com/thanos-io/thanos/blob/main/pkg/tracing/tracing_middleware/grpctesting/interceptor_suite.go#L77:5: go-require: require must only be used in the goroutine running the test function
https://github.com/thanos-io/thanos/blob/main/pkg/tracing/tracing_middleware/grpctesting/interceptor_suite.go#L96:16: go-require: s.NewClient contains assertions that must only be used in the goroutine running the test function
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L60:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L61:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L62:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L63:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L64:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L65:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L66:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L67:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L68:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L69:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L78:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L79:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L80:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L81:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L82:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L83:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L84:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L85:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L86:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L87:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L102:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L103:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L104:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L105:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L106:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L107:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L108:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L109:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L110:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L111:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L124:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L125:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L126:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L127:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L128:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L129:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L130:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L131:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L132:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L133:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L154:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L155:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L156:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L157:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L158:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L159:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L160:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L161:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L162:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L163:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L206:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L207:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L208:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L209:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L210:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L211:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L212:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L213:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L214:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L215:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L222:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L223:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L224:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L225:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L226:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L227:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L228:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L229:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L230:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L231:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/fifo_cache_test.go#L278:3: error-nil: use assert.NoError
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/redis_cache_test.go#L19:2: error-nil: use require.NoError
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/redis_cache_test.go#L40:2: empty: use require.Empty
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/redis_cache_test.go#L49:2: empty: use require.Empty
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/redis_client_test.go#L18:2: error-nil: use require.NoError
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/redis_client_test.go#L22:2: error-nil: use require.NoError
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/redis_client_test.go#L52:4: error-nil: use require.NoError
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/redis_client_test.go#L56:4: error-nil: use require.NoError
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/cache_test.go#L40:3: empty: use require.Empty
https://github.com/thanos-io/thanos/blob/main/internal/cortex/chunk/cache/cache_test.go#L50:2: empty: use require.Empty
https://github.com/thanos-io/thanos/blob/main/internal/cortex/querier/queryrange/limits_test.go#L93:5: empty: use assert.Empty
https://github.com/thanos-io/thanos/blob/main/internal/cortex/querier/queryrange/limits_test.go#L177:5: empty: use assert.Empty
https://github.com/thanos-io/thanos/blob/main/internal/cortex/querier/queryrange/results_cache_test.go#L842:4: error-nil: use require.NoError
https://github.com/thanos-io/thanos/blob/main/internal/cortex/querier/queryrange/results_cache_test.go#L1241:2: len: use require.Len
https://github.com/thanos-io/thanos/blob/main/internal/cortex/querier/queryrange/results_cache_test.go#L1245:2: empty: use require.Empty
https://github.com/thanos-io/thanos/blob/main/internal/cortex/querier/series/series_set_test.go#L97:4: bool-compare: use require.True
https://github.com/thanos-io/thanos/blob/main/internal/cortex/querier/series/series_set_test.go#L101:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/querier/series/series_set_test.go#L113:3: bool-compare: use require.True
https://github.com/thanos-io/thanos/blob/main/internal/cortex/tenant/resolver_test.go#L39:4: require-error: for error assertions use require
https://github.com/thanos-io/thanos/blob/main/internal/cortex/tenant/resolver_test.go#L47:4: require-error: for error assertions use require
https://github.com/thanos-io/thanos/blob/main/internal/cortex/util/validation/limits_test.go#L155:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/util/validation/limits_test.go#L170:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/util/validation/limits_test.go#L416:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/util/validation/limits_test.go#L558:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/thanos-io/thanos/blob/main/internal/cortex/util/validation/notifications_limit_flag_test.go#L48:5: error-nil: use require.Error
https://github.com/thanos-io/thanos/blob/main/internal/cortex/util/validation/notifications_limit_flag_test.go#L93:2: error-nil: use require.Error
https://github.com/thanos-io/thanos/blob/main/internal/cortex/util/validation/notifications_limit_flag_test.go#L108:2: error-nil: use require.Error
https://github.com/thanos-io/thanos/blob/main/internal/cortex/util/validation/notifications_limit_flag_test.go#L51:5: require-error: for error assertions use require
https://github.com/thanos-io/thanos/blob/main/pkg/errutil/multierror_test.go#L25:2: len: use require.Len
https://github.com/thanos-io/thanos/blob/main/pkg/errutil/multierror_test.go#L39:2: len: use require.Len
https://github.com/thanos-io/thanos/blob/main/pkg/errutil/multierror_test.go#L57:2: len: use require.Len
https://github.com/thanos-io/thanos/blob/main/pkg/pool/worker_pool_test.go#L33:2: expected-actual: need to reverse actual and expected values
https://github.com/thanos-io/thanos/blob/main/pkg/query/endpointset_test.go#L655:3: go-require: require must only be used in the goroutine running the test function
https://github.com/thanos-io/thanos/blob/main/pkg/receive/handler_test.go#L1762:4: go-require: require must only be used in the goroutine running the test function
https://github.com/thanos-io/thanos/blob/main/pkg/tracing/tracing_middleware/interceptors_test.go#L120:2: suite-dont-use-pkg: use s.Require().NoError
https://github.com/thanos-io/thanos/blob/main/pkg/tracing/tracing_middleware/interceptors_test.go#L135:2: suite-dont-use-pkg: use s.Require().Len
https://github.com/thanos-io/thanos/blob/main/pkg/tracing/tracing_middleware/interceptors_test.go#L138:3: suite-dont-use-pkg: use s.Contains
https://github.com/thanos-io/thanos/blob/main/pkg/tracing/tracing_middleware/interceptors_test.go#L146:4: expected-actual: need to reverse actual and expected values
https://github.com/thanos-io/thanos/blob/main/pkg/tracing/tracing_middleware/interceptors_test.go#L149:2: suite-dont-use-pkg: use s.Require().NotNil
https://github.com/thanos-io/thanos/blob/main/pkg/tracing/tracing_middleware/interceptors_test.go#L150:2: suite-dont-use-pkg: use s.Require().NotNil
https://github.com/thanos-io/thanos/blob/main/pkg/tracing/tracing_middleware/interceptors_test.go#L158:2: suite-dont-use-pkg: use s.Require().NoError
https://github.com/thanos-io/thanos/blob/main/pkg/tracing/tracing_middleware/interceptors_test.go#L170:2: suite-dont-use-pkg: use s.Require().NoError
https://github.com/thanos-io/thanos/blob/main/pkg/tracing/tracing_middleware/interceptors_test.go#L176:5: suite-dont-use-pkg: use s.Contains
https://github.com/thanos-io/thanos/blob/main/pkg/tracing/tracing_middleware/interceptors_test.go#L185:2: suite-dont-use-pkg: use s.Require().NoError
https://github.com/thanos-io/thanos/blob/main/pkg/tracing/tracing_middleware/interceptors_test.go#L191:3: suite-dont-use-pkg: use s.Require().NoError
https://github.com/thanos-io/thanos/blob/main/pkg/tracing/tracing_middleware/interceptors_test.go#L200:2: suite-dont-use-pkg: use s.Require().Error
https://github.com/thanos-io/thanos/blob/main/pkg/tracing/tracing_middleware/interceptors_test.go#L202:2: suite-dont-use-pkg: use s.Equal
https://github.com/thanos-io/thanos/blob/main/pkg/tracing/tracing_middleware/interceptors_test.go#L203:2: suite-dont-use-pkg: use s.Equal
https://github.com/thanos-io/thanos/blob/main/pkg/tracing/tracing_middleware/interceptors_test.go#L209:2: suite-dont-use-pkg: use s.Require().NoError
https://github.com/thanos-io/thanos/blob/main/test/e2e/query_frontend_test.go#L1202:2: bool-compare: use require.True

Report issue: https://github.com/thanos-io/thanos/issues

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/apache/incubator-answer got output

https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/comment_repo_test.go#L71:2: expected-actual: need to reverse actual and expected values
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/meta_repo_test.go#L64:2: len: use assert.Len
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/meta_repo_test.go#L80:2: len: use assert.Len
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/notification_repo_test.go#L105:2: negative-positive: use assert.Positive
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/reason_repo_test.go#L38:2: len: use assert.Len
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/tag_rel_repo_test.go#L65:2: len: use assert.Len
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/tag_rel_repo_test.go#L83:2: len: use assert.Len
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/tag_rel_repo_test.go#L93:2: len: use assert.Len
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/user_repo_test.go#L50:2: len: use assert.Len
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/captcha_test.go#L53:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/captcha_test.go#L56:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/notification_repo_test.go#L62:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/notification_repo_test.go#L65:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/notification_repo_test.go#L68:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/revision_repo_test.go#L118:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/tag_repo_test.go#L98:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/tag_repo_test.go#L116:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/user_backyard_repo_test.go#L35:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/meta_repo_test.go#L92:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/meta_repo_test.go#L96:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/meta_repo_test.go#L99:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/notification_repo_test.go#L47:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/notification_repo_test.go#L50:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/notification_repo_test.go#L53:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/notification_repo_test.go#L101:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/notification_repo_test.go#L104:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/revision_repo_test.go#L106:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/auth_test.go#L76:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/auth_test.go#L79:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/auth_test.go#L82:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/comment_repo_test.go#L84:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/comment_repo_test.go#L88:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/comment_repo_test.go#L91:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/tag_repo_test.go#L134:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/tag_repo_test.go#L187:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/tag_repo_test.go#L191:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/tag_repo_test.go#L196:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/user_backyard_repo_test.go#L51:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/user_backyard_repo_test.go#L57:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/user_backyard_repo_test.go#L60:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/user_backyard_repo_test.go#L66:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/user_backyard_repo_test.go#L69:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/user_repo_test.go#L73:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/tag_rel_repo_test.go#L64:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/auth_test.go#L90:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/auth_test.go#L93:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/tag_repo_test.go#L78:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/tag_repo_test.go#L173:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/tag_repo_test.go#L176:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/user_repo_test.go#L81:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/user_repo_test.go#L84:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/auth_test.go#L41:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/auth_test.go#L44:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/comment_repo_test.go#L62:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/comment_repo_test.go#L70:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/siteinfo_repo_test.go#L37:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/siteinfo_repo_test.go#L40:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/siteinfo_repo_test.go#L46:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/siteinfo_repo_test.go#L49:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/tag_rel_repo_test.go#L92:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/tag_rel_repo_test.go#L97:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/tag_rel_repo_test.go#L100:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/tag_rel_repo_test.go#L104:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/tag_rel_repo_test.go#L108:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/tag_rel_repo_test.go#L111:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/tag_repo_test.go#L107:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/tag_repo_test.go#L158:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/tag_repo_test.go#L163:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/user_repo_test.go#L49:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/auth_test.go#L66:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/auth_test.go#L69:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/auth_test.go#L101:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/auth_test.go#L104:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/auth_test.go#L107:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/captcha_test.go#L39:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/captcha_test.go#L42:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/revision_repo_test.go#L72:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/revision_repo_test.go#L76:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/revision_repo_test.go#L80:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/revision_repo_test.go#L87:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/tag_repo_test.go#L143:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/tag_repo_test.go#L148:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/auth_test.go#L52:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/auth_test.go#L55:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/auth_test.go#L58:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/comment_repo_test.go#L105:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/comment_repo_test.go#L108:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/comment_repo_test.go#L111:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/email_repo_test.go#L35:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/email_repo_test.go#L38:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/meta_repo_test.go#L76:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/meta_repo_test.go#L79:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/notification_repo_test.go#L77:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/notification_repo_test.go#L80:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/notification_repo_test.go#L89:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/notification_repo_test.go#L92:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/comment_repo_test.go#L51:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/notification_repo_test.go#L113:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/notification_repo_test.go#L117:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/notification_repo_test.go#L120:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/user_repo_test.go#L65:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/meta_repo_test.go#L44:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/meta_repo_test.go#L47:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/tag_repo_test.go#L88:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/user_backyard_repo_test.go#L43:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/user_repo_test.go#L115:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/user_repo_test.go#L118:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/meta_repo_test.go#L60:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/meta_repo_test.go#L63:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/tag_rel_repo_test.go#L82:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/user_repo_test.go#L57:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/tag_rel_repo_test.go#L72:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/tag_repo_test.go#L125:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/user_repo_test.go#L92:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/user_repo_test.go#L95:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/repo/repo_test/reason_repo_test.go#L37:2: require-error: for error assertions use require
https://github.com/apache/incubator-answer/blob/main/internal/service/siteinfo_common/siteinfo_service_test.go#L50:2: expected-actual: need to reverse actual and expected values
https://github.com/apache/incubator-answer/blob/main/internal/service/siteinfo_common/siteinfo_service_test.go#L49:2: require-error: for error assertions use require

Report issue: https://github.com/apache/incubator-answer/issues

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/cert-manager/cert-manager got output

https://github.com/cert-manager/cert-manager/blob/master/internal/controller/certificaterequests/apply_test.go#L57:6: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/internal/controller/certificaterequests/apply_test.go#L62:6: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/internal/controller/certificaterequests/apply_test.go#L68:6: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/internal/controller/certificaterequests/apply_test.go#L114:6: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/internal/controller/certificaterequests/apply_test.go#L119:6: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/internal/controller/certificaterequests/apply_test.go#L125:6: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/internal/controller/certificates/secrets_test.go#L136:4: error-nil: use assert.NoError
https://github.com/cert-manager/cert-manager/blob/master/internal/controller/certificates/apply_test.go#L50:6: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/internal/controller/certificates/apply_test.go#L55:6: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/internal/controller/certificates/apply_test.go#L101:6: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/internal/controller/certificates/apply_test.go#L107:6: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/internal/controller/certificates/apply_test.go#L112:6: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/internal/controller/certificates/secrets_test.go#L33:3: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/internal/controller/challenges/apply_test.go#L58:6: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/internal/controller/challenges/apply_test.go#L63:6: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/internal/controller/challenges/apply_test.go#L101:6: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/internal/controller/challenges/apply_test.go#L107:6: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/internal/controller/challenges/apply_test.go#L112:6: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/internal/controller/issuers/apply_test.go#L53:6: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/internal/controller/issuers/apply_test.go#L58:6: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/internal/controller/issuers/apply_test.go#L64:6: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/internal/controller/issuers/apply_test.go#L101:6: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/internal/controller/issuers/apply_test.go#L106:6: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/internal/controller/issuers/apply_test.go#L112:6: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/internal/controller/orders/apply_test.go#L53:6: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/internal/controller/orders/apply_test.go#L58:6: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/internal/controller/orders/apply_test.go#L64:6: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/internal/vault/vault_test.go#L1717:3: go-require: do not use require in http handlers
https://github.com/cert-manager/cert-manager/blob/master/pkg/controller/context_test.go#L32:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/controller/context_test.go#L36:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/controller/context_test.go#L38:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/controller/acmechallenges/update_test.go#L156:5: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/controller/acmechallenges/update_test.go#L158:5: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/controller/certificate-shim/helper_test.go#L74:5: error-nil: use a.NoError
https://github.com/cert-manager/cert-manager/blob/master/pkg/controller/certificate-shim/helper_test.go#L78:5: error-nil: use a.NoError
https://github.com/cert-manager/cert-manager/blob/master/pkg/controller/certificate-shim/helper_test.go#L303:3: error-is-as: use assert.ErrorIsf
https://github.com/cert-manager/cert-manager/blob/master/pkg/controller/certificate-shim/sync_test.go#L3722:2: bool-compare: use assert.True
https://github.com/cert-manager/cert-manager/blob/master/pkg/controller/certificate-shim/sync_test.go#L3731:2: bool-compare: use assert.False
https://github.com/cert-manager/cert-manager/blob/master/pkg/controller/certificate-shim/helper_test.go#L290:5: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/controller/certificaterequests/ca/ca_test.go#L534:5: bool-compare: use assert.True
https://github.com/cert-manager/cert-manager/blob/master/pkg/controller/certificaterequests/selfsigned/checks_test.go#L339:4: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/controller/certificates/issuing/secret_manager_test.go#L1174:4: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/controller/certificates/issuing/secret_manager_test.go#L1191:4: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/controller/certificates/issuing/internal/secret_test.go#L869:4: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/controller/certificatesigningrequests/ca/ca_test.go#L691:5: bool-compare: use assert.True
https://github.com/cert-manager/cert-manager/blob/master/pkg/controller/certificatesigningrequests/selfsigned/selfsigned_test.go#L727:5: bool-compare: use assert.True
https://github.com/cert-manager/cert-manager/blob/master/pkg/controller/certificatesigningrequests/selfsigned/checks_test.go#L345:4: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/acmedns/acmedns_test.go#L56:2: expected-actual: need to reverse actual and expected values
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/acmedns/acmedns_test.go#L76:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/acmedns/acmedns_test.go#L55:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/akamai/akamai_test.go#L78:2: expected-actual: need to reverse actual and expected values
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/akamai/akamai_test.go#L79:2: expected-actual: need to reverse actual and expected values
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/akamai/akamai_test.go#L187:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/akamai/akamai_test.go#L221:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/akamai/akamai_test.go#L76:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/akamai/akamai_test.go#L103:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/akamai/akamai_test.go#L120:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/akamai/akamai_test.go#L204:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/akamai/akamai_test.go#L288:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/akamai/akamai_test.go#L86:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/akamai/akamai_test.go#L136:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/akamai/akamai_test.go#L153:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/akamai/akamai_test.go#L271:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/akamai/akamai_test.go#L169:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/akamai/akamai_test.go#L238:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/akamai/akamai_test.go#L254:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/azuredns/azuredns_test.go#L204:6: go-require: do not use assert.FailNow in http handlers
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/azuredns/azuredns_test.go#L211:5: go-require: do not use assert.FailNow in http handlers
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/azuredns/azuredns_test.go#L221:5: go-require: do not use assert.FailNow in http handlers
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/azuredns/azuredns_test.go#L271:6: go-require: do not use assert.FailNow in http handlers
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/azuredns/azuredns_test.go#L278:5: go-require: do not use assert.FailNow in http handlers
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/azuredns/azuredns_test.go#L287:5: go-require: do not use assert.FailNow in http handlers
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/azuredns/azuredns_test.go#L332:6: go-require: do not use assert.FailNow in http handlers
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/azuredns/azuredns_test.go#L342:5: go-require: do not use assert.FailNow in http handlers
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/azuredns/azuredns_test.go#L377:4: go-require: do not use assert.FailNow in http handlers
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/azuredns/azuredns_test.go#L239:3: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/azuredns/azuredns_test.go#L244:4: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/azuredns/azuredns_test.go#L303:3: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/azuredns/azuredns_test.go#L306:3: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/azuredns/azuredns_test.go#L77:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/azuredns/azuredns_test.go#L80:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/azuredns/azuredns_test.go#L354:3: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/azuredns/azuredns_test.go#L358:3: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/azuredns/azuredns_test.go#L93:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/azuredns/azuredns_test.go#L107:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/azuredns/azuredns_test.go#L110:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/azuredns/azuredns_test.go#L66:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/azuredns/azuredns_test.go#L119:3: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/azuredns/azuredns_test.go#L124:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/clouddns/clouddns_test.go#L69:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/clouddns/clouddns_test.go#L110:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/clouddns/clouddns_test.go#L81:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/clouddns/clouddns_test.go#L85:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/clouddns/clouddns_test.go#L98:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/cloudflare/cloudflare_test.go#L103:2: expected-actual: need to reverse actual and expected values
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/cloudflare/cloudflare_test.go#L121:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/cloudflare/cloudflare_test.go#L131:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/cloudflare/cloudflare_test.go#L145:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/cloudflare/cloudflare_test.go#L102:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/digitalocean/digitalocean_test.go#L68:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/digitalocean/digitalocean_test.go#L82:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/rfc2136/tsig_test.go#L105:4: expected-actual: need to reverse actual and expected values
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/rfc2136/tsig_test.go#L157:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/rfc2136/tsig_test.go#L117:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/rfc2136/tsig_test.go#L125:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/rfc2136/tsig_test.go#L133:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/rfc2136/tsig_test.go#L141:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/rfc2136/tsig_test.go#L149:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/route53/route53_test.go#L66:2: expected-actual: need to reverse actual and expected values
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/route53/route53_test.go#L261:5: error-nil: use assert.Error
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/route53/route53_test.go#L263:5: error-nil: use assert.NoError
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/route53/testutil_test.go#L36:4: go-require: do not use require in http handlers
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/route53/route53_test.go#L91:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/route53/route53_test.go#L109:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/route53/route53_test.go#L115:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/route53/route53_test.go#L119:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/route53/route53_test.go#L123:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/route53/route53_test.go#L127:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/route53/route53_test.go#L61:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/route53/route53_test.go#L64:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/route53/route53_test.go#L82:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/dns/util/dns_test.go#L94:5: formatter: remove unnecessary fmt.Sprintf
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/http/pod_test.go#L44:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/http/pod_test.go#L46:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/http/pod_test.go#L48:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/http/pod_test.go#L50:2: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/acme/http/ingress_test.go#L519:3: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/vault/setup_test.go#L489:5: empty: use require.Empty
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/vault/setup_test.go#L466:4: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/vault/setup_test.go#L477:4: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/vault/setup_test.go#L480:5: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/vault/setup_test.go#L482:5: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/server/tls/dynamic_source_test.go#L212:5: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/server/tls/dynamic_source_test.go#L224:6: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/server/tls/dynamic_source_test.go#L256:5: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/server/tls/dynamic_source_test.go#L268:6: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/server/tls/dynamic_source_test.go#L112:5: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/server/tls/dynamic_source_test.go#L157:5: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/server/tls/dynamic_source_test.go#L179:5: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/server/tls/dynamic_source_test.go#L188:5: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/util/pki/renewaltime_test.go#L89:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/cert-manager/cert-manager/blob/master/pkg/util/pki/nameconstraints_test.go#L162:4: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/util/pki/nameconstraints_test.go#L165:5: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/util/pki/nameconstraints_test.go#L168:5: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/util/pki/nameconstraints_test.go#L177:4: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/util/pki/nameconstraints_test.go#L180:5: require-error: for error assertions use require
https://github.com/cert-manager/cert-manager/blob/master/pkg/util/pki/nameconstraints_test.go#L183:5: require-error: for error assertions use require

Report issue: https://github.com/cert-manager/cert-manager/issues

github-actions[bot] commented 1 week ago

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

internal/servers/hls/http_server.go#L29:12: pattern hls.min.js: no matching files found
-: # github.com/bluenviron/mediamtx/internal/servers/hls [github.com/bluenviron/mediamtx/internal/servers/hls.test]
internal/servers/hls/http_server.go#L25:3: invalid go:embed: build system did not supply embed configuration
internal/servers/hls/http_server.go#L29:3: invalid go:embed: build system did not supply embed configuration
testifylint: 2 errors during loading

Report issue: https://github.com/bluenviron/mediamtx/issues

github-actions[bot] commented 1 week ago

Run testifylint on Repo: https://github.com/IBAX-io/go-ibax got output

-: # github.com/IBAX-io/go-ibax/packages/migration/gen [github.com/IBAX-io/go-ibax/packages/migration/gen.test]
packages/migration/gen/contracts_test.go#L60:15: cannot use 5 (untyped int constant) as string value in struct literal
https://github.com/IBAX-io/go-ibax/blob/main/packages/migration/gen/contracts_test.go#L60:15: cannot use 5 (untyped int constant) as string value in struct literal
-: # github.com/IBAX-io/go-ibax/packages/utils/metric [github.com/IBAX-io/go-ibax/packages/utils/metric.test]
packages/utils/metric/collector_test.go#L19:9: cannot use func() ([]*Value, error) {…} (value of type func() ([]*Value, error)) as CollectorFunc value in return statement
packages/utils/metric/collector_test.go#L45:26: not enough arguments in call to c.Values
have ()
want (int64)
https://github.com/IBAX-io/go-ibax/blob/main/packages/utils/metric/collector_test.go#L19:9: cannot use (func() ([]*Value, error) literal) (value of type func() ([]*Value, error)) as CollectorFunc value in return statement
https://github.com/IBAX-io/go-ibax/blob/main/packages/utils/metric/collector_test.go#L45:35: not enough arguments in call to c.Values
have ()
want (int64)
testifylint: 5 errors during loading

Report issue: https://github.com/IBAX-io/go-ibax/issues

github-actions[bot] commented 1 week ago

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

https://github.com/moonD4rk/HackBrowserData/blob/main/browser/firefox/firefox_test.go#L12:2: require-error: for error assertions use require
https://github.com/moonD4rk/HackBrowserData/blob/main/browser/firefox/firefox_test.go#L20:2: require-error: for error assertions use require
https://github.com/moonD4rk/HackBrowserData/blob/main/browser/firefox/firefox_test.go#L27:2: require-error: for error assertions use require
https://github.com/moonD4rk/HackBrowserData/blob/main/browser/firefox/firefox_test.go#L35:2: require-error: for error assertions use require
https://github.com/moonD4rk/HackBrowserData/blob/main/crypto/asn1pbe_test.go#L77:3: error-nil: use assert.NoError
https://github.com/moonD4rk/HackBrowserData/blob/main/crypto/asn1pbe_test.go#L79:3: error-nil: use assert.NoError
https://github.com/moonD4rk/HackBrowserData/blob/main/crypto/asn1pbe_test.go#L81:3: bool-compare: use assert.True
https://github.com/moonD4rk/HackBrowserData/blob/main/crypto/asn1pbe_test.go#L84:3: expected-actual: need to reverse actual and expected values
https://github.com/moonD4rk/HackBrowserData/blob/main/crypto/asn1pbe_test.go#L111:3: error-nil: use assert.NoError
https://github.com/moonD4rk/HackBrowserData/blob/main/crypto/asn1pbe_test.go#L112:3: bool-compare: use assert.True
https://github.com/moonD4rk/HackBrowserData/blob/main/crypto/asn1pbe_test.go#L139:3: error-nil: use assert.NoError
https://github.com/moonD4rk/HackBrowserData/blob/main/crypto/asn1pbe_test.go#L140:3: bool-compare: use assert.True
https://github.com/moonD4rk/HackBrowserData/blob/main/crypto/asn1pbe_test.go#L148:3: error-nil: use assert.NoError
https://github.com/moonD4rk/HackBrowserData/blob/main/crypto/asn1pbe_test.go#L150:3: error-nil: use assert.NoError
https://github.com/moonD4rk/HackBrowserData/blob/main/crypto/asn1pbe_test.go#L152:3: bool-compare: use assert.True
https://github.com/moonD4rk/HackBrowserData/blob/main/crypto/asn1pbe_test.go#L196:3: error-nil: use assert.NoError
https://github.com/moonD4rk/HackBrowserData/blob/main/crypto/asn1pbe_test.go#L197:3: bool-compare: use assert.True
https://github.com/moonD4rk/HackBrowserData/blob/main/crypto/asn1pbe_test.go#L239:3: error-nil: use assert.NoError
https://github.com/moonD4rk/HackBrowserData/blob/main/crypto/asn1pbe_test.go#L240:3: bool-compare: use assert.True
https://github.com/moonD4rk/HackBrowserData/blob/main/crypto/asn1pbe_test.go#L248:3: error-nil: use assert.NoError
https://github.com/moonD4rk/HackBrowserData/blob/main/crypto/asn1pbe_test.go#L250:3: error-nil: use assert.NoError
https://github.com/moonD4rk/HackBrowserData/blob/main/crypto/asn1pbe_test.go#L252:3: bool-compare: use assert.True
https://github.com/moonD4rk/HackBrowserData/blob/main/crypto/asn1pbe_test.go#L273:3: error-nil: use assert.NoError
https://github.com/moonD4rk/HackBrowserData/blob/main/crypto/asn1pbe_test.go#L274:3: bool-compare: use assert.True
https://github.com/moonD4rk/HackBrowserData/blob/main/crypto/asn1pbe_test.go#L293:3: error-nil: use assert.NoError
https://github.com/moonD4rk/HackBrowserData/blob/main/crypto/asn1pbe_test.go#L294:3: bool-compare: use assert.True
https://github.com/moonD4rk/HackBrowserData/blob/main/crypto/crypto_test.go#L31:2: error-nil: use assert.NoError
https://github.com/moonD4rk/HackBrowserData/blob/main/crypto/crypto_test.go#L32:2: bool-compare: use assert.True
https://github.com/moonD4rk/HackBrowserData/blob/main/crypto/crypto_test.go#L39:2: error-nil: use assert.NoError
https://github.com/moonD4rk/HackBrowserData/blob/main/crypto/crypto_test.go#L40:2: bool-compare: use assert.True
https://github.com/moonD4rk/HackBrowserData/blob/main/crypto/crypto_test.go#L46:2: error-nil: use assert.NoError
https://github.com/moonD4rk/HackBrowserData/blob/main/crypto/crypto_test.go#L47:2: bool-compare: use assert.True
https://github.com/moonD4rk/HackBrowserData/blob/main/crypto/crypto_test.go#L54:2: error-nil: use assert.NoError
https://github.com/moonD4rk/HackBrowserData/blob/main/crypto/crypto_test.go#L55:2: bool-compare: use assert.True
https://github.com/moonD4rk/HackBrowserData/blob/main/crypto/crypto_test.go#L61:2: error-nil: use assert.NoError
https://github.com/moonD4rk/HackBrowserData/blob/main/crypto/crypto_test.go#L62:2: bool-compare: use assert.True
https://github.com/moonD4rk/HackBrowserData/blob/main/crypto/crypto_test.go#L69:2: error-nil: use assert.NoError
https://github.com/moonD4rk/HackBrowserData/blob/main/crypto/crypto_test.go#L70:2: bool-compare: use assert.True
https://github.com/moonD4rk/HackBrowserData/blob/main/types/types_test.go#L59:3: formatter: remove unnecessary fmt.Sprintf

Report issue: https://github.com/moonD4rk/HackBrowserData/issues

github-actions[bot] commented 1 week ago

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

config/config.go#L10:2: missing go.sum entry for module providing package github.com/BurntSushi/toml (imported by github.com/asciimoo/wuzz/config); to add:
go get github.com/asciimoo/wuzz/config
config/config.go#L11:2: missing go.sum entry for module providing package github.com/mitchellh/go-homedir (imported by github.com/asciimoo/wuzz/config); to add:
go get github.com/asciimoo/wuzz/config
https://github.com/asciimoo/wuzz/blob/master/config/config.go#L10:2: could not import github.com/BurntSushi/toml (invalid package name: "")
https://github.com/asciimoo/wuzz/blob/master/config/config.go#L11:2: could not import github.com/mitchellh/go-homedir (invalid package name: "")
https://github.com/asciimoo/wuzz/blob/master/config/config.go#L166:30: undefined: homedir
https://github.com/asciimoo/wuzz/blob/master/config/config.go#L171:29: undefined: homedir
formatter/html.go#L8:2: missing go.sum entry for module providing package github.com/PuerkitoBio/goquery (imported by github.com/asciimoo/wuzz/formatter); to add:
go get github.com/asciimoo/wuzz/formatter
formatter/json.go#L8:2: missing go.sum entry for module providing package github.com/nwidger/jsoncolor (imported by github.com/asciimoo/wuzz/formatter); to add:
go get github.com/asciimoo/wuzz/formatter
formatter/json.go#L9:2: missing go.sum entry for module providing package github.com/tidwall/gjson (imported by github.com/asciimoo/wuzz/formatter); to add:
go get github.com/asciimoo/wuzz/formatter
formatter/html.go#L9:2: missing go.sum entry for module providing package github.com/x86kernel/htmlcolor (imported by github.com/asciimoo/wuzz/formatter); to add:
go get github.com/asciimoo/wuzz/formatter
https://github.com/asciimoo/wuzz/blob/master/formatter/html.go#L8:2: could not import github.com/PuerkitoBio/goquery (invalid package name: "")
https://github.com/asciimoo/wuzz/blob/master/formatter/html.go#L9:2: could not import github.com/x86kernel/htmlcolor (invalid package name: "")
https://github.com/asciimoo/wuzz/blob/master/formatter/json.go#L8:2: could not import github.com/nwidger/jsoncolor (invalid package name: "")
https://github.com/asciimoo/wuzz/blob/master/formatter/json.go#L9:2: could not import github.com/tidwall/gjson (invalid package name: "")
wuzz.go#L30:2: missing go.sum entry for module providing package github.com/alessio/shellescape (imported by github.com/asciimoo/wuzz); to add:
go get github.com/asciimoo/wuzz
commands.go#L11:2: missing go.sum entry for module providing package github.com/jroimartin/gocui (imported by github.com/asciimoo/wuzz); to add:
go get github.com/asciimoo/wuzz
wuzz.go#L32:2: missing go.sum entry for module providing package github.com/mattn/go-runewidth (imported by github.com/asciimoo/wuzz); to add:
go get github.com/asciimoo/wuzz
commands.go#L12:2: missing go.sum entry for module providing package github.com/nsf/termbox-go (imported by github.com/asciimoo/wuzz); to add:
go get github.com/asciimoo/wuzz
wuzz.go#L25:2: missing go.sum entry for module providing package golang.org/x/net/proxy (imported by github.com/asciimoo/wuzz); to add:
go get github.com/asciimoo/wuzz
https://github.com/asciimoo/wuzz/blob/master/commands.go#L11:2: could not import github.com/jroimartin/gocui (invalid package name: "")
https://github.com/asciimoo/wuzz/blob/master/commands.go#L12:2: could not import github.com/nsf/termbox-go (invalid package name: "")
https://github.com/asciimoo/wuzz/blob/master/wuzz.go#L25:2: could not import golang.org/x/net/proxy (invalid package name: "")
https://github.com/asciimoo/wuzz/blob/master/wuzz.go#L30:2: could not import github.com/alessio/shellescape (invalid package name: "")
https://github.com/asciimoo/wuzz/blob/master/wuzz.go#L32:2: could not import github.com/mattn/go-runewidth (invalid package name: "")
https://github.com/asciimoo/wuzz/blob/master/commands.go#L247:3: undefined: termbox
https://github.com/asciimoo/wuzz/blob/master/wuzz.go#L1857:102: undefined: termbox
https://github.com/asciimoo/wuzz/blob/master/wuzz.go#L1867:35: undefined: runewidth
https://github.com/asciimoo/wuzz/blob/master/formatter/html.go#L8:2: could not import github.com/PuerkitoBio/goquery (invalid package name: "")
https://github.com/asciimoo/wuzz/blob/master/formatter/html.go#L9:2: could not import github.com/x86kernel/htmlcolor (invalid package name: "")
https://github.com/asciimoo/wuzz/blob/master/formatter/json.go#L8:2: could not import github.com/nwidger/jsoncolor (invalid package name: "")
https://github.com/asciimoo/wuzz/blob/master/formatter/json.go#L9:2: could not import github.com/tidwall/gjson (invalid package name: "")
testifylint: 31 errors during loading

Report issue: https://github.com/asciimoo/wuzz/issues

github-actions[bot] commented 1 week ago

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

-: # github.com/Jguer/go-alpm/v2
../../../../go/pkg/mod/github.com/!jguer/go-alpm/v2@v2.2.2/alpm.go#L10:11: fatal error: alpm.h: No such file or directory
10 | // #include <alpm.h>
|           ^~~~~~~~
compilation terminated.
/home/runner/go/pkg/mod/github.com/!jguer/go-alpm/v2@v2.2.2/alpm.go#L11:8: could not import C (no metadata for C)
testifylint: 2 errors during loading

Report issue: https://github.com/Jguer/yay/issues

github-actions[bot] commented 1 week ago

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

https://github.com/ory/kratos/blob/master/internal/testhelpers/session.go#L56:2: error-is-as: invalid usage of require.NoError, use require.NotErrorIs instead
https://github.com/ory/kratos/blob/master/internal/testhelpers/errorx.go#L34:3: go-require: do not use require in http handlers
https://github.com/ory/kratos/blob/master/internal/testhelpers/errorx.go#L65:3: go-require: do not use require in http handlers
https://github.com/ory/kratos/blob/master/internal/testhelpers/errorx.go#L81:3: go-require: do not use require in http handlers
https://github.com/ory/kratos/blob/master/internal/testhelpers/selfservice_login.go#L36:3: go-require: do not use require in http handlers
https://github.com/ory/kratos/blob/master/internal/testhelpers/selfservice_recovery.go#L31:3: go-require: do not use require in http handlers
https://github.com/ory/kratos/blob/master/internal/testhelpers/selfservice_registration.go#L37:3: go-require: do not use require in http handlers
https://github.com/ory/kratos/blob/master/internal/testhelpers/selfservice_settings.go#L39:3: go-require: do not use require in http handlers
https://github.com/ory/kratos/blob/master/internal/testhelpers/selfservice_settings.go#L156:3: go-require: do not use require in http handlers
https://github.com/ory/kratos/blob/master/internal/testhelpers/selfservice_settings.go#L163:3: go-require: do not use require in http handlers
https://github.com/ory/kratos/blob/master/internal/testhelpers/selfservice_settings.go#L164:3: go-require: do not use require in http handlers
https://github.com/ory/kratos/blob/master/internal/testhelpers/selfservice_verification.go#L36:3: go-require: do not use require in http handlers
https://github.com/ory/kratos/blob/master/internal/testhelpers/selfservice_verification.go#L63:3: go-require: do not use require in http handlers
https://github.com/ory/kratos/blob/master/internal/testhelpers/session.go#L63:3: go-require: do not use require in http handlers
https://github.com/ory/kratos/blob/master/internal/testhelpers/session.go#L82:3: go-require: do not use require in http handlers
https://github.com/ory/kratos/blob/master/internal/testhelpers/session.go#L103:3: go-require: do not use require in http handlers
https://github.com/ory/kratos/blob/master/continuity/test/persistence.go#L67:4: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/continuity/test/persistence.go#L82:5: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/continuity/test/persistence.go#L83:5: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/continuity/test/persistence.go#L141:5: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/continuity/test/persistence.go#L142:5: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/courier/test/persistence.go#L42:4: empty: use assert.Empty
https://github.com/ory/kratos/blob/master/courier/test/persistence.go#L137:5: empty: use require.Empty
https://github.com/ory/kratos/blob/master/courier/test/persistence.go#L196:5: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/courier/test/persistence.go#L197:5: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/courier/test/persistence.go#L219:5: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/courier/test/persistence.go#L220:5: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/identity/test/pool.go#L659:5: empty: use assert.Empty
https://github.com/ory/kratos/blob/master/identity/test/pool.go#L710:5: empty: use require.NotEmpty
https://github.com/ory/kratos/blob/master/identity/test/pool.go#L751:4: empty: use require.NotEmpty
https://github.com/ory/kratos/blob/master/identity/test/pool.go#L820:5: empty: use assert.Empty
https://github.com/ory/kratos/blob/master/identity/test/pool.go#L831:5: empty: use assert.Empty
https://github.com/ory/kratos/blob/master/identity/test/pool.go#L1341:4: empty: use require.Empty
https://github.com/ory/kratos/blob/master/internal/registrationhelpers/helpers.go#L76:3: bool-compare: use assert.False
https://github.com/ory/kratos/blob/master/internal/registrationhelpers/helpers.go#L303:4: empty: use assert.Empty
https://github.com/ory/kratos/blob/master/internal/registrationhelpers/helpers.go#L352:4: empty: use assert.Empty
https://github.com/ory/kratos/blob/master/selfservice/flow/login/test/persistence.go#L148:5: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/flow/login/test/persistence.go#L149:5: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/flow/recovery/test/persistence.go#L80:4: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/flow/registration/test/persistence.go#L153:5: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/flow/registration/test/persistence.go#L154:5: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/flow/settings/test/persistence.go#L207:5: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/flow/settings/test/persistence.go#L208:5: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/flow/verification/test/persistence.go#L79:4: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/sessiontokenexchange/test/persistence.go#L113:5: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/selfservice/sessiontokenexchange/test/persistence.go#L160:5: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/selfservice/sessiontokenexchange/test/persistence.go#L54:5: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/selfservice/sessiontokenexchange/test/persistence.go#L129:5: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/selfservice/sessiontokenexchange/test/persistence.go#L144:5: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/session/test/persistence.go#L68:4: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/session/test/persistence.go#L70:4: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/session/test/persistence.go#L264:5: empty: use assert.Empty
https://github.com/ory/kratos/blob/master/session/test/persistence.go#L303:6: bool-compare: use assert.True
https://github.com/ory/kratos/blob/master/session/test/persistence.go#L328:5: len: use require.Len
https://github.com/ory/kratos/blob/master/session/test/persistence.go#L330:5: bool-compare: use assert.True
https://github.com/ory/kratos/blob/master/session/test/persistence.go#L344:5: bool-compare: use assert.False
https://github.com/ory/kratos/blob/master/session/test/persistence.go#L377:5: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/session/test/persistence.go#L422:5: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/session/test/persistence.go#L450:5: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/session/test/persistence.go#L576:5: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/session/test/persistence.go#L397:5: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/cmd/courier/watch_test.go#L25:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/cmd/identities/delete_test.go#L40:3: error-is-as: use assert.ErrorIs
https://github.com/ory/kratos/blob/master/cmd/identities/validate_test.go#L73:4: empty: use assert.Empty
https://github.com/ory/kratos/blob/master/cmd/identities/import_test.go#L102:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/cmd/identities/validate_test.go#L72:4: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/cmd/identities/import_test.go#L74:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/continuity/manager_test.go#L139:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/continuity/manager_test.go#L176:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/courier/handler_test.go#L91:5: empty: use assert.Empty
https://github.com/ory/kratos/blob/master/courier/handler_test.go#L137:7: empty: use assert.Empty
https://github.com/ory/kratos/blob/master/courier/sms_test.go#L60:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/courier/smtp_test.go#L76:2: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/courier/smtp_test.go#L77:2: bool-compare: use assert.False
https://github.com/ory/kratos/blob/master/courier/smtp_test.go#L81:2: bool-compare: use assert.True
https://github.com/ory/kratos/blob/master/courier/smtp_test.go#L85:2: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/courier/smtp_test.go#L86:2: bool-compare: use assert.False
https://github.com/ory/kratos/blob/master/courier/smtp_test.go#L101:2: bool-compare: use assert.True
https://github.com/ory/kratos/blob/master/courier/smtp_test.go#L102:2: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/courier/smtp_test.go#L103:2: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/courier/smtp_test.go#L104:2: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/courier/smtp_test.go#L110:2: empty: use assert.Empty
https://github.com/ory/kratos/blob/master/courier/http_test.go#L108:3: go-require: require must only be used in the goroutine running the test function
https://github.com/ory/kratos/blob/master/courier/smtp_test.go#L175:3: go-require: require must only be used in the goroutine running the test function
https://github.com/ory/kratos/blob/master/courier/http_test.go#L63:3: go-require: do not use require in http handlers
https://github.com/ory/kratos/blob/master/courier/http_test.go#L68:3: go-require: do not use require in http handlers
https://github.com/ory/kratos/blob/master/courier/sms_test.go#L50:3: go-require: do not use require in http handlers
https://github.com/ory/kratos/blob/master/courier/sms_test.go#L55:3: go-require: do not use require in http handlers
https://github.com/ory/kratos/blob/master/courier/template/load_template_test.go#L201:4: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/courier/template/load_template_test.go#L204:4: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/driver/config/config_test.go#L149:5: len: use assert.Len
https://github.com/ory/kratos/blob/master/driver/config/config_test.go#L180:4: len: use assert.Len
https://github.com/ory/kratos/blob/master/driver/config/config_test.go#L232:4: bool-compare: use assert.True
https://github.com/ory/kratos/blob/master/driver/config/config_test.go#L372:4: bool-compare: use assert.True
https://github.com/ory/kratos/blob/master/driver/config/config_test.go#L627:2: bool-compare: use assert.True
https://github.com/ory/kratos/blob/master/driver/config/config_test.go#L629:2: bool-compare: use assert.False
https://github.com/ory/kratos/blob/master/driver/config/config_test.go#L631:2: bool-compare: use assert.False
https://github.com/ory/kratos/blob/master/driver/config/config_test.go#L633:2: bool-compare: use assert.True
https://github.com/ory/kratos/blob/master/driver/config/config_test.go#L787:3: bool-compare: use assert.True
https://github.com/ory/kratos/blob/master/driver/config/config_test.go#L792:3: bool-compare: use assert.False
https://github.com/ory/kratos/blob/master/driver/config/config_test.go#L802:3: bool-compare: use assert.True
https://github.com/ory/kratos/blob/master/driver/config/config_test.go#L807:3: bool-compare: use assert.False
https://github.com/ory/kratos/blob/master/driver/config/config_test.go#L1156:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/driver/config/config_test.go#L1158:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/driver/config/config_test.go#L1168:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/driver/config/config_test.go#L1169:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/driver/config/config_test.go#L1200:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/driver/config/config_test.go#L1205:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/driver/config/config_test.go#L1338:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/driver/config/config_test.go#L1340:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/driver/config/config_test.go#L1341:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/driver/config/config_test.go#L1343:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/driver/config/config_test.go#L1008:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/driver/config/config_test.go#L970:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/driver/config/config_test.go#L975:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/driver/config/config_test.go#L984:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/driver/config/config_test.go#L1033:4: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/driver/config/config_test.go#L938:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/driver/config/config_test.go#L1295:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/driver/config/config_test.go#L958:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/embedx/embedx_test.go#L60:5: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/embedx/embedx_test.go#L61:5: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/embedx/embedx_test.go#L63:5: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L86:4: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L90:4: len: use assert.Len
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L122:4: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L126:4: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L212:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L213:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L216:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L217:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L223:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L224:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L227:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L228:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L231:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L232:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L238:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L239:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L242:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L243:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L255:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L256:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L269:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L270:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L276:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L277:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L281:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L282:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L285:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L286:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L294:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L301:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L308:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L310:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L312:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L318:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L319:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L322:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L328:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L329:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L332:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L343:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L344:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L348:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L349:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L359:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L362:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L365:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L372:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L373:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L374:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L377:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L378:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L390:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L391:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L394:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L395:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L405:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L406:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L409:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L410:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L446:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L447:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L449:3: error-is-as: invalid usage of assert.Error, use assert.ErrorIs instead
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L458:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L459:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L472:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L473:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L486:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L487:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L500:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L501:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L514:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L515:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L528:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L529:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L65:2: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L278:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L279:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L283:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L287:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L295:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L296:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L298:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L300:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L303:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L304:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L306:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L476:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L490:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L214:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L375:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L379:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L381:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L382:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L449:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L462:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L320:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L330:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L345:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L346:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L350:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L352:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L353:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L354:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L355:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L356:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L357:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L360:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L363:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L421:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L422:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L423:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L424:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L426:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L427:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L428:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L429:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L431:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L432:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L434:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L435:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L437:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L518:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L225:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L229:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L240:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L244:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L246:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L247:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L248:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L249:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L257:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L259:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L260:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L261:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L262:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L263:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L504:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L407:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L411:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L413:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L532:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L392:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L396:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/hash/hasher_test.go#L398:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/identity/credentials_test.go#L29:2: compares: use assert.Less
https://github.com/ory/kratos/blob/master/identity/credentials_test.go#L30:2: compares: use assert.Less
https://github.com/ory/kratos/blob/master/identity/credentials_webauthn_test.go#L38:2: empty: use assert.Empty
https://github.com/ory/kratos/blob/master/identity/credentials_webauthn_test.go#L41:2: empty: use assert.Empty
https://github.com/ory/kratos/blob/master/identity/identity_recovery_test.go#L20:2: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/identity/identity_recovery_test.go#L21:2: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/identity/identity_test.go#L101:2: error-nil: use require.NoError
https://github.com/ory/kratos/blob/master/identity/identity_test.go#L118:2: error-nil: use require.NoError
https://github.com/ory/kratos/blob/master/identity/identity_test.go#L132:2: error-nil: use require.NoError
https://github.com/ory/kratos/blob/master/identity/identity_test.go#L146:2: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/identity/identity_test.go#L156:2: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/identity/identity_test.go#L166:2: error-nil: use require.NoError
https://github.com/ory/kratos/blob/master/identity/identity_test.go#L176:2: error-nil: use require.NoError
https://github.com/ory/kratos/blob/master/identity/identity_test.go#L192:2: error-nil: use require.NoError
https://github.com/ory/kratos/blob/master/identity/identity_test.go#L214:2: error-nil: use require.NoError
https://github.com/ory/kratos/blob/master/identity/identity_test.go#L425:2: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/identity/identity_test.go#L428:2: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/identity/identity_test.go#L434:2: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/identity/identity_verification_test.go#L27:2: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/identity/identity_verification_test.go#L28:2: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/identity/identity_verification_test.go#L29:2: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/identity/identity_verification_test.go#L30:2: bool-compare: use assert.False
https://github.com/ory/kratos/blob/master/identity/identity_test.go#L390:2: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/identity/identity_test.go#L392:2: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/identity/identity_test.go#L414:2: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/identity/identity_test.go#L416:2: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/identity/identity_test.go#L418:2: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/identity/handler_test.go#L123:5: empty: use assert.Empty
https://github.com/ory/kratos/blob/master/identity/handler_test.go#L1207:5: bool-compare: use assert.False
https://github.com/ory/kratos/blob/master/identity/handler_test.go#L1574:5: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/identity/handler_test.go#L1576:5: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/identity/handler_test.go#L1578:5: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/identity/handler_test.go#L1591:5: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/identity/handler_test.go#L1593:5: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/identity/handler_test.go#L1740:9: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/identity/manager_test.go#L198:6: empty: use assert.Empty
https://github.com/ory/kratos/blob/master/identity/manager_test.go#L222:6: empty: use assert.Empty
https://github.com/ory/kratos/blob/master/identity/manager_test.go#L312:6: empty: use assert.Empty
https://github.com/ory/kratos/blob/master/identity/manager_test.go#L341:6: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/identity/manager_test.go#L280:6: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/identity/manager_test.go#L642:4: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/identity/manager_test.go#L339:6: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/identity/manager_test.go#L245:6: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/identity/manager_test.go#L310:6: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/identity/manager_test.go#L220:6: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/identity/manager_test.go#L196:6: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/persistence/sql/persister_cleanup_test.go#L24:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/persistence/sql/persister_cleanup_test.go#L42:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/persistence/sql/persister_cleanup_test.go#L60:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/persistence/sql/persister_cleanup_test.go#L78:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/persistence/sql/persister_cleanup_test.go#L96:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/persistence/sql/persister_cleanup_test.go#L114:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/persistence/sql/persister_cleanup_test.go#L132:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/persistence/sql/persister_cleanup_test.go#L150:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/persistence/sql/persister_cleanup_test.go#L168:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/persistence/sql/persister_test.go#L144:4: go-require: require must only be used in the goroutine running the test function
https://github.com/ory/kratos/blob/master/persistence/sql/persister_test.go#L147:4: go-require: require must only be used in the goroutine running the test function
https://github.com/ory/kratos/blob/master/persistence/sql/persister_test.go#L148:4: go-require: require must only be used in the goroutine running the test function
https://github.com/ory/kratos/blob/master/persistence/sql/persister_test.go#L196:7: go-require: require must only be used in the goroutine running the test function
https://github.com/ory/kratos/blob/master/persistence/sql/persister_test.go#L367:9: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/schema/extension_test.go#L86:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/selfservice/flow/error_test.go#L145:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/selfservice/flow/login/handler_test.go#L92:4: empty: use assert.Empty
https://github.com/ory/kratos/blob/master/selfservice/flow/login/hook_test.go#L254:7: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/flow/login/hook_test.go#L255:7: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/flow/login/hook_test.go#L256:7: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/flow/login/hook_test.go#L283:7: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/flow/login/hook_test.go#L284:7: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/flow/login/hook_test.go#L285:7: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/flow/login/hook_test.go#L323:6: len: use assert.Len
https://github.com/ory/kratos/blob/master/selfservice/flow/login/hook_test.go#L363:5: error-nil: use require.Error
https://github.com/ory/kratos/blob/master/selfservice/flow/login/handler_test.go#L817:4: go-require: do not use require in http handlers
https://github.com/ory/kratos/blob/master/selfservice/flow/login/aal_test.go#L18:2: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/selfservice/flow/logout/handler_test.go#L110:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/flow/recovery/handler_test.go#L99:4: empty: use assert.Empty
https://github.com/ory/kratos/blob/master/selfservice/flow/recovery/handler_test.go#L219:4: go-require: do not use require in http handlers
https://github.com/ory/kratos/blob/master/selfservice/flow/registration/handler_test.go#L145:4: empty: use assert.Empty
https://github.com/ory/kratos/blob/master/selfservice/flow/registration/handler_test.go#L519:3: formatter: require.Containsf call has arguments but no formatting directives
https://github.com/ory/kratos/blob/master/selfservice/flow/registration/handler_test.go#L334:4: go-require: do not use require in http handlers
https://github.com/ory/kratos/blob/master/selfservice/flow/registration/handler_test.go#L457:4: go-require: do not use require in http handlers
https://github.com/ory/kratos/blob/master/selfservice/flow/settings/handler_test.go#L121:4: empty: use assert.Empty
https://github.com/ory/kratos/blob/master/selfservice/flow/settings/handler_test.go#L395:5: empty: use assert.Empty
https://github.com/ory/kratos/blob/master/selfservice/flow/settings/handler_test.go#L404:5: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/flow/verification/handler_test.go#L88:4: empty: use assert.Empty
https://github.com/ory/kratos/blob/master/selfservice/flow/verification/handler_test.go#L45:4: go-require: do not use require in http handlers
https://github.com/ory/kratos/blob/master/selfservice/flow/verification/handler_test.go#L249:5: go-require: do not use require in http handlers
https://github.com/ory/kratos/blob/master/selfservice/flowhelpers/login_test.go#L51:2: useless-assert: asserting of the same variable
https://github.com/ory/kratos/blob/master/selfservice/hook/verification_test.go#L80:5: formatter: assert.Lenf format %#ß has unknown verb ß
https://github.com/ory/kratos/blob/master/selfservice/hook/verification_test.go#L133:3: empty: use require.Empty
https://github.com/ory/kratos/blob/master/selfservice/hook/verification_test.go#L173:3: formatter: assert.Lenf format %#ß has unknown verb ß
https://github.com/ory/kratos/blob/master/selfservice/hook/verification_test.go#L215:3: empty: use assert.Empty
https://github.com/ory/kratos/blob/master/selfservice/hook/web_hook_integration_test.go#L328:8: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/hook/web_hook_integration_test.go#L329:8: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/hook/web_hook_integration_test.go#L332:8: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/hook/web_hook_integration_test.go#L333:8: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/hook/web_hook_integration_test.go#L336:8: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/hook/web_hook_integration_test.go#L337:8: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/hook/web_hook_integration_test.go#L790:4: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/hook/web_hook_integration_test.go#L795:5: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/hook/web_hook_integration_test.go#L797:5: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/hook/web_hook_integration_test.go#L789:4: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/selfservice/hook/web_hook_integration_test.go#L793:4: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/selfservice/hook/web_hook_integration_test.go#L357:8: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/selfservice/hook/web_hook_integration_test.go#L895:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/selfservice/strategy/code/code_sender_test.go#L210:5: empty: use require.Empty
https://github.com/ory/kratos/blob/master/selfservice/strategy/code/strategy_login_test.go#L605:6: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/strategy/code/strategy_login_test.go#L645:6: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/strategy/code/strategy_recovery_test.go#L756:6: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/strategy/code/strategy_verification_test.go#L304:4: bool-compare: use assert.True
https://github.com/ory/kratos/blob/master/selfservice/strategy/code/strategy_verification_test.go#L626:5: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/strategy/code/strategy_verification_test.go#L652:5: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/strategy/code/strategy_verification_test.go#L682:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/strategy/code/strategy_recovery_test.go#L797:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/selfservice/strategy/code/strategy_recovery_test.go#L1718:5: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/selfservice/strategy/code/strategy_recovery_test.go#L1433:5: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/selfservice/strategy/code/strategy_recovery_test.go#L1081:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/selfservice/strategy/code/strategy_recovery_admin_test.go#L113:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/selfservice/strategy/code/strategy_recovery_test.go#L230:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/selfservice/strategy/code/strategy_recovery_test.go#L136:2: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/selfservice/strategy/code/strategy_recovery_test.go#L606:5: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/selfservice/strategy/link/sender_test.go#L211:5: empty: use require.Empty
https://github.com/ory/kratos/blob/master/selfservice/strategy/link/strategy_verification_test.go#L277:4: bool-compare: use assert.True
https://github.com/ory/kratos/blob/master/selfservice/strategy/link/strategy_verification_test.go#L400:5: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/strategy/link/strategy_verification_test.go#L421:5: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/strategy/link/sender_test.go#L108:4: go-require: require must only be used in the goroutine running the test function
https://github.com/ory/kratos/blob/master/selfservice/strategy/link/sender_test.go#L91:4: go-require: do not use require in http handlers
https://github.com/ory/kratos/blob/master/selfservice/strategy/link/sender_test.go#L93:4: go-require: do not use require in http handlers
https://github.com/ory/kratos/blob/master/selfservice/strategy/link/strategy_recovery_test.go#L189:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/selfservice/strategy/link/strategy_recovery_test.go#L60:2: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/selfservice/strategy/link/strategy_recovery_test.go#L768:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/selfservice/strategy/link/strategy_recovery_test.go#L808:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/selfservice/strategy/link/strategy_recovery_test.go#L156:3: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/selfservice/strategy/link/strategy_recovery_test.go#L495:4: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/selfservice/strategy/link/strategy_recovery_test.go#L527:4: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/selfservice/strategy/link/strategy_recovery_test.go#L444:4: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/selfservice/strategy/oidc/strategy_test.go#L1112:3: negative-positive: use assert.Positive
https://github.com/ory/kratos/blob/master/selfservice/strategy/oidc/strategy_helper_test.go#L186:4: go-require: require must only be used in the goroutine running the test function
https://github.com/ory/kratos/blob/master/selfservice/strategy/oidc/strategy_helper_test.go#L188:4: go-require: require must only be used in the goroutine running the test function
https://github.com/ory/kratos/blob/master/selfservice/strategy/oidc/strategy_helper_test.go#L205:3: go-require: do not use require in http handlers
https://github.com/ory/kratos/blob/master/selfservice/strategy/oidc/strategy_helper_test.go#L226:3: go-require: do not use require in http handlers
https://github.com/ory/kratos/blob/master/selfservice/strategy/passkey/passkey_login_test.go#L48:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/selfservice/strategy/passkey/passkey_login_test.go#L53:3: error-nil: use assert.NoError
https://github.com/ory/kratos/blob/master/selfservice/strategy/passkey/passkey_settings_test.go#L116:4: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/strategy/password/login_test.go#L168:4: empty: use assert.Empty
https://github.com/ory/kratos/blob/master/selfservice/strategy/password/login_test.go#L182:4: empty: use assert.Empty
https://github.com/ory/kratos/blob/master/selfservice/strategy/password/op_helpers_test.go#L105:2: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/selfservice/strategy/password/registration_test.go#L411:5: empty: use assert.Empty
https://github.com/ory/kratos/blob/master/selfservice/strategy/password/settings_test.go#L123:4: empty: use assert.Empty
https://github.com/ory/kratos/blob/master/selfservice/strategy/password/op_login_test.go#L182:4: go-require: do not use require in http handlers
https://github.com/ory/kratos/blob/master/selfservice/strategy/password/op_registration_test.go#L213:4: go-require: do not use require in http handlers
https://github.com/ory/kratos/blob/master/selfservice/strategy/password/strategy_test.go#L94:4: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/selfservice/strategy/password/strategy_test.go#L98:4: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/selfservice/strategy/profile/strategy_test.go#L434:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/ory/kratos/blob/master/selfservice/strategy/profile/strategy_test.go#L435:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/ory/kratos/blob/master/selfservice/strategy/totp/login_test.go#L427:4: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/session/expand_test.go#L28:2: len: use assert.Len
https://github.com/ory/kratos/blob/master/session/expand_test.go#L35:2: len: use assert.Len
https://github.com/ory/kratos/blob/master/session/handler_test.go#L814:5: len: use require.Len
https://github.com/ory/kratos/blob/master/session/handler_test.go#L1031:3: empty: use require.Empty
https://github.com/ory/kratos/blob/master/session/handler_test.go#L1059:3: error-nil: use require.NoError
https://github.com/ory/kratos/blob/master/session/handler_test.go#L1087:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/session/manager_http_test.go#L122:4: bool-compare: use assert.True
https://github.com/ory/kratos/blob/master/session/manager_http_test.go#L123:4: bool-compare: use assert.True
https://github.com/ory/kratos/blob/master/session/manager_http_test.go#L135:4: bool-compare: use assert.True
https://github.com/ory/kratos/blob/master/session/manager_http_test.go#L136:4: bool-compare: use assert.True
https://github.com/ory/kratos/blob/master/session/manager_http_test.go#L148:4: bool-compare: use assert.True
https://github.com/ory/kratos/blob/master/session/manager_http_test.go#L149:4: bool-compare: use assert.True
https://github.com/ory/kratos/blob/master/session/manager_http_test.go#L173:3: empty: use assert.Empty
https://github.com/ory/kratos/blob/master/session/manager_http_test.go#L377:7: error-is-as: second argument to require.ErrorAs should not be *error
https://github.com/ory/kratos/blob/master/session/manager_http_test.go#L609:5: error-is-as: second argument to require.ErrorAs should not be *error
https://github.com/ory/kratos/blob/master/session/manager_http_test.go#L621:5: error-is-as: second argument to require.ErrorAs should not be *error
https://github.com/ory/kratos/blob/master/session/manager_http_test.go#L634:5: error-is-as: second argument to require.ErrorAs should not be *error
https://github.com/ory/kratos/blob/master/session/session_test.go#L105:5: len: use assert.Len
https://github.com/ory/kratos/blob/master/session/session_test.go#L125:3: len: use assert.Len
https://github.com/ory/kratos/blob/master/session/session_test.go#L145:3: len: use assert.Len
https://github.com/ory/kratos/blob/master/session/session_test.go#L166:3: len: use assert.Len
https://github.com/ory/kratos/blob/master/test/schema/schema_test.go#L134:3: len: use require.Len
https://github.com/ory/kratos/blob/master/x/cookie_test.go#L188:4: empty: use require.Empty
https://github.com/ory/kratos/blob/master/x/cookie_test.go#L230:4: empty: use require.Empty
https://github.com/ory/kratos/blob/master/x/http_test.go#L26:2: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/x/http_test.go#L29:2: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/x/http_test.go#L32:2: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/x/map_json_test.go#L53:2: require-error: for error assertions use require
https://github.com/ory/kratos/blob/master/x/http_secure_redirect_test.go#L123:4: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/x/http_secure_redirect_test.go#L179:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/x/http_secure_redirect_test.go#L188:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/x/http_secure_redirect_test.go#L198:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/x/http_secure_redirect_test.go#L208:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/x/http_secure_redirect_test.go#L227:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/x/http_secure_redirect_test.go#L235:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/x/http_secure_redirect_test.go#L243:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/x/http_secure_redirect_test.go#L251:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/x/http_secure_redirect_test.go#L286:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/x/http_secure_redirect_test.go#L288:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/x/http_secure_redirect_test.go#L299:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/x/http_secure_redirect_test.go#L313:3: expected-actual: need to reverse actual and expected values
https://github.com/ory/kratos/blob/master/x/http_secure_redirect_test.go#L143:5: go-require: do not use require in http handlers
https://github.com/ory/kratos/blob/master/x/http_secure_redirect_test.go#L147:4: go-require: do not use require in http handlers

Report issue: https://github.com/ory/kratos/issues

github-actions[bot] commented 1 week ago

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

https://github.com/swaggo/swag/blob/master/field_parser_test.go#L88:3: bool-compare: use assert.True
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L97:3: bool-compare: use assert.True
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L412:3: bool-compare: use assert.True
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L607:3: bool-compare: use assert.True
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L628:3: bool-compare: use assert.True
https://github.com/swaggo/swag/blob/master/golist_test.go#L47:5: error-nil: use assert.Error
https://github.com/swaggo/swag/blob/master/golist_test.go#L49:5: error-nil: use assert.NoError
https://github.com/swaggo/swag/blob/master/golist_test.go#L110:5: error-nil: use assert.Error
https://github.com/swaggo/swag/blob/master/golist_test.go#L112:5: error-nil: use assert.NoError
https://github.com/swaggo/swag/blob/master/operation_test.go#L32:2: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/operation_test.go#L42:2: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/operation_test.go#L1139:5: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/operation_test.go#L1162:5: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/operation_test.go#L1202:2: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/operation_test.go#L1912:2: nil-compare: use assert.Nil
https://github.com/swaggo/swag/blob/master/operation_test.go#L1915:2: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/operation_test.go#L1918:2: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/operation_test.go#L1921:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/swaggo/swag/blob/master/operation_test.go#L1966:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/swaggo/swag/blob/master/operation_test.go#L2014:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/swaggo/swag/blob/master/operation_test.go#L2015:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/swaggo/swag/blob/master/operation_test.go#L2017:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/swaggo/swag/blob/master/operation_test.go#L2261:2: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/operation_test.go#L2277:2: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/operation_test.go#L2293:2: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/operation_test.go#L2396:3: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/operation_test.go#L2412:3: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/operation_test.go#L2530:3: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/operation_test.go#L2531:3: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/packages_test.go#L17:2: len: use assert.Len
https://github.com/swaggo/swag/blob/master/packages_test.go#L18:2: len: use assert.Len
https://github.com/swaggo/swag/blob/master/parser_test.go#L46:3: bool-compare: use assert.False
https://github.com/swaggo/swag/blob/master/parser_test.go#L49:3: bool-compare: use assert.True
https://github.com/swaggo/swag/blob/master/parser_test.go#L497:2: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/parser_test.go#L503:2: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/parser_test.go#L530:2: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/parser_test.go#L536:2: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/parser_test.go#L546:2: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/parser_test.go#L551:2: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/parser_test.go#L563:2: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/parser_test.go#L883:2: len: use assert.Len
https://github.com/swaggo/swag/blob/master/parser_test.go#L2984:2: len: use assert.Len
https://github.com/swaggo/swag/blob/master/parser_test.go#L2989:2: len: use assert.Len
https://github.com/swaggo/swag/blob/master/parser_test.go#L3513:2: len: use assert.Len
https://github.com/swaggo/swag/blob/master/parser_test.go#L3524:2: len: use assert.Len
https://github.com/swaggo/swag/blob/master/parser_test.go#L3681:3: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/parser_test.go#L3689:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/swaggo/swag/blob/master/parser_test.go#L3700:3: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/parser_test.go#L3711:3: bool-compare: use assert.True
https://github.com/swaggo/swag/blob/master/parser_test.go#L3733:3: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/parser_test.go#L3759:3: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/parser_test.go#L4067:5: bool-compare: use assert.True
https://github.com/swaggo/swag/blob/master/schema_test.go#L26:2: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/schema_test.go#L27:2: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/schema_test.go#L28:2: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/schema_test.go#L29:2: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/schema_test.go#L30:2: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/schema_test.go#L31:2: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/schema_test.go#L41:2: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/schema_test.go#L42:2: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/schema_test.go#L43:2: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/schema_test.go#L44:2: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/schema_test.go#L45:2: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/schema_test.go#L48:2: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/schema_test.go#L54:2: bool-compare: use assert.True
https://github.com/swaggo/swag/blob/master/schema_test.go#L55:2: bool-compare: use assert.True
https://github.com/swaggo/swag/blob/master/schema_test.go#L56:2: bool-compare: use assert.True
https://github.com/swaggo/swag/blob/master/schema_test.go#L57:2: bool-compare: use assert.True
https://github.com/swaggo/swag/blob/master/schema_test.go#L58:2: bool-compare: use assert.True
https://github.com/swaggo/swag/blob/master/schema_test.go#L59:2: bool-compare: use assert.True
https://github.com/swaggo/swag/blob/master/schema_test.go#L60:2: bool-compare: use assert.True
https://github.com/swaggo/swag/blob/master/schema_test.go#L61:2: bool-compare: use assert.True
https://github.com/swaggo/swag/blob/master/schema_test.go#L62:2: bool-compare: use assert.True
https://github.com/swaggo/swag/blob/master/schema_test.go#L63:2: bool-compare: use assert.True
https://github.com/swaggo/swag/blob/master/schema_test.go#L64:2: bool-compare: use assert.True
https://github.com/swaggo/swag/blob/master/schema_test.go#L65:2: bool-compare: use assert.True
https://github.com/swaggo/swag/blob/master/schema_test.go#L66:2: bool-compare: use assert.True
https://github.com/swaggo/swag/blob/master/schema_test.go#L67:2: bool-compare: use assert.True
https://github.com/swaggo/swag/blob/master/schema_test.go#L68:2: bool-compare: use assert.True
https://github.com/swaggo/swag/blob/master/schema_test.go#L70:2: bool-compare: use assert.False
https://github.com/swaggo/swag/blob/master/schema_test.go#L76:2: bool-compare: use assert.True
https://github.com/swaggo/swag/blob/master/schema_test.go#L77:2: bool-compare: use assert.True
https://github.com/swaggo/swag/blob/master/schema_test.go#L78:2: bool-compare: use assert.True
https://github.com/swaggo/swag/blob/master/schema_test.go#L79:2: bool-compare: use assert.True
https://github.com/swaggo/swag/blob/master/schema_test.go#L81:2: bool-compare: use assert.False
https://github.com/swaggo/swag/blob/master/schema_test.go#L106:2: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/schema_test.go#L118:2: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/schema_test.go#L119:2: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/schema_test.go#L123:2: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/schema_test.go#L131:2: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/schema_test.go#L132:2: expected-actual: need to reverse actual and expected values
https://github.com/swaggo/swag/blob/master/schema_test.go#L138:2: bool-compare: use assert.True
https://github.com/swaggo/swag/blob/master/schema_test.go#L139:2: bool-compare: use assert.True
https://github.com/swaggo/swag/blob/master/schema_test.go#L141:2: bool-compare: use assert.False
https://github.com/swaggo/swag/blob/master/schema_test.go#L147:2: bool-compare: use assert.True
https://github.com/swaggo/swag/blob/master/schema_test.go#L148:2: bool-compare: use assert.True
https://github.com/swaggo/swag/blob/master/schema_test.go#L150:2: bool-compare: use assert.False
https://github.com/swaggo/swag/blob/master/operation_test.go#L31:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1979:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1138:5: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2291:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/packages_test.go#L233:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L519:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1201:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2348:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/packages_test.go#L16:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L706:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L712:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L111:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2232:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2805:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2808:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L87:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L96:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L193:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2529:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L570:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L580:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L411:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L233:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L241:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2032:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3656:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3659:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L4059:4: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L30:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L40:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L42:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1870:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L274:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L363:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L436:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L1957:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3062:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L781:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1286:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1730:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1745:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1786:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1801:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1804:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L558:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3383:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3386:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3766:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1090:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1182:5: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2730:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2733:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3740:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3744:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3748:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3752:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L172:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2188:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L636:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L639:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L642:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L657:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2561:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2564:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2567:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L67:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L71:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L73:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L254:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2216:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2219:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L606:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3351:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3354:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L199:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L210:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L230:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L911:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L914:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L917:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L935:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2165:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2168:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2905:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2908:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3225:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3228:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3231:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L92:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1504:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1510:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L153:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L440:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L452:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L466:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L485:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L496:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2690:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2693:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2696:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3814:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3818:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3821:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3825:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3828:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3832:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3835:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3710:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L4174:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L4177:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1848:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2060:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2136:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2439:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/schema_test.go#L93:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/schema_test.go#L97:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/schema_test.go#L101:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/schema_test.go#L105:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/schema_test.go#L109:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/schema_test.go#L113:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/schema_test.go#L117:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/schema_test.go#L122:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/schema_test.go#L126:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/schema_test.go#L130:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L468:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2333:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3796:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3806:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2013:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2020:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2023:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2033:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2038:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2041:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2046:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2049:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3627:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L97:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L101:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L103:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L160:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L371:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2377:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2386:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2395:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2411:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2450:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2454:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2458:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2462:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2466:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2470:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2474:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2477:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2481:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2485:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2489:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2492:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2512:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2516:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L111:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L424:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L327:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L735:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L738:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2275:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3699:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L82:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L86:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L88:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1355:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2855:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2858:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2155:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2578:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L684:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L690:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L74:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1817:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1832:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1835:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L23:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L34:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L172:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L126:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L137:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L411:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L1411:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3317:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L59:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L512:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L523:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L541:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L552:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L563:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L574:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L585:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L130:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L149:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L170:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L882:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L4022:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L4026:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1070:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1625:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1647:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1669:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1691:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1711:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1714:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1717:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L529:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L532:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L535:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L346:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L353:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L360:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1233:4: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2248:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1434:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1440:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1583:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1931:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/packages_test.go#L45:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3042:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3045:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3049:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2830:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2833:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/formatter_test.go#L17:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1892:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2974:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2977:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1311:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L543:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L548:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2755:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2758:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L577:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L886:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1018:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1022:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1025:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L893:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L897:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L922:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L926:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L948:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L952:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L956:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L959:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2066:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2436:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2439:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2442:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2943:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2946:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3680:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3688:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L130:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L133:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L832:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1117:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1121:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/enums_test.go#L15:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/enums_test.go#L19:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/enums_test.go#L21:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L363:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L375:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L385:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2201:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2204:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L907:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L912:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1404:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L750:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L753:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L757:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L765:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L669:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L810:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L627:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L651:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L671:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L683:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3721:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3725:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L866:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1561:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L625:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/golist_test.go#L58:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2362:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L1866:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2270:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2274:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2499:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2502:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2505:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3282:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3285:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L51:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L55:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L58:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1262:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1379:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2258:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2261:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2879:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2882:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2259:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L496:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L499:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L502:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1161:5: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2308:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2312:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2316:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2712:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L4142:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L4145:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1477:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L112:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L116:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L118:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L127:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L131:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L133:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L247:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L258:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L269:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L280:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L291:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L301:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L308:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L316:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L323:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L330:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/generics_test.go#L337:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L277:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1332:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2224:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L271:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L283:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L293:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L305:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L315:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L327:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L337:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L298:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L728:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L734:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L422:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L864:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L867:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2780:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2783:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2121:4: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2148:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2151:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3468:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L3471:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L148:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L246:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L696:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/field_parser_test.go#L705:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L41:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2240:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1758:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L1773:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2084:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2088:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/operation_test.go#L2090:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2185:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/parser_test.go#L2188:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/format/format_test.go#L43:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/format/format_test.go#L14:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/format/format_test.go#L27:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/format/format_test.go#L34:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/format/format_test.go#L52:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/format/format_test.go#L73:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/gen/gen_test.go#L77:4: error-is-as: use require.ErrorIs
https://github.com/swaggo/swag/blob/master/gen/gen_test.go#L839:2: compares: use assert.Equal
https://github.com/swaggo/swag/blob/master/gen/gen_test.go#L841:2: negative-positive: use assert.Positive
https://github.com/swaggo/swag/blob/master/gen/gen_test.go#L190:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/gen/gen_test.go#L909:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/gen/gen_test.go#L355:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/gen/gen_test.go#L630:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/gen/gen_test.go#L633:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/gen/gen_test.go#L641:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/gen/gen_test.go#L667:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/gen/gen_test.go#L840:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/gen/gen_test.go#L92:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/gen/gen_test.go#L119:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/gen/gen_test.go#L165:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/gen/gen_test.go#L866:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/gen/gen_test.go#L35:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/gen/gen_test.go#L59:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/gen/gen_test.go#L435:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/gen/gen_test.go#L443:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/gen/gen_test.go#L451:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/gen/gen_test.go#L948:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/gen/gen_test.go#L468:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/gen/gen_test.go#L496:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/gen/gen_test.go#L525:3: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/gen/gen_test.go#L588:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/gen/gen_test.go#L599:2: require-error: for error assertions use require
https://github.com/swaggo/swag/blob/master/gen/gen_test.go#L608:2: require-error: for error assertions use require

Report issue: https://github.com/swaggo/swag/issues

github-actions[bot] commented 1 week ago

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

https://github.com/dagger/dagger/blob/main/core/integration/container_test.go#L422:2: expected-actual: need to reverse actual and expected values
https://github.com/dagger/dagger/blob/main/core/integration/container_test.go#L423:2: expected-actual: need to reverse actual and expected values
https://github.com/dagger/dagger/blob/main/core/integration/container_test.go#L448:2: expected-actual: need to reverse actual and expected values
https://github.com/dagger/dagger/blob/main/core/integration/container_test.go#L485:2: expected-actual: need to reverse actual and expected values
https://github.com/dagger/dagger/blob/main/core/integration/container_test.go#L486:2: expected-actual: need to reverse actual and expected values
https://github.com/dagger/dagger/blob/main/core/integration/container_test.go#L539:2: expected-actual: need to reverse actual and expected values
https://github.com/dagger/dagger/blob/main/core/integration/container_test.go#L1032:2: expected-actual: need to reverse actual and expected values
https://github.com/dagger/dagger/blob/main/core/integration/container_test.go#L1070:2: expected-actual: need to reverse actual and expected values
https://github.com/dagger/dagger/blob/main/core/integration/container_test.go#L1236:2: expected-actual: need to reverse actual and expected values
https://github.com/dagger/dagger/blob/main/core/integration/container_test.go#L1237:2: expected-actual: need to reverse actual and expected values
https://github.com/dagger/dagger/blob/main/core/integration/container_test.go#L1268:2: expected-actual: need to reverse actual and expected values
https://github.com/dagger/dagger/blob/main/core/integration/container_test.go#L1269:2: expected-actual: need to reverse actual and expected values
https://github.com/dagger/dagger/blob/main/core/integration/container_test.go#L3742:2: expected-actual: need to reverse actual and expected values
https://github.com/dagger/dagger/blob/main/core/integration/container_test.go#L4149:2: empty: use require.Empty
https://github.com/dagger/dagger/blob/main/core/integration/directory_test.go#L626:3: empty: use require.Empty
https://github.com/dagger/dagger/blob/main/core/integration/file_test.go#L302:3: len: use require.Len
https://github.com/dagger/dagger/blob/main/core/integration/git_test.go#L107:2: expected-actual: need to reverse actual and expected values
https://github.com/dagger/dagger/blob/main/core/integration/git_test.go#L115:2: expected-actual: need to reverse actual and expected values
https://github.com/dagger/dagger/blob/main/core/integration/http_test.go#L44:2: expected-actual: need to reverse actual and expected values
https://github.com/dagger/dagger/blob/main/core/integration/module_call_test.go#L785:4: negative-positive: use require.Positive
https://github.com/dagger/dagger/blob/main/core/integration/module_call_test.go#L946:4: negative-positive: use require.Positive
https://github.com/dagger/dagger/blob/main/core/integration/module_test.go#L948:2: len: use require.Len
https://github.com/dagger/dagger/blob/main/core/integration/module_test.go#L979:2: len: use require.Len
https://github.com/dagger/dagger/blob/main/core/integration/module_test.go#L1080:2: len: use require.Len
https://github.com/dagger/dagger/blob/main/core/integration/module_test.go#L2714:4: expected-actual: need to reverse actual and expected values
https://github.com/dagger/dagger/blob/main/core/integration/module_test.go#L2843:4: expected-actual: need to reverse actual and expected values
https://github.com/dagger/dagger/blob/main/core/integration/module_test.go#L2966:4: len: use require.Len
https://github.com/dagger/dagger/blob/main/core/integration/module_test.go#L2973:4: len: use require.Len
https://github.com/dagger/dagger/blob/main/core/integration/module_test.go#L4147:5: expected-actual: need to reverse actual and expected values
https://github.com/dagger/dagger/blob/main/core/integration/module_test.go#L4151:5: expected-actual: need to reverse actual and expected values
https://github.com/dagger/dagger/blob/main/core/integration/module_test.go#L4155:5: expected-actual: need to reverse actual and expected values
https://github.com/dagger/dagger/blob/main/core/integration/module_test.go#L4159:5: expected-actual: need to reverse actual and expected values
https://github.com/dagger/dagger/blob/main/core/integration/module_test.go#L4163:5: expected-actual: need to reverse actual and expected values
https://github.com/dagger/dagger/blob/main/core/integration/module_test.go#L4167:5: expected-actual: need to reverse actual and expected values
https://github.com/dagger/dagger/blob/main/core/integration/module_test.go#L4171:5: expected-actual: need to reverse actual and expected values
https://github.com/dagger/dagger/blob/main/core/integration/module_test.go#L4175:5: expected-actual: need to reverse actual and expected values
https://github.com/dagger/dagger/blob/main/core/integration/module_typescript_test.go#L380:2: len: use require.Len
https://github.com/dagger/dagger/blob/main/core/integration/platform_test.go#L104:8: require-error: for error assertions use require
https://github.com/dagger/dagger/blob/main/core/integration/platform_test.go#L112:8: require-error: for error assertions use require
https://github.com/dagger/dagger/blob/main/engine/buildkit/llbdefinition_test.go#L52:2: expected-actual: need to reverse actual and expected values
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L213:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L219:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L220:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L235:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L241:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L242:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L257:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L263:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L264:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L279:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L285:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L286:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L301:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L303:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L309:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L310:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L312:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L313:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L328:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L330:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L336:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L337:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L339:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L340:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L355:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L357:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L360:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L362:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L369:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L370:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L372:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L373:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L376:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L377:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L379:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L380:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L382:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L383:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L385:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L386:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L402:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L404:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L410:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L411:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L413:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L414:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L416:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L417:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L464:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L467:3: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L473:3: go-require: require must only be used in the goroutine running the test function
https://github.com/dagger/dagger/blob/main/engine/buildkit/secret_scrub_test.go#L474:3: go-require: require must only be used in the goroutine running the test function

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