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 5 days ago

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

https://github.com/fatedier/frp/blob/dev/pkg/config/v1/client_test.go#L30:2: bool-compare: use require.True
https://github.com/fatedier/frp/blob/dev/pkg/config/v1/client_test.go#L31:2: bool-compare: use require.True
https://github.com/fatedier/frp/blob/dev/pkg/config/v1/client_test.go#L32:2: bool-compare: use require.True
https://github.com/fatedier/frp/blob/dev/pkg/config/v1/client_test.go#L33:2: bool-compare: use require.True
https://github.com/fatedier/frp/blob/dev/pkg/config/v1/server_test.go#L30:2: bool-compare: use require.True
https://github.com/fatedier/frp/blob/dev/pkg/config/v1/server_test.go#L31:2: bool-compare: use require.True
https://github.com/fatedier/frp/blob/dev/pkg/proto/udp/udp_test.go#L16:2: require-error: for error assertions use require
https://github.com/fatedier/frp/blob/dev/pkg/util/metric/date_counter_test.go#L20:2: len: use assert.Len
https://github.com/fatedier/frp/blob/dev/pkg/util/util/util_test.go#L14:2: len: use assert.Len
https://github.com/fatedier/frp/blob/dev/pkg/util/util/util_test.go#L12:2: require-error: for error assertions use require
https://github.com/fatedier/frp/blob/dev/pkg/util/vhost/https_test.go#L22:3: go-require: require must only be used in the goroutine running the test function

Report issue: https://github.com/fatedier/frp/issues

github-actions[bot] commented 5 days ago

Run testifylint on Repo: https://github.com/gin-gonic/gin got output

https://github.com/gin-gonic/gin/blob/master/context_test.go#L177:2: empty: use assert.Empty
https://github.com/gin-gonic/gin/blob/master/context_test.go#L180:2: empty: use assert.Empty
https://github.com/gin-gonic/gin/blob/master/context_test.go#L233:2: expected-actual: need to reverse actual and expected values
https://github.com/gin-gonic/gin/blob/master/context_test.go#L235:2: expected-actual: need to reverse actual and expected values
https://github.com/gin-gonic/gin/blob/master/context_test.go#L236:2: expected-actual: need to reverse actual and expected values
https://github.com/gin-gonic/gin/blob/master/context_test.go#L237:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gin-gonic/gin/blob/master/context_test.go#L238:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gin-gonic/gin/blob/master/context_test.go#L239:2: expected-actual: need to reverse actual and expected values
https://github.com/gin-gonic/gin/blob/master/context_test.go#L281:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gin-gonic/gin/blob/master/context_test.go#L347:2: expected-actual: need to reverse actual and expected values
https://github.com/gin-gonic/gin/blob/master/context_test.go#L352:2: compares: use assert.NotEqual
https://github.com/gin-gonic/gin/blob/master/context_test.go#L369:2: len: use assert.Len
https://github.com/gin-gonic/gin/blob/master/context_test.go#L428:2: error-nil: use assert.NoError
https://github.com/gin-gonic/gin/blob/master/context_test.go#L551:2: empty: use assert.Empty
https://github.com/gin-gonic/gin/blob/master/context_test.go#L554:2: len: use assert.Len
https://github.com/gin-gonic/gin/blob/master/context_test.go#L564:2: empty: use assert.Empty
https://github.com/gin-gonic/gin/blob/master/context_test.go#L568:2: empty: use assert.Empty
https://github.com/gin-gonic/gin/blob/master/context_test.go#L572:2: empty: use assert.Empty
https://github.com/gin-gonic/gin/blob/master/context_test.go#L579:2: empty: use assert.Empty
https://github.com/gin-gonic/gin/blob/master/context_test.go#L651:2: empty: use assert.Empty
https://github.com/gin-gonic/gin/blob/master/context_test.go#L654:2: len: use assert.Len
https://github.com/gin-gonic/gin/blob/master/context_test.go#L664:2: empty: use assert.Empty
https://github.com/gin-gonic/gin/blob/master/context_test.go#L671:2: empty: use assert.Empty
https://github.com/gin-gonic/gin/blob/master/context_test.go#L801:2: expected-actual: need to reverse actual and expected values
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1324:2: expected-actual: need to reverse actual and expected values
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1352:2: expected-actual: need to reverse actual and expected values
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1353:2: expected-actual: need to reverse actual and expected values
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1354:2: expected-actual: need to reverse actual and expected values
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1355:2: expected-actual: need to reverse actual and expected values
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1356:2: expected-actual: need to reverse actual and expected values
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1357:2: expected-actual: need to reverse actual and expected values
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1363:2: expected-actual: need to reverse actual and expected values
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1364:2: expected-actual: need to reverse actual and expected values
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1365:2: expected-actual: need to reverse actual and expected values
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1366:2: expected-actual: need to reverse actual and expected values
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1367:2: expected-actual: need to reverse actual and expected values
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1368:2: expected-actual: need to reverse actual and expected values
https://github.com/gin-gonic/gin/blob/master/context_test.go#L2391:4: expected-actual: need to reverse actual and expected values
https://github.com/gin-gonic/gin/blob/master/context_test.go#L2422:2: expected-actual: need to reverse actual and expected values
https://github.com/gin-gonic/gin/blob/master/context_test.go#L2471:2: error-nil: use assert.NoError
https://github.com/gin-gonic/gin/blob/master/context_test.go#L2688:2: error-nil: use assert.NoError
https://github.com/gin-gonic/gin/blob/master/context_test.go#L2837:2: bool-compare: use assert.True
https://github.com/gin-gonic/gin/blob/master/debug_test.go#L157:2: error-nil: use assert.Error
https://github.com/gin-gonic/gin/blob/master/debug_test.go#L160:2: error-nil: use assert.NoError
https://github.com/gin-gonic/gin/blob/master/debug_test.go#L162:2: error-nil: use assert.NoError
https://github.com/gin-gonic/gin/blob/master/debug_test.go#L165:2: error-nil: use assert.Error
https://github.com/gin-gonic/gin/blob/master/errors_test.go#L125:2: error-is-as: use assert.ErrorIs
https://github.com/gin-gonic/gin/blob/master/errors_test.go#L127:2: error-is-as: use assert.ErrorAs
https://github.com/gin-gonic/gin/blob/master/gin_test.go#L676:3: error-nil: use assert.NoError
https://github.com/gin-gonic/gin/blob/master/githubapi_test.go#L299:3: compares: use assert.NotEqual
https://github.com/gin-gonic/gin/blob/master/githubapi_test.go#L300:3: compares: use assert.NotEqual
https://github.com/gin-gonic/gin/blob/master/githubapi_test.go#L321:3: compares: use assert.NotEqual
https://github.com/gin-gonic/gin/blob/master/githubapi_test.go#L322:3: compares: use assert.NotEqual
https://github.com/gin-gonic/gin/blob/master/logger_test.go#L332:2: bool-compare: use assert.True
https://github.com/gin-gonic/gin/blob/master/logger_test.go#L335:2: bool-compare: use assert.True
https://github.com/gin-gonic/gin/blob/master/logger_test.go#L338:2: bool-compare: use assert.False
https://github.com/gin-gonic/gin/blob/master/logger_test.go#L346:2: bool-compare: use assert.False
https://github.com/gin-gonic/gin/blob/master/logger_test.go#L349:2: bool-compare: use assert.True
https://github.com/gin-gonic/gin/blob/master/logger_test.go#L352:2: bool-compare: use assert.False
https://github.com/gin-gonic/gin/blob/master/path_test.go#L90:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gin-gonic/gin/blob/master/routes_test.go#L487:2: expected-actual: need to reverse actual and expected values
https://github.com/gin-gonic/gin/blob/master/utils_test.go#L148:2: bool-compare: use assert.True
https://github.com/gin-gonic/gin/blob/master/utils_test.go#L149:2: bool-compare: use assert.False
https://github.com/gin-gonic/gin/blob/master/context_test.go#L2320:4: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L2325:4: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L2330:4: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L2335:4: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L102:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1710:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1772:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1925:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1672:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/response_writer_test.go#L138:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1163:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/gin_integration_test.go#L76:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1880:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1859:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/gin_integration_test.go#L297:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/gin_integration_test.go#L299:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/gin_integration_test.go#L321:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/gin_integration_test.go#L289:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/gin_integration_test.go#L240:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/gin_integration_test.go#L204:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1447:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L2059:4: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L2062:4: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L2075:4: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L2078:4: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1789:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1998:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L534:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/githubapi_test.go#L298:3: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/gin_integration_test.go#L167:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1842:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1944:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/gin_integration_test.go#L43:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/gin_integration_test.go#L47:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/routes_test.go#L424:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L2419:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/gin_integration_test.go#L422:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/gin_integration_test.go#L260:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/githubapi_test.go#L320:3: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/gin_integration_test.go#L219:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/gin_integration_test.go#L368:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/gin_integration_test.go#L370:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L597:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1963:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1689:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/response_writer_test.go#L98:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/routes_test.go#L389:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/fs_test.go#L55:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1824:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1806:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/fs_test.go#L46:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/gin_test.go#L583:3: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/gin_test.go#L591:3: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/gin_test.go#L600:3: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/gin_test.go#L608:3: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/gin_test.go#L616:3: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/gin_test.go#L624:3: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/gin_test.go#L632:3: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/gin_test.go#L640:3: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/gin_test.go#L656:3: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/gin_test.go#L668:3: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/fs_test.go#L31:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L2390:4: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L2395:4: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L2400:4: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L2405:4: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L2410:4: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1755:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1980:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L2256:4: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L2261:4: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L2266:4: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L2271:4: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L2191:4: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L2196:4: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L2201:4: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L2206:4: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/gin_integration_test.go#L341:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/gin_integration_test.go#L343:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/gin_integration_test.go#L353:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L109:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1725:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1735:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1895:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L1905:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/gin_test.go#L550:3: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/gin_test.go#L553:3: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L2127:4: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L2132:4: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L2137:4: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/context_test.go#L2142:4: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L641:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L667:2: expected-actual: need to reverse actual and expected values
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L668:2: expected-actual: need to reverse actual and expected values
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L669:2: expected-actual: need to reverse actual and expected values
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L695:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L697:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L835:2: expected-actual: need to reverse actual and expected values
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L836:2: expected-actual: need to reverse actual and expected values
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1126:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1280:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1362:2: expected-actual: need to reverse actual and expected values
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1378:2: error-nil: use assert.NoError
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1382:2: error-nil: use assert.NoError
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1401:2: expected-actual: need to reverse actual and expected values
https://github.com/gin-gonic/gin/blob/master/binding/validate_test.go#L116:2: error-nil: use assert.NoError
https://github.com/gin-gonic/gin/blob/master/binding/validate_test.go#L117:2: error-nil: use assert.NoError
https://github.com/gin-gonic/gin/blob/master/binding/validate_test.go#L118:2: error-nil: use assert.NoError
https://github.com/gin-gonic/gin/blob/master/binding/validate_test.go#L119:2: error-nil: use assert.NoError
https://github.com/gin-gonic/gin/blob/master/binding/validate_test.go#L166:2: error-nil: use assert.NoError
https://github.com/gin-gonic/gin/blob/master/binding/validate_test.go#L167:2: error-nil: use assert.NoError
https://github.com/gin-gonic/gin/blob/master/binding/validate_test.go#L215:2: error-nil: use assert.NoError
https://github.com/gin-gonic/gin/blob/master/binding/validate_test.go#L216:2: expected-actual: need to reverse actual and expected values
https://github.com/gin-gonic/gin/blob/master/binding/validate_test.go#L242:2: error-nil: use assert.NoError
https://github.com/gin-gonic/gin/blob/master/binding/validate_test.go#L249:2: error-nil: use assert.Error
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L640:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L598:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L865:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/form_mapping_test.go#L88:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/form_mapping_test.go#L111:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/form_mapping_test.go#L174:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/form_mapping_test.go#L183:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/form_mapping_test.go#L198:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L431:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L440:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L694:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1097:3: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1103:3: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1107:3: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1116:3: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1125:3: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1130:3: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1134:3: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1141:3: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1146:3: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/form_mapping_test.go#L99:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/form_mapping_test.go#L317:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L612:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L630:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1077:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1394:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1400:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/form_mapping_test.go#L141:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L512:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L519:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1043:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/form_mapping_test.go#L76:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L971:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/form_mapping_test.go#L122:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L584:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L908:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L911:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1297:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1303:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/multipart_form_mapping_test.go#L56:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L560:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L563:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L565:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L568:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/form_mapping_test.go#L150:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/form_mapping_test.go#L230:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/form_mapping_test.go#L235:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L947:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1025:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L683:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1232:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1242:3: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1258:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1261:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/multipart_form_mapping_test.go#L109:3: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/multipart_form_mapping_test.go#L112:3: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/multipart_form_mapping_test.go#L116:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/multipart_form_mapping_test.go#L119:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L505:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L782:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L806:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L813:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1329:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/form_mapping_test.go#L132:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/form_mapping_test.go#L250:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/form_mapping_test.go#L254:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/form_mapping_test.go#L259:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/form_mapping_test.go#L445:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/multipart_form_mapping_test.go#L130:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/multipart_form_mapping_test.go#L133:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1058:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/form_mapping_test.go#L159:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/form_mapping_test.go#L357:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/form_mapping_test.go#L495:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1007:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L834:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1165:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/form_mapping_test.go#L456:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_msgpack_test.go#L44:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L885:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1217:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/multipart_form_mapping_test.go#L30:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/form_mapping_test.go#L62:3: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/form_mapping_test.go#L347:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L498:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/form_mapping_test.go#L408:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_msgpack_test.go#L27:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L620:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L655:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1277:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1313:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/form_mapping_test.go#L274:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L535:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L538:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L540:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L543:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1361:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1366:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1371:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1375:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/form_mapping_test.go#L396:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L849:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L989:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/form_mapping_test.go#L420:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L379:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/binding_test.go#L1202:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/form_mapping_test.go#L215:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/form_mapping_test.go#L292:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/form_mapping_test.go#L298:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/form_mapping_test.go#L305:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/form_mapping_test.go#L384:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/binding/form_mapping_test.go#L507:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/render/render_test.go#L591:2: error-nil: use assert.Error
https://github.com/gin-gonic/gin/blob/master/render/render_test.go#L61:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/render/render_test.go#L86:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/render/render_test.go#L98:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/render/render_test.go#L337:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/render/render_test.go#L342:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/render/render_test.go#L467:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/render/render_test.go#L194:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/render/render_test.go#L365:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/render/render_test.go#L483:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/render/render_test.go#L551:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/render/render_test.go#L438:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/render/render_msgpack_test.go#L32:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/render/render_msgpack_test.go#L40:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/render/render_test.go#L314:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/render/render_test.go#L372:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/render/render_test.go#L382:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/render/render_test.go#L404:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/render/render_test.go#L419:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/render/render_test.go#L123:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/render/render_test.go#L135:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/render/render_test.go#L218:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/render/render_test.go#L226:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/render/render_test.go#L451:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/render/render_test.go#L521:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/render/render_test.go#L39:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/render/render_test.go#L245:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/render/render_test.go#L574:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/render/render_test.go#L286:2: require-error: for error assertions use require
https://github.com/gin-gonic/gin/blob/master/render/render_test.go#L502:2: require-error: for error assertions use require

Report issue: https://github.com/gin-gonic/gin/issues

github-actions[bot] commented 5 days ago

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

llm/llm_linux.go#L5:12: pattern build/linux/*/*/bin/*: no matching files found
https://github.com/ollama/ollama/blob/main/llm/llm.go#L12:8: could not import C (no metadata for C)
-: # github.com/ollama/ollama/llm
# [github.com/ollama/ollama/llm]
llm/llm.go#L11:11: fatal error: llama.h: No such file or directory
11 | // #include "llama.h"
|           ^~~~~~~~~
compilation terminated.
https://github.com/ollama/ollama/blob/main/llm/llm.go#L12:8: could not import C (no metadata for C)
testifylint: 4 errors during loading

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

github-actions[bot] commented 5 days ago

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

https://github.com/nektos/act/blob/master/pkg/artifacts/server_test.go#L201:2: len: use assert.Len
https://github.com/nektos/act/blob/master/pkg/artifacts/server_test.go#L283:3: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/artifacts/server_test.go#L299:3: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/artifacts/server_test.go#L302:3: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/artifacts/server_test.go#L308:5: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/artifacts/server_test.go#L310:5: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/common/auth_test.go#L18:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/common/auth_test.go#L24:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/common/auth_test.go#L30:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/nektos/act/blob/master/pkg/common/auth_test.go#L44:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/common/auth_test.go#L51:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/common/auth_test.go#L60:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/common/cartesian_test.go#L34:2: empty: use assert.Empty
https://github.com/nektos/act/blob/master/pkg/common/cartesian_test.go#L38:2: empty: use assert.Empty
https://github.com/nektos/act/blob/master/pkg/common/executor_test.go#L19:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/common/executor_test.go#L23:2: error-nil: use assert.Error
https://github.com/nektos/act/blob/master/pkg/common/executor_test.go#L36:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/common/executor_test.go#L58:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/common/executor_test.go#L72:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/common/executor_test.go#L102:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/common/executor_test.go#L113:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/common/executor_test.go#L151:2: error-is-as: invalid usage of assert.Error, use assert.ErrorIs instead
https://github.com/nektos/act/blob/master/pkg/common/line_writer_test.go#L21:3: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/common/auth_test.go#L37:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/common/git/git_test.go#L82:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/common/git/git_test.go#L84:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/common/git/git_test.go#L88:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/common/git/git_test.go#L91:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/common/git/git_test.go#L96:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/common/git/git_test.go#L98:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/common/git/git_test.go#L217:5: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/common/git/git_test.go#L262:3: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/common/git/git_test.go#L42:3: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/container/docker_images_test.go#L28:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/container/docker_images_test.go#L29:2: bool-compare: use assert.False
https://github.com/nektos/act/blob/master/pkg/container/docker_images_test.go#L33:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/container/docker_images_test.go#L34:2: bool-compare: use assert.False
https://github.com/nektos/act/blob/master/pkg/container/docker_images_test.go#L38:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/container/docker_images_test.go#L46:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/container/docker_images_test.go#L49:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/container/docker_images_test.go#L52:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/container/docker_images_test.go#L53:2: bool-compare: use assert.True
https://github.com/nektos/act/blob/master/pkg/container/docker_images_test.go#L59:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/container/docker_images_test.go#L62:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/container/docker_images_test.go#L65:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/container/docker_images_test.go#L66:2: bool-compare: use assert.True
https://github.com/nektos/act/blob/master/pkg/container/docker_pull_test.go#L43:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/container/docker_pull_test.go#L51:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/container/docker_pull_test.go#L59:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/container/docker_socket_test.go#L28:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/container/docker_socket_test.go#L41:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/container/docker_socket_test.go#L57:2: bool-compare: use assert.True
https://github.com/nektos/act/blob/master/pkg/container/docker_socket_test.go#L72:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/container/docker_socket_test.go#L86:2: bool-compare: use assert.True
https://github.com/nektos/act/blob/master/pkg/container/docker_socket_test.go#L87:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/container/docker_socket_test.go#L111:2: bool-compare: use assert.True
https://github.com/nektos/act/blob/master/pkg/container/docker_socket_test.go#L112:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/container/docker_socket_test.go#L127:2: bool-compare: use assert.False
https://github.com/nektos/act/blob/master/pkg/container/docker_socket_test.go#L146:2: bool-compare: use assert.False
https://github.com/nektos/act/blob/master/pkg/container/docker_socket_test.go#L148:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/container/docker_run_test.go#L23:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/container/docker_run_test.go#L32:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/container/docker_run_test.go#L49:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/container/docker_socket_test.go#L56:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/container/docker_socket_test.go#L100:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/container/docker_run_test.go#L169:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/container/host_environment_test.go#L20:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/container/docker_run_test.go#L139:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/container/host_environment_test.go#L41:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/container/host_environment_test.go#L58:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/container/host_environment_test.go#L60:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/container/host_environment_test.go#L64:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/container/host_environment_test.go#L67:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/container/docker_run_test.go#L216:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/container/docker_run_test.go#L241:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/exprparser/functions_test.go#L41:4: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/exprparser/functions_test.go#L70:4: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/exprparser/functions_test.go#L99:4: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/exprparser/functions_test.go#L126:4: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/exprparser/functions_test.go#L152:4: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/exprparser/functions_test.go#L175:4: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/exprparser/functions_test.go#L203:4: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/exprparser/functions_test.go#L205:4: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/exprparser/functions_test.go#L246:5: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/exprparser/interpreter_test.go#L33:4: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/exprparser/interpreter_test.go#L103:5: error-nil: use assert.Error
https://github.com/nektos/act/blob/master/pkg/exprparser/interpreter_test.go#L106:5: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/exprparser/interpreter_test.go#L155:4: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/exprparser/interpreter_test.go#L518:4: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/exprparser/interpreter_test.go#L622:4: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/filecollector/file_collector_test.go#L127:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/filecollector/file_collector_test.go#L129:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/filecollector/file_collector_test.go#L132:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/filecollector/file_collector_test.go#L135:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/filecollector/file_collector_test.go#L139:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/filecollector/file_collector_test.go#L141:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/filecollector/file_collector_test.go#L157:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/filecollector/file_collector_test.go#L108:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/filecollector/file_collector_test.go#L113:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/model/planner_test.go#L56:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L88:2: expected-actual: need to reverse actual and expected values
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L106:2: expected-actual: need to reverse actual and expected values
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L202:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L206:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L210:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L214:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L218:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L222:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L247:2: error-nil: use assert.Error
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L251:2: error-nil: use assert.Error
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L255:2: error-nil: use assert.Error
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L259:2: error-nil: use assert.Error
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L287:2: expected-actual: need to reverse actual and expected values
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L288:2: expected-actual: need to reverse actual and expected values
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L289:2: expected-actual: need to reverse actual and expected values
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L290:2: expected-actual: need to reverse actual and expected values
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L291:2: expected-actual: need to reverse actual and expected values
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L343:2: len: use assert.Len
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L344:2: len: use assert.Len
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L351:2: expected-actual: need to reverse actual and expected values
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L353:2: expected-actual: need to reverse actual and expected values
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L354:2: bool-compare: use assert.True
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L359:2: expected-actual: need to reverse actual and expected values
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L361:2: expected-actual: need to reverse actual and expected values
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L362:2: bool-compare: use assert.False
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L367:2: expected-actual: need to reverse actual and expected values
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L369:2: expected-actual: need to reverse actual and expected values
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L370:2: bool-compare: use assert.False
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L375:2: expected-actual: need to reverse actual and expected values
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L385:2: expected-actual: need to reverse actual and expected values
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L400:2: expected-actual: need to reverse actual and expected values
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L401:2: bool-compare: use assert.False
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L416:4: expected-actual: need to reverse actual and expected values
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L242:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L284:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L426:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L435:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L444:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L454:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L463:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L475:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L487:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L509:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L23:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L42:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L198:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L338:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L341:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L350:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L358:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L366:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L374:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L87:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/model/planner_test.go#L31:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L68:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L105:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L130:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L160:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/model/workflow_test.go#L323:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/runner/action_test.go#L135:4: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/runner/action_test.go#L245:4: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/runner/job_executor_test.go#L332:4: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/runner/run_context_test.go#L166:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/nektos/act/blob/master/pkg/runner/run_context_test.go#L349:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/runner/run_context_test.go#L390:2: expected-actual: need to reverse actual and expected values
https://github.com/nektos/act/blob/master/pkg/runner/run_context_test.go#L391:2: expected-actual: need to reverse actual and expected values
https://github.com/nektos/act/blob/master/pkg/runner/run_context_test.go#L392:2: expected-actual: need to reverse actual and expected values
https://github.com/nektos/act/blob/master/pkg/runner/run_context_test.go#L396:2: expected-actual: need to reverse actual and expected values
https://github.com/nektos/act/blob/master/pkg/runner/run_context_test.go#L398:2: expected-actual: need to reverse actual and expected values
https://github.com/nektos/act/blob/master/pkg/runner/run_context_test.go#L705:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/runner/run_context_test.go#L730:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/runner/runner_test.go#L86:2: empty: use assert.Empty
https://github.com/nektos/act/blob/master/pkg/runner/runner_test.go#L99:2: empty: use assert.Empty
https://github.com/nektos/act/blob/master/pkg/runner/runner_test.go#L113:2: empty: use assert.Empty
https://github.com/nektos/act/blob/master/pkg/runner/runner_test.go#L133:2: len: use assert.Len
https://github.com/nektos/act/blob/master/pkg/runner/runner_test.go#L147:2: len: use assert.Len
https://github.com/nektos/act/blob/master/pkg/runner/runner_test.go#L148:2: len: use assert.Len
https://github.com/nektos/act/blob/master/pkg/runner/runner_test.go#L149:2: len: use assert.Len
https://github.com/nektos/act/blob/master/pkg/runner/runner_test.go#L150:2: len: use assert.Len
https://github.com/nektos/act/blob/master/pkg/runner/runner_test.go#L151:2: expected-actual: need to reverse actual and expected values
https://github.com/nektos/act/blob/master/pkg/runner/runner_test.go#L152:2: expected-actual: need to reverse actual and expected values
https://github.com/nektos/act/blob/master/pkg/runner/runner_test.go#L153:2: expected-actual: need to reverse actual and expected values
https://github.com/nektos/act/blob/master/pkg/runner/runner_test.go#L158:2: empty: use assert.Empty
https://github.com/nektos/act/blob/master/pkg/runner/runner_test.go#L176:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/runner/runner_test.go#L196:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/runner/runner_test.go#L199:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/runner/runner_test.go#L202:2: compares: use assert.NotEqual
https://github.com/nektos/act/blob/master/pkg/runner/runner_test.go#L206:4: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/runner/step_action_local_test.go#L95:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/runner/step_action_local_test.go#L98:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/runner/step_action_local_test.go#L289:4: expected-actual: need to reverse actual and expected values
https://github.com/nektos/act/blob/master/pkg/runner/step_action_remote_test.go#L267:4: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/runner/step_action_remote_test.go#L268:4: bool-compare: use assert.True
https://github.com/nektos/act/blob/master/pkg/runner/step_action_remote_test.go#L337:4: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/runner/step_action_remote_test.go#L338:4: bool-compare: use assert.True
https://github.com/nektos/act/blob/master/pkg/runner/step_action_remote_test.go#L408:4: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/runner/step_action_remote_test.go#L409:4: bool-compare: use assert.True
https://github.com/nektos/act/blob/master/pkg/runner/step_action_remote_test.go#L613:4: expected-actual: need to reverse actual and expected values
https://github.com/nektos/act/blob/master/pkg/runner/step_docker_test.go#L99:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/runner/step_docker_test.go#L111:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/runner/step_docker_test.go#L114:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/runner/step_factory_test.go#L65:4: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/runner/step_run_test.go#L80:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/runner/step_run_test.go#L90:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/runner/step_run_test.go#L93:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/runner/step_test.go#L155:2: error-nil: use assert.NoError
https://github.com/nektos/act/blob/master/pkg/runner/step_test.go#L315:2: error-nil: use assertObject.NoError
https://github.com/nektos/act/blob/master/pkg/runner/step_test.go#L321:2: error-nil: use assertObject.NoError
https://github.com/nektos/act/blob/master/pkg/runner/step_test.go#L327:2: error-nil: use assertObject.NoError
https://github.com/nektos/act/blob/master/pkg/runner/step_test.go#L333:2: error-nil: use assertObject.NoError
https://github.com/nektos/act/blob/master/pkg/runner/step_test.go#L339:2: error-nil: use assertObject.NoError
https://github.com/nektos/act/blob/master/pkg/runner/step_test.go#L345:2: error-nil: use assertObject.Error
https://github.com/nektos/act/blob/master/pkg/runner/expression_test.go#L146:5: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/runner/expression_test.go#L149:5: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/runner/expression_test.go#L186:5: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/runner/expression_test.go#L189:5: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/runner/runner_test.go#L56:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/runner/runner_test.go#L64:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/runner/runner_test.go#L69:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/runner/runner_test.go#L141:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/runner/runner_test.go#L144:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/runner/runner_test.go#L156:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/runner/runner_test.go#L104:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/runner/runner_test.go#L114:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/runner/run_context_test.go#L28:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/runner/runner_test.go#L123:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/runner/runner_test.go#L131:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/runner/runner_test.go#L208:4: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/runner/runner_test.go#L94:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/runner/runner_test.go#L97:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/runner/runner_test.go#L76:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/runner/runner_test.go#L84:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/runner/runner_test.go#L579:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/runner/runner_test.go#L581:2: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/runner/run_context_test.go#L314:5: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/runner/step_test.go#L200:3: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/runner/step_test.go#L282:3: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/runner/run_context_test.go#L163:5: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/runner/action_cache_test.go#L57:8: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/runner/action_cache_test.go#L61:8: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/runner/action_cache_test.go#L66:8: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/runner/action_cache_test.go#L72:4: require-error: for error assertions use require
https://github.com/nektos/act/blob/master/pkg/workflowpattern/workflow_pattern_test.go#L408:4: require-error: for error assertions use require

Report issue: https://github.com/nektos/act/issues

github-actions[bot] commented 5 days ago

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

-: # github.com/syncthing/syncthing/cmd/strelaypoolsrv
cmd/strelaypoolsrv/main.go#L283:17: undefined: auto.Assets
https://github.com/syncthing/syncthing/blob/main/cmd/strelaypoolsrv/main.go#L283:17: undefined: auto.Assets
-: # github.com/syncthing/syncthing/lib/api
lib/api/api_statics.go#L38:25: undefined: auto.Assets
lib/api/api_statics.go#L46:25: undefined: auto.Assets
https://github.com/syncthing/syncthing/blob/main/lib/api/api_statics.go#L38:25: undefined: auto.Assets
https://github.com/syncthing/syncthing/blob/main/lib/api/api_statics.go#L46:25: undefined: auto.Assets
-: # github.com/syncthing/syncthing/cmd/strelaypoolsrv [github.com/syncthing/syncthing/cmd/strelaypoolsrv.test]
cmd/strelaypoolsrv/main.go#L283:17: undefined: auto.Assets
https://github.com/syncthing/syncthing/blob/main/cmd/strelaypoolsrv/main.go#L283:17: undefined: auto.Assets
-: # github.com/syncthing/syncthing/lib/api [github.com/syncthing/syncthing/lib/api.test]
lib/api/api_statics.go#L38:25: undefined: auto.Assets
lib/api/api_statics.go#L46:25: undefined: auto.Assets
https://github.com/syncthing/syncthing/blob/main/lib/api/api_statics.go#L38:25: undefined: auto.Assets
https://github.com/syncthing/syncthing/blob/main/lib/api/api_statics.go#L46:25: undefined: auto.Assets
-: # github.com/syncthing/syncthing/lib/api/auto_test [github.com/syncthing/syncthing/lib/api/auto.test]
lib/api/auto/auto_test.go#L20:17: undefined: auto.Assets
https://github.com/syncthing/syncthing/blob/main/lib/api/auto/auto_test.go#L20:17: undefined: auto.Assets
testifylint: 12 errors during loading

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

github-actions[bot] commented 5 days ago

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

https://github.com/caddyserver/caddy/blob/master/modules/caddyhttp/server_test.go#L153:2: expected-actual: need to reverse actual and expected values
https://github.com/caddyserver/caddy/blob/master/modules/caddyhttp/server_test.go#L161:2: expected-actual: need to reverse actual and expected values
https://github.com/caddyserver/caddy/blob/master/modules/caddyhttp/server_test.go#L170:2: expected-actual: need to reverse actual and expected values
https://github.com/caddyserver/caddy/blob/master/modules/caddyhttp/server_test.go#L179:2: expected-actual: need to reverse actual and expected values
https://github.com/caddyserver/caddy/blob/master/modules/caddyhttp/server_test.go#L188:2: expected-actual: need to reverse actual and expected values
https://github.com/caddyserver/caddy/blob/master/modules/caddyhttp/server_test.go#L197:2: expected-actual: need to reverse actual and expected values
https://github.com/caddyserver/caddy/blob/master/modules/caddyhttp/server_test.go#L206:2: expected-actual: need to reverse actual and expected values
https://github.com/caddyserver/caddy/blob/master/modules/caddyhttp/server_test.go#L218:2: expected-actual: need to reverse actual and expected values
https://github.com/caddyserver/caddy/blob/master/modules/caddyhttp/server_test.go#L219:2: expected-actual: need to reverse actual and expected values
https://github.com/caddyserver/caddy/blob/master/modules/caddyhttp/server_test.go#L220:2: expected-actual: need to reverse actual and expected values
https://github.com/caddyserver/caddy/blob/master/modules/caddyhttp/server_test.go#L232:2: expected-actual: need to reverse actual and expected values
https://github.com/caddyserver/caddy/blob/master/modules/caddyhttp/server_test.go#L244:2: expected-actual: need to reverse actual and expected values
https://github.com/caddyserver/caddy/blob/master/modules/caddyhttp/server_test.go#L256:2: expected-actual: need to reverse actual and expected values
https://github.com/caddyserver/caddy/blob/master/modules/caddyhttp/server_test.go#L276:2: expected-actual: need to reverse actual and expected values
https://github.com/caddyserver/caddy/blob/master/modules/caddyhttp/server_test.go#L296:2: expected-actual: need to reverse actual and expected values
https://github.com/caddyserver/caddy/blob/master/modules/caddyhttp/server_test.go#L317:2: expected-actual: need to reverse actual and expected values
https://github.com/caddyserver/caddy/blob/master/modules/caddyhttp/server_test.go#L339:2: expected-actual: need to reverse actual and expected values
https://github.com/caddyserver/caddy/blob/master/modules/caddyhttp/server_test.go#L359:2: expected-actual: need to reverse actual and expected values
https://github.com/caddyserver/caddy/blob/master/modules/caddyhttp/server_test.go#L380:2: expected-actual: need to reverse actual and expected values
https://github.com/caddyserver/caddy/blob/master/modules/caddyhttp/server_test.go#L402:2: expected-actual: need to reverse actual and expected values
https://github.com/caddyserver/caddy/blob/master/modules/caddyhttp/server_test.go#L424:2: expected-actual: need to reverse actual and expected values
https://github.com/caddyserver/caddy/blob/master/modules/caddyhttp/server_test.go#L446:2: expected-actual: need to reverse actual and expected values

Report issue: https://github.com/caddyserver/caddy/issues

github-actions[bot] commented 5 days ago

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

https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/flow_test.go#L29:4: expected-actual: need to reverse actual and expected values
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/flow_test.go#L82:6: expected-actual: need to reverse actual and expected values
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/flow_test.go#L86:5: expected-actual: need to reverse actual and expected values
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/git_command_builder_test.go#L54:3: expected-actual: need to reverse actual and expected values
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/repo_paths_test.go#L131:5: error-nil: use assert.NoError
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/sync_test.go#L23:5: expected-actual: need to reverse actual and expected values
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/sync_test.go#L31:5: expected-actual: need to reverse actual and expected values
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/sync_test.go#L39:5: expected-actual: need to reverse actual and expected values
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/sync_test.go#L51:5: expected-actual: need to reverse actual and expected values
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/sync_test.go#L64:5: expected-actual: need to reverse actual and expected values
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/sync_test.go#L77:5: expected-actual: need to reverse actual and expected values
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/sync_test.go#L118:5: expected-actual: need to reverse actual and expected values
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/sync_test.go#L119:5: expected-actual: need to reverse actual and expected values
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/sync_test.go#L127:5: expected-actual: need to reverse actual and expected values
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/sync_test.go#L128:5: expected-actual: need to reverse actual and expected values
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/sync_test.go#L156:5: expected-actual: need to reverse actual and expected values
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/sync_test.go#L157:5: expected-actual: need to reverse actual and expected values
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/sync_test.go#L165:5: expected-actual: need to reverse actual and expected values
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/sync_test.go#L166:5: expected-actual: need to reverse actual and expected values
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/working_tree_test.go#L197:5: error-nil: use assert.NoError
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/commit_test.go#L223:4: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/stash_test.go#L94:2: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/stash_test.go#L25:2: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/branch_test.go#L59:2: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/file_test.go#L63:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/branch_test.go#L269:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/branch_test.go#L241:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/commit_test.go#L144:4: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/file_test.go#L143:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/working_tree_test.go#L30:2: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/stash_test.go#L43:2: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/branch_test.go#L156:4: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/file_test.go#L129:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/stash_test.go#L82:4: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/stash_test.go#L16:2: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/version_test.go#L31:3: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/file_test.go#L49:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/branch_test.go#L228:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/commit_test.go#L48:2: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/commit_test.go#L110:4: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/file_test.go#L114:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/rebase_test.go#L102:2: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/worktree_loader_test.go#L210:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/branch_test.go#L257:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/file_test.go#L81:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/file_test.go#L99:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/stash_test.go#L34:2: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/working_tree_test.go#L387:4: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/commit_test.go#L36:4: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/file_test.go#L157:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/commit_test.go#L296:4: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/working_tree_test.go#L20:2: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/flow_test.go#L85:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/repo_paths_test.go#L128:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/sync_test.go#L90:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/commit_test.go#L363:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/git_commands/commit_test.go#L338:4: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/hosting_service/hosting_service_test.go#L28:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/hosting_service/hosting_service_test.go#L132:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/hosting_service/hosting_service_test.go#L351:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/hosting_service/hosting_service_test.go#L123:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/hosting_service/hosting_service_test.go#L171:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/hosting_service/hosting_service_test.go#L180:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/hosting_service/hosting_service_test.go#L388:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/hosting_service/hosting_service_test.go#L37:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/hosting_service/hosting_service_test.go#L46:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/hosting_service/hosting_service_test.go#L55:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/hosting_service/hosting_service_test.go#L162:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/hosting_service/hosting_service_test.go#L209:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/hosting_service/hosting_service_test.go#L303:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/hosting_service/hosting_service_test.go#L409:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/hosting_service/hosting_service_test.go#L65:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/hosting_service/hosting_service_test.go#L75:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/hosting_service/hosting_service_test.go#L95:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/hosting_service/hosting_service_test.go#L114:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/hosting_service/hosting_service_test.go#L85:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/hosting_service/hosting_service_test.go#L290:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/hosting_service/hosting_service_test.go#L399:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/hosting_service/hosting_service_test.go#L105:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/hosting_service/hosting_service_test.go#L190:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/hosting_service/hosting_service_test.go#L276:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/hosting_service/hosting_service_test.go#L317:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/hosting_service/hosting_service_test.go#L142:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/hosting_service/hosting_service_test.go#L152:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/hosting_service/hosting_service_test.go#L338:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/hosting_service/hosting_service_test.go#L263:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/hosting_service/hosting_service_test.go#L375:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/hosting_service/hosting_service_test.go#L199:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/hosting_service/hosting_service_test.go#L222:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/hosting_service/hosting_service_test.go#L236:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/hosting_service/hosting_service_test.go#L249:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/commands/oscommands/os_default_test.go#L23:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/gui/services/custom_commands/menu_generator_test.go#L28:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/gui/services/custom_commands/menu_generator_test.go#L40:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/gui/services/custom_commands/menu_generator_test.go#L52:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/gui/services/custom_commands/menu_generator_test.go#L64:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/gui/services/custom_commands/menu_generator_test.go#L76:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/gui/style/style_test.go#L216:4: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/gui/style/style_test.go#L220:4: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/integration/components/test_test.go#L175:4: expected-actual: need to reverse actual and expected values
https://github.com/jesseduffield/lazygit/blob/master/pkg/utils/history_buffer_test.go#L13:2: empty: use assert.Empty
https://github.com/jesseduffield/lazygit/blob/master/pkg/utils/history_buffer_test.go#L23:2: len: use assert.Len
https://github.com/jesseduffield/lazygit/blob/master/pkg/utils/history_buffer_test.go#L34:2: error-nil: use assert.NoError
https://github.com/jesseduffield/lazygit/blob/master/pkg/utils/history_buffer_test.go#L38:2: error-nil: use assert.NoError
https://github.com/jesseduffield/lazygit/blob/master/pkg/utils/history_buffer_test.go#L42:2: error-nil: use assert.NoError
https://github.com/jesseduffield/lazygit/blob/master/pkg/utils/history_buffer_test.go#L46:2: error-nil: use assert.NoError
https://github.com/jesseduffield/lazygit/blob/master/pkg/utils/history_buffer_test.go#L50:2: error-nil: use assert.Error
https://github.com/jesseduffield/lazygit/blob/master/pkg/utils/history_buffer_test.go#L54:2: error-nil: use assert.Error
https://github.com/jesseduffield/lazygit/blob/master/pkg/utils/history_buffer_test.go#L62:2: error-nil: use assert.Error
https://github.com/jesseduffield/lazygit/blob/master/pkg/utils/search_test.go#L96:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/jesseduffield/lazygit/blob/master/pkg/utils/slice_test.go#L170:46: expected-actual: need to reverse actual and expected values
https://github.com/jesseduffield/lazygit/blob/master/pkg/utils/slice_test.go#L228:49: expected-actual: need to reverse actual and expected values
https://github.com/jesseduffield/lazygit/blob/master/pkg/utils/rebase_todo_test.go#L127:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/utils/rebase_todo_test.go#L129:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/utils/rebase_todo_test.go#L253:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/utils/rebase_todo_test.go#L255:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/utils/lines_test.go#L163:3: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/utils/rebase_todo_test.go#L424:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/utils/rebase_todo_test.go#L426:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/utils/rebase_todo_test.go#L369:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/utils/rebase_todo_test.go#L371:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/utils/yaml_utils/yaml_utils_test.go#L108:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/utils/yaml_utils/yaml_utils_test.go#L110:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/utils/yaml_utils/yaml_utils_test.go#L193:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/utils/yaml_utils/yaml_utils_test.go#L195:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/utils/yaml_utils/yaml_utils_test.go#L249:4: require-error: for error assertions use require
https://github.com/jesseduffield/lazygit/blob/master/pkg/utils/yaml_utils/yaml_utils_test.go#L312:4: require-error: for error assertions use require

Report issue: https://github.com/jesseduffield/lazygit/issues

github-actions[bot] commented 5 days ago

Run testifylint on Repo: https://github.com/v2ray/v2ray-core got output

https://github.com/v2ray/v2ray-core/blob/master/proxy/vmess/aead/authid_test.go#L34:2: error-nil: use assert.NoError
https://github.com/v2ray/v2ray-core/blob/master/proxy/vmess/aead/authid_test.go#L52:2: error-nil: use assert.NoError
https://github.com/v2ray/v2ray-core/blob/master/proxy/vmess/aead/authid_test.go#L78:2: error-nil: use assert.NoError
https://github.com/v2ray/v2ray-core/blob/master/proxy/vmess/aead/authid_test.go#L91:2: error-nil: use assert.NoError
https://github.com/v2ray/v2ray-core/blob/master/proxy/vmess/aead/authid_test.go#L110:2: error-nil: use assert.NoError
https://github.com/v2ray/v2ray-core/blob/master/proxy/vmess/aead/authid_test.go#L125:2: error-nil: use assert.NoError
https://github.com/v2ray/v2ray-core/blob/master/proxy/vmess/aead/encrypt_test.go#L47:2: error-nil: use assert.NoError
https://github.com/v2ray/v2ray-core/blob/master/proxy/vmess/aead/encrypt_test.go#L68:3: bool-compare: use assert.True
https://github.com/v2ray/v2ray-core/blob/master/proxy/vmess/aead/encrypt_test.go#L69:3: error-nil: use assert.Error
https://github.com/v2ray/v2ray-core/blob/master/proxy/vmess/aead/encrypt_test.go#L98:4: bool-compare: use assert.True
https://github.com/v2ray/v2ray-core/blob/master/proxy/vmess/aead/encrypt_test.go#L99:4: error-nil: use assert.Error
https://github.com/v2ray/v2ray-core/blob/master/proxy/vmess/aead/authid_test.go#L58:2: require-error: for error assertions use require

Report issue: https://github.com/v2ray/v2ray-core/issues

github-actions[bot] commented 5 days ago

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

https://github.com/gogs/gogs/blob/main/internal/avatar/avatar_test.go#L15:2: require-error: for error assertions use require
https://github.com/gogs/gogs/blob/main/internal/conf/conf_test.go#L25:2: error-nil: use assert.NoError
https://github.com/gogs/gogs/blob/main/internal/conf/log_test.go#L27:3: error-nil: use assert.Error
https://github.com/gogs/gogs/blob/main/internal/database/access_tokens_test.go#L135:2: len: use assert.Len
https://github.com/gogs/gogs/blob/main/internal/database/access_tokens_test.go#L213:2: len: use require.Len
https://github.com/gogs/gogs/blob/main/internal/database/lfs_test.go#L98:2: len: use assert.Len
https://github.com/gogs/gogs/blob/main/internal/database/login_source_files_test.go#L57:3: len: use assert.Len
https://github.com/gogs/gogs/blob/main/internal/database/login_source_files_test.go#L62:3: len: use assert.Len
https://github.com/gogs/gogs/blob/main/internal/database/login_sources_test.go#L396:2: len: use assert.Len
https://github.com/gogs/gogs/blob/main/internal/database/login_sources_test.go#L401:2: len: use assert.Len
https://github.com/gogs/gogs/blob/main/internal/database/notices_test.go#L147:2: compares: use assert.Greater
https://github.com/gogs/gogs/blob/main/internal/database/repositories_test.go#L184:3: empty: use require.Empty
https://github.com/gogs/gogs/blob/main/internal/database/users_test.go#L343:2: expected-actual: need to reverse actual and expected values

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

github-actions[bot] commented 5 days ago

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

https://github.com/cli/cli/blob/trunk/api/queries_projects_v2_test.go#L222:8: float-compare: use require.InEpsilon (or InDelta)
https://github.com/cli/cli/blob/trunk/api/client_test.go#L241:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/api/client_test.go#L245:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/api/queries_repo_test.go#L532:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/api/client_test.go#L104:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/api/client_test.go#L106:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/api/queries_pr_test.go#L133:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/api/queries_projects_v2_test.go#L146:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/api/queries_projects_v2_test.go#L148:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/api/client_test.go#L39:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/context/remote_test.go#L136:2: len: use assert.Len
https://github.com/cli/cli/blob/trunk/context/remote_test.go#L20:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/context/remote_test.go#L24:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/context/remote_test.go#L86:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/context/remote_test.go#L89:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/git/client_test.go#L120:2: len: use assert.Len
https://github.com/cli/cli/blob/trunk/git/client_test.go#L157:2: len: use assert.Len
https://github.com/cli/cli/blob/trunk/git/client_test.go#L178:2: len: use assert.Len
https://github.com/cli/cli/blob/trunk/git/client_test.go#L847:4: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/git/client_test.go#L1363:4: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/git/client_test.go#L86:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/git/client_test.go#L147:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/git/client_test.go#L149:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/git/client_test.go#L151:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/git/client_test.go#L156:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/git/client_test.go#L53:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/git/client_test.go#L1307:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/git/client_test.go#L1309:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/git/client_test.go#L412:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/git/client_test.go#L414:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/git/client_test.go#L964:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/git/client_test.go#L966:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/git/client_test.go#L110:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/git/client_test.go#L112:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/git/client_test.go#L114:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/git/client_test.go#L119:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/git/client_test.go#L324:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/git/client_test.go#L326:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/git/client_test.go#L365:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/git/client_test.go#L1424:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/git/client_test.go#L695:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/git/client_test.go#L705:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/git/client_test.go#L1007:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/git/client_test.go#L1009:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/git/client_test.go#L457:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/internal/config/migrate_test.go#L173:2: empty: use require.Empty
https://github.com/cli/cli/blob/trunk/internal/featuredetection/feature_detection_test.go#L70:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/internal/featuredetection/feature_detection_test.go#L250:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/internal/featuredetection/feature_detection_test.go#L346:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/internal/text/text_test.go#L52:3: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/alias/delete/delete_test.go#L173:5: empty: use assert.Empty
https://github.com/cli/cli/blob/trunk/pkg/cmd/alias/delete/delete_test.go#L177:5: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/alias/delete/delete_test.go#L65:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/alias/delete/delete_test.go#L80:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/alias/delete/delete_test.go#L171:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/alias/delete/delete_test.go#L175:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/alias/imports/import_test.go#L85:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/alias/imports/import_test.go#L102:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/alias/set/set_test.go#L296:5: empty: use assert.Empty
https://github.com/cli/cli/blob/trunk/pkg/cmd/alias/set/set_test.go#L300:5: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/alias/set/set_test.go#L352:4: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/alias/set/set_test.go#L344:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/alias/set/set_test.go#L350:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/alias/set/set_test.go#L72:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/alias/set/set_test.go#L89:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/alias/set/set_test.go#L294:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/alias/set/set_test.go#L298:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/api/api_test.go#L997:2: bool-compare: use assert.False
https://github.com/cli/cli/blob/trunk/pkg/cmd/api/api_test.go#L1004:2: bool-compare: use assert.True
https://github.com/cli/cli/blob/trunk/pkg/cmd/api/api_test.go#L1068:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/api/api_test.go#L1100:2: bool-compare: use assert.False
https://github.com/cli/cli/blob/trunk/pkg/cmd/api/api_test.go#L1107:2: bool-compare: use assert.True
https://github.com/cli/cli/blob/trunk/pkg/cmd/api/api_test.go#L1196:2: bool-compare: use assert.False
https://github.com/cli/cli/blob/trunk/pkg/cmd/api/api_test.go#L1203:2: bool-compare: use assert.True
https://github.com/cli/cli/blob/trunk/pkg/cmd/api/api_test.go#L899:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/api/api_test.go#L754:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/api/api_test.go#L1761:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/api/api_test.go#L826:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/api/api_test.go#L380:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/api/api_test.go#L390:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/attestation/api/client_test.go#L63:2: len: use require.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/attestation/api/client_test.go#L65:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/attestation/api/client_test.go#L70:2: len: use require.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/attestation/api/client_test.go#L72:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/attestation/api/client_test.go#L83:2: len: use require.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/attestation/api/client_test.go#L85:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/attestation/api/client_test.go#L92:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/attestation/api/client_test.go#L100:2: len: use require.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/attestation/api/client_test.go#L102:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/attestation/api/client_test.go#L107:2: len: use require.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/attestation/api/client_test.go#L109:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/attestation/api/client_test.go#L122:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/attestation/api/client_test.go#L129:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/attestation/artifact/digest/digest_test.go#L19:3: error-nil: use assert.NoError
https://github.com/cli/cli/blob/trunk/pkg/cmd/attestation/artifact/digest/digest_test.go#L26:3: error-nil: use assert.NoError
https://github.com/cli/cli/blob/trunk/pkg/cmd/attestation/artifact/digest/digest_test.go#L34:3: error-is-as: second argument to require.ErrorAs should not be *error
https://github.com/cli/cli/blob/trunk/pkg/cmd/attestation/download/download_test.go#L312:3: error-is-as: second argument to require.ErrorAs should not be *error
https://github.com/cli/cli/blob/trunk/pkg/cmd/attestation/download/download_test.go#L166:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/attestation/inspect/bundle_test.go#L16:3: error-nil: use require.NoError
https://github.com/cli/cli/blob/trunk/pkg/cmd/attestation/inspect/inspect_test.go#L155:3: error-nil: use require.NoError
https://github.com/cli/cli/blob/trunk/pkg/cmd/attestation/inspect/inspect_test.go#L182:2: error-nil: use require.NoError
https://github.com/cli/cli/blob/trunk/pkg/cmd/attestation/inspect/inspect_test.go#L132:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/attestation/verification/attestation_test.go#L101:2: empty: use require.Empty
https://github.com/cli/cli/blob/trunk/pkg/cmd/attestation/verify/verify_test.go#L286:2: error-nil: use require.NoError
https://github.com/cli/cli/blob/trunk/pkg/cmd/attestation/verify/verify_test.go#L310:3: error-nil: use require.NoError
https://github.com/cli/cli/blob/trunk/pkg/cmd/attestation/verify/verify_test.go#L340:3: error-nil: use require.NoError
https://github.com/cli/cli/blob/trunk/pkg/cmd/attestation/verify/verify_test.go#L348:3: error-nil: use require.NoError
https://github.com/cli/cli/blob/trunk/pkg/cmd/attestation/verify/verify_test.go#L399:3: error-nil: use require.NoError
https://github.com/cli/cli/blob/trunk/pkg/cmd/attestation/verify/verify_test.go#L419:3: error-nil: use require.NoError
https://github.com/cli/cli/blob/trunk/pkg/cmd/attestation/verify/verify_test.go#L219:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/auth/login/login_test.go#L248:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/auth/login/login_test.go#L268:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/auth/login/login_test.go#L477:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/auth/login/login_test.go#L479:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/auth/setupgit/setupgit_test.go#L188:5: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/auth/shared/oauth_scopes_test.go#L55:4: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/auth/shared/login_flow_test.go#L275:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/auth/shared/login_flow_test.go#L277:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/auth/shared/oauth_scopes_test.go#L51:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/auth/shared/oauth_scopes_test.go#L53:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/auth/status/status_test.go#L421:5: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/auth/status/status_test.go#L54:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/auth/status/status_test.go#L71:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/browse/browse_test.go#L198:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/browse/browse_test.go#L208:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/browse/browse_test.go#L599:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/browse/browse_test.go#L601:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/cache/delete/delete_test.go#L57:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/cache/delete/delete_test.go#L73:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/cache/delete/delete_test.go#L213:6: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/cache/delete/delete_test.go#L215:6: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/cache/delete/delete_test.go#L218:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/cache/list/list_test.go#L295:6: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/cache/list/list_test.go#L297:6: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/cache/list/list_test.go#L300:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/cache/list/list_test.go#L103:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/cache/list/list_test.go#L119:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/cache/shared/shared_test.go#L71:4: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/cache/shared/shared_test.go#L68:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/cache/shared/shared_test.go#L70:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/codespace/create_test.go#L53:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/codespace/list_test.go#L58:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/codespace/create_test.go#L648:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/config/clear-cache/clear_cache_test.go#L29:2: formatter: remove unnecessary fmt.Sprintf
https://github.com/cli/cli/blob/trunk/pkg/cmd/config/get/get_test.go#L52:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/config/get/get_test.go#L72:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/config/list/list_test.go#L46:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/config/list/list_test.go#L66:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/config/set/set_test.go#L180:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/config/set/set_test.go#L183:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/config/set/set_test.go#L186:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/config/set/set_test.go#L189:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/config/set/set_test.go#L192:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/config/set/set_test.go#L195:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/config/set/set_test.go#L59:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/config/set/set_test.go#L79:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/config/set/set_test.go#L149:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/config/set/set_test.go#L163:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/config/set/set_test.go#L166:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/config/set/set_test.go#L169:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/config/set/set_test.go#L172:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L66:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L103:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L139:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L165:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L193:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L231:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L234:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L248:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L264:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L278:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L295:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L330:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L347:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L349:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L366:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L383:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L399:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L418:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L434:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L450:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L467:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L469:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L486:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L503:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L518:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L534:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L550:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L566:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L584:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L598:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L639:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L672:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L704:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L734:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L764:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L780:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L797:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L821:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L823:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L847:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L849:6: empty: use assert.Empty
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L851:6: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L89:2: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L131:2: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L200:2: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L248:2: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L285:2: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L313:2: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L329:2: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L348:2: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L372:2: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L397:2: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L421:2: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L522:2: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L587:2: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L646:2: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L685:2: error-nil: use assert.NoError
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L686:2: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L690:2: error-nil: use assert.Error
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L709:2: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L716:2: error-nil: use assert.Error
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L1102:2: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L284:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L291:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L339:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L347:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L353:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L909:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L1035:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L175:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L182:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L954:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L957:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L961:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L972:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L196:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L199:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L911:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L913:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L101:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L130:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L411:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L420:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L461:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L467:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L471:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L482:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L697:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L708:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L799:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L845:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L848:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L852:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L864:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L1008:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L1021:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L1023:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L217:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L223:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L557:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L586:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L591:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L594:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L598:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L609:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/extension_test.go#L78:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L755:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L1084:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L1098:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L1101:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L1105:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L1109:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L307:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L312:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L315:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L620:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L645:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L650:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L653:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L657:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/extension_test.go#L58:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L247:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L254:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L493:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L521:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L526:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L529:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L533:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L544:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L672:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L209:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L322:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L328:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L331:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L387:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L396:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L402:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L141:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L151:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/command_test.go#L30:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L363:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L371:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/manager_test.go#L377:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/browse/browse_test.go#L63:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/extension/browse/browse_test.go#L152:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/factory/remote_resolver_test.go#L282:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/factory/default_test.go#L100:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/factory/default_test.go#L248:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/factory/default_test.go#L316:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/gist/create/create_test.go#L33:2: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/gist/create/create_test.go#L142:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/gist/create/create_test.go#L159:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/gist/create/create_test.go#L170:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/gist/create/create_test.go#L172:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/gist/delete/delete_test.go#L117:6: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/gist/delete/delete_test.go#L37:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/gist/delete/delete_test.go#L50:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/gist/edit/edit_test.go#L110:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/gist/edit/edit_test.go#L575:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/gist/list/list_test.go#L389:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/gist/list/list_test.go#L391:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/gist/list/list_test.go#L80:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/gist/list/list_test.go#L93:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/gist/rename/rename_test.go#L65:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/gist/rename/rename_test.go#L81:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/gist/rename/rename_test.go#L181:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/gist/shared/shared_test.go#L49:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/gist/shared/shared_test.go#L53:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/gist/shared/shared_test.go#L189:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/gist/view/view_test.go#L388:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/gist/view/view_test.go#L90:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/gist/view/view_test.go#L103:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/gpg-key/add/add_test.go#L139:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/gpg-key/delete/delete_test.go#L85:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/gpg-key/delete/delete_test.go#L99:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/gpg-key/delete/delete_test.go#L103:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/gpg-key/delete/delete_test.go#L217:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/gpg-key/delete/delete_test.go#L221:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/gpg-key/list/list_test.go#L137:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/gpg-key/list/list_test.go#L139:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/close/close_test.go#L184:8: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/close/close_test.go#L212:8: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/close/close_test.go#L69:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/close/close_test.go#L82:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/close/close_test.go#L87:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/close/close_test.go#L277:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/comment/comment_test.go#L335:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/comment/comment_test.go#L161:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/comment/comment_test.go#L181:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/create/create_test.go#L420:5: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/create/create_test.go#L421:5: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/create/create_test.go#L422:5: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/create/create_test.go#L546:5: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/create/create_test.go#L547:5: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/create/create_test.go#L548:5: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/create/create_test.go#L871:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/create/create_test.go#L492:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/create/create_test.go#L502:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/create/create_test.go#L505:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/delete/delete_test.go#L78:5: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/delete/delete_test.go#L113:5: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/develop/develop_test.go#L216:7: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/develop/develop_test.go#L244:7: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/develop/develop_test.go#L278:7: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/develop/develop_test.go#L341:8: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/develop/develop_test.go#L133:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/develop/develop_test.go#L150:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/develop/develop_test.go#L576:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/edit/edit_test.go#L568:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/edit/edit_test.go#L570:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/edit/edit_test.go#L254:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/edit/edit_test.go#L274:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/list/http_test.go#L146:2: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/list/list_test.go#L521:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/list/list_test.go#L527:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/list/list_test.go#L533:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/list/list_test.go#L596:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/list/list_test.go#L602:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/list/list_test.go#L608:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/list/list_test.go#L157:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/list/list_test.go#L136:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/lock/lock_test.go#L86:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/lock/lock_test.go#L98:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/lock/lock_test.go#L146:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/lock/lock_test.go#L158:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/lock/lock_test.go#L672:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/pin/pin_test.go#L105:8: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/pin/pin_test.go#L56:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/pin/pin_test.go#L69:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/pin/pin_test.go#L74:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/pin/pin_test.go#L154:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/reopen/reopen_test.go#L75:5: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/reopen/reopen_test.go#L176:5: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/shared/lookup_test.go#L300:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/shared/lookup_test.go#L304:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/transfer/transfer_test.go#L139:4: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/transfer/transfer_test.go#L140:4: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/transfer/transfer_test.go#L80:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/transfer/transfer_test.go#L93:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/unpin/unpin_test.go#L105:8: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/unpin/unpin_test.go#L56:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/unpin/unpin_test.go#L69:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/unpin/unpin_test.go#L74:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/unpin/unpin_test.go#L154:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/view/view_test.go#L254:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/view/view_test.go#L460:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/issue/view/view_test.go#L384:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/label/clone_test.go#L503:7: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cli/cli/blob/trunk/pkg/cmd/label/clone_test.go#L530:7: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cli/cli/blob/trunk/pkg/cmd/label/http_test.go#L71:2: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/label/list_test.go#L164:4: useless-assert: asserting of the same variable
https://github.com/cli/cli/blob/trunk/pkg/cmd/label/list_test.go#L344:7: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cli/cli/blob/trunk/pkg/cmd/label/edit_test.go#L65:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/label/edit_test.go#L82:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/label/delete_test.go#L61:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/label/delete_test.go#L78:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/label/clone_test.go#L577:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/label/clone_test.go#L579:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/label/http_test.go#L68:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/label/clone_test.go#L61:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/label/clone_test.go#L74:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/label/edit_test.go#L162:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/label/edit_test.go#L164:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/label/create_test.go#L157:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/label/create_test.go#L163:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/label/delete_test.go#L178:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/label/list_test.go#L382:6: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/label/list_test.go#L384:6: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/label/list_test.go#L387:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/label/create_test.go#L61:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/label/create_test.go#L78:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/label/list_test.go#L144:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/label/list_test.go#L161:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/org/list/list_test.go#L234:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/org/list/list_test.go#L56:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/org/list/list_test.go#L74:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/checkout/checkout_test.go#L401:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/checkout/checkout_test.go#L483:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/checkout/checkout_test.go#L381:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/checkout/checkout_test.go#L504:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/checkout/checkout_test.go#L284:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/checkout/checkout_test.go#L305:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/checkout/checkout_test.go#L461:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/checkout/checkout_test.go#L523:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/checkout/checkout_test.go#L337:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/checkout/checkout_test.go#L361:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/checkout/checkout_test.go#L437:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/checkout/checkout_test.go#L421:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/checks/checks_test.go#L604:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/checks/checks_test.go#L606:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/checks/checks_test.go#L99:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/checks/checks_test.go#L116:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/checks/checks_test.go#L656:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/close/close_test.go#L119:5: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/close/close_test.go#L156:5: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/close/close_test.go#L190:5: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/close/close_test.go#L222:5: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/close/close_test.go#L257:5: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/close/close_test.go#L302:5: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/close/close_test.go#L170:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/close/close_test.go#L201:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/close/close_test.go#L237:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/close/close_test.go#L139:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/close/close_test.go#L307:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/close/close_test.go#L270:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/close/close_test.go#L124:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/comment/comment_test.go#L181:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/comment/comment_test.go#L201:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/comment/comment_test.go#L355:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/create/create_test.go#L560:7: bool-compare: use assert.False
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/create/create_test.go#L610:7: bool-compare: use assert.False
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/create/create_test.go#L666:7: bool-compare: use assert.False
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/create/create_test.go#L1081:7: bool-compare: use assert.True
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/create/create_test.go#L620:7: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/create/create_test.go#L1452:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/create/regexp_writer_test.go#L153:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/create/create_test.go#L1171:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/create/create_test.go#L1178:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/create/create_test.go#L1180:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/diff/diff_test.go#L248:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/edit/edit_test.go#L483:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/edit/edit_test.go#L276:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/edit/edit_test.go#L296:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/list/list_test.go#L385:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/list/list_test.go#L391:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/list/list_test.go#L397:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/list/list_test.go#L455:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/list/list_test.go#L461:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/list/list_test.go#L467:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/list/list_test.go#L128:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/merge/merge_test.go#L547:4: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/merge/merge_test.go#L1541:2: error-nil: use assert.NoError
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/merge/merge_test.go#L1614:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/merge/merge_test.go#L401:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/merge/merge_test.go#L368:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/merge/merge_test.go#L1466:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/merge/merge_test.go#L1576:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/merge/merge_test.go#L1649:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/merge/merge_test.go#L1097:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/merge/merge_test.go#L1438:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/ready/ready_test.go#L138:5: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/ready/ready_test.go#L180:5: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/ready/ready_test.go#L202:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/ready/ready_test.go#L219:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/ready/ready_test.go#L185:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/ready/ready_test.go#L160:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/ready/ready_test.go#L143:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/reopen/reopen_test.go#L67:5: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/reopen/reopen_test.go#L137:5: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/reopen/reopen_test.go#L89:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/reopen/reopen_test.go#L106:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/reopen/reopen_test.go#L142:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/reopen/reopen_test.go#L72:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/review/review_test.go#L270:5: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/review/review_test.go#L271:5: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/review/review_test.go#L317:5: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/review/review_test.go#L318:5: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/review/review_test.go#L253:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/review/review_test.go#L282:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/review/review_test.go#L329:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/shared/finder_test.go#L466:8: float-compare: use require.InEpsilon (or InDelta)
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/shared/preserve_test.go#L110:5: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/shared/preserve_test.go#L111:5: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/shared/templates_test.go#L55:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/shared/templates_test.go#L62:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/shared/templates_test.go#L105:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/shared/templates_test.go#L112:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/shared/templates_test.go#L213:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/shared/templates_test.go#L215:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/shared/preserve_test.go#L84:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/shared/preserve_test.go#L97:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/shared/preserve_test.go#L100:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/shared/preserve_test.go#L106:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/shared/survey_test.go#L117:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/shared/survey_test.go#L72:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/view/view_test.go#L814:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/pr/view/view_test.go#L703:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/close/close_test.go#L355:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/close/close_test.go#L449:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/close/close_test.go#L546:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/close/close_test.go#L67:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/close/close_test.go#L78:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/close/close_test.go#L82:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/close/close_test.go#L180:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/close/close_test.go#L274:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/copy/copy_test.go#L88:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/copy/copy_test.go#L99:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/copy/copy_test.go#L103:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/copy/copy_test.go#L233:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/copy/copy_test.go#L354:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/copy/copy_test.go#L456:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/copy/copy_test.go#L581:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/create/create_test.go#L213:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/create/create_test.go#L272:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/create/create_test.go#L343:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/create/create_test.go#L58:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/create/create_test.go#L69:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/create/create_test.go#L73:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/create/create_test.go#L145:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/delete/delete_test.go#L169:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/delete/delete_test.go#L261:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/delete/delete_test.go#L343:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/delete/delete_test.go#L435:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/delete/delete_test.go#L60:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/delete/delete_test.go#L71:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/delete/delete_test.go#L75:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/edit/edit_test.go#L606:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/edit/edit_test.go#L105:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/edit/edit_test.go#L116:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/edit/edit_test.go#L120:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/edit/edit_test.go#L225:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/edit/edit_test.go#L323:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/edit/edit_test.go#L411:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/edit/edit_test.go#L506:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/field-create/field_create_test.go#L92:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/field-create/field_create_test.go#L103:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/field-create/field_create_test.go#L107:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/field-create/field_create_test.go#L380:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/field-create/field_create_test.go#L462:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/field-create/field_create_test.go#L626:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/field-create/field_create_test.go#L721:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/field-create/field_create_test.go#L205:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/field-create/field_create_test.go#L298:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/field-create/field_create_test.go#L544:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/field-delete/field_delete_test.go#L56:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/field-delete/field_delete_test.go#L67:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/field-delete/field_delete_test.go#L71:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/field-delete/field_delete_test.go#L111:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/field-delete/field_delete_test.go#L152:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/field-list/field_list_test.go#L604:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/field-list/field_list_test.go#L66:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/field-list/field_list_test.go#L81:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/field-list/field_list_test.go#L177:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/field-list/field_list_test.go#L271:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/field-list/field_list_test.go#L363:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/field-list/field_list_test.go#L445:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-add/item_add_test.go#L420:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-add/item_add_test.go#L536:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-add/item_add_test.go#L78:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-add/item_add_test.go#L89:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-add/item_add_test.go#L93:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-add/item_add_test.go#L208:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-add/item_add_test.go#L319:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-archive/item_archive_test.go#L288:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-archive/item_archive_test.go#L369:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-archive/item_archive_test.go#L460:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-archive/item_archive_test.go#L729:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-archive/item_archive_test.go#L86:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-archive/item_archive_test.go#L97:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-archive/item_archive_test.go#L101:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-archive/item_archive_test.go#L197:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-archive/item_archive_test.go#L552:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-archive/item_archive_test.go#L633:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-create/item_create_test.go#L368:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-create/item_create_test.go#L463:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-create/item_create_test.go#L86:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-create/item_create_test.go#L97:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-create/item_create_test.go#L101:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-create/item_create_test.go#L195:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-create/item_create_test.go#L286:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-delete/item_delete_test.go#L78:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-delete/item_delete_test.go#L89:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-delete/item_delete_test.go#L93:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-delete/item_delete_test.go#L185:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-delete/item_delete_test.go#L274:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-delete/item_delete_test.go#L353:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-delete/item_delete_test.go#L442:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-edit/item_edit_test.go#L145:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-edit/item_edit_test.go#L152:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-edit/item_edit_test.go#L247:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-edit/item_edit_test.go#L393:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-edit/item_edit_test.go#L442:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-edit/item_edit_test.go#L532:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-edit/item_edit_test.go#L572:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-edit/item_edit_test.go#L197:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-edit/item_edit_test.go#L296:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-edit/item_edit_test.go#L346:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-edit/item_edit_test.go#L465:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-edit/item_edit_test.go#L128:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-edit/item_edit_test.go#L139:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-edit/item_edit_test.go#L143:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-list/item_list_test.go#L409:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-list/item_list_test.go#L506:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-list/item_list_test.go#L615:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-list/item_list_test.go#L67:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-list/item_list_test.go#L78:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-list/item_list_test.go#L82:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-list/item_list_test.go#L193:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/item-list/item_list_test.go#L302:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/list/list_test.go#L671:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/list/list_test.go#L721:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/list/list_test.go#L167:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/list/list_test.go#L245:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/list/list_test.go#L964:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/list/list_test.go#L395:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/list/list_test.go#L808:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/list/list_test.go#L847:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/list/list_test.go#L542:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/list/list_test.go#L69:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/list/list_test.go#L80:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/list/list_test.go#L84:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/list/list_test.go#L463:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/list/list_test.go#L324:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/list/list_test.go#L768:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/list/list_test.go#L887:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/mark-template/mark_template_test.go#L68:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/mark-template/mark_template_test.go#L79:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/mark-template/mark_template_test.go#L83:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/mark-template/mark_template_test.go#L177:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/mark-template/mark_template_test.go#L270:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/mark-template/mark_template_test.go#L366:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/shared/queries/queries_test.go#L428:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/shared/queries/queries_test.go#L429:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/shared/queries/queries_test.go#L425:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/shared/queries/export_data_test.go#L214:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/shared/queries/export_data_test.go#L321:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/shared/queries/export_data_test.go#L360:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/shared/queries/queries_test.go#L60:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/shared/queries/export_data_test.go#L285:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/shared/queries/queries_test.go#L267:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/shared/queries/export_data_test.go#L102:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/shared/queries/export_data_test.go#L124:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/shared/queries/export_data_test.go#L136:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/shared/queries/export_data_test.go#L173:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/shared/queries/export_data_test.go#L271:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/shared/queries/queries_test.go#L110:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/shared/queries/queries_test.go#L213:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/shared/queries/export_data_test.go#L26:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/shared/queries/export_data_test.go#L47:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/shared/queries/export_data_test.go#L186:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/shared/queries/export_data_test.go#L200:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/shared/queries/export_data_test.go#L87:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/shared/queries/queries_test.go#L163:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/shared/queries/queries_test.go#L320:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/view/view_test.go#L453:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/view/view_test.go#L528:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/view/view_test.go#L745:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/view/view_test.go#L69:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/view/view_test.go#L80:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/view/view_test.go#L84:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/project/view/view_test.go#L375:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/release/create/create_test.go#L1741:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/release/create/create_test.go#L1744:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/release/download/download_test.go#L153:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/release/download/download_test.go#L165:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/release/download/download_test.go#L376:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/release/download/download_test.go#L395:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/release/download/download_test.go#L500:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/release/download/download_test.go#L504:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/release/download/download_test.go#L506:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/release/download/download_test.go#L509:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/release/download/download_test.go#L511:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/release/download/download_test.go#L542:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/release/download/download_test.go#L544:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/release/download/download_test.go#L548:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/release/download/download_test.go#L550:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/archive/archive_test.go#L157:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/archive/archive_test.go#L45:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/archive/archive_test.go#L61:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/clone/clone_test.go#L87:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/create/http_test.go#L696:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/create/create_test.go#L859:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/create/create_test.go#L863:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/create/create_test.go#L170:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/delete/delete_test.go#L200:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/delete/delete_test.go#L204:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/delete/delete_test.go#L61:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/delete/delete_test.go#L74:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/delete/delete_test.go#L78:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/deploy-key/delete/delete_test.go#L36:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/edit/edit_test.go#L105:7: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/edit/edit_test.go#L125:7: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/edit/edit_test.go#L142:7: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/edit/edit_test.go#L57:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/fork/fork_test.go#L161:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/fork/fork_test.go#L175:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/fork/fork_test.go#L179:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/fork/fork_test.go#L788:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/list/http_test.go#L55:2: bool-compare: use assert.True
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/list/http_test.go#L59:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/list/list_test.go#L404:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/list/list_test.go#L340:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/list/list_test.go#L490:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/list/list_test.go#L381:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/list/list_test.go#L453:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/list/list_test.go#L244:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/rename/rename_test.go#L271:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/rename/rename_test.go#L85:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/rename/rename_test.go#L101:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/setdefault/setdefault_test.go#L500:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/setdefault/setdefault_test.go#L100:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/setdefault/setdefault_test.go#L114:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/sync/sync_test.go#L76:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/sync/sync_test.go#L89:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/sync/sync_test.go#L94:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/unarchive/unarchive_test.go#L45:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/unarchive/unarchive_test.go#L61:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/unarchive/unarchive_test.go#L163:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/view/view_test.go#L661:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/view/view_test.go#L75:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/repo/view/view_test.go#L92:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/root/help_topic_test.go#L84:5: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/root/alias_test.go#L69:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/root/alias_test.go#L119:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/run/cancel/cancel_test.go#L59:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/run/cancel/cancel_test.go#L78:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/run/cancel/cancel_test.go#L242:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/run/cancel/cancel_test.go#L247:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/run/delete/delete_test.go#L189:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/run/delete/delete_test.go#L194:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/run/delete/delete_test.go#L61:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/run/delete/delete_test.go#L80:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/run/download/http_test.go#L38:2: len: use require.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/run/list/list_test.go#L110:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/run/list/list_test.go#L672:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/run/list/list_test.go#L675:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/run/rerun/rerun_test.go#L138:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/run/rerun/rerun_test.go#L156:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/run/rerun/rerun_test.go#L426:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/run/rerun/rerun_test.go#L430:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/run/rerun/rerun_test.go#L445:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/run/rerun/rerun_test.go#L448:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/run/shared/shared_test.go#L58:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/run/shared/shared_test.go#L105:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/run/shared/artifacts_test.go#L64:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/run/shared/shared_test.go#L57:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/run/view/view_test.go#L1391:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/run/view/view_test.go#L1400:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/run/view/view_test.go#L150:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/run/view/view_test.go#L168:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/run/watch/watch_test.go#L73:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/run/watch/watch_test.go#L91:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/run/watch/watch_test.go#L398:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/run/watch/watch_test.go#L400:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/search/code/code_test.go#L107:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/search/code/code_test.go#L124:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/search/commits/commits_test.go#L123:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/search/commits/commits_test.go#L140:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/search/issues/issues_test.go#L172:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/search/issues/issues_test.go#L189:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/search/prs/prs_test.go#L181:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/search/prs/prs_test.go#L198:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/search/repos/repos_test.go#L127:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/search/repos/repos_test.go#L144:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/delete/delete_test.go#L96:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/delete/delete_test.go#L113:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/delete/delete_test.go#L205:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/delete/delete_test.go#L264:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/delete/delete_test.go#L174:3: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/delete/delete_test.go#L293:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/list/list_test.go#L655:2: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/list/list_test.go#L83:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/list/list_test.go#L96:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/list/list_test.go#L437:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/list/list_test.go#L654:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/list/list_test.go#L624:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/set/set_test.go#L290:4: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/set/set_test.go#L291:4: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/set/set_test.go#L331:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/set/set_test.go#L332:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/set/set_test.go#L431:5: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/set/set_test.go#L432:5: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/set/set_test.go#L439:5: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/set/set_test.go#L440:5: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/set/set_test.go#L511:4: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/set/set_test.go#L512:4: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/set/set_test.go#L609:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/set/set_test.go#L608:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/set/set_test.go#L281:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/set/set_test.go#L286:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/set/set_test.go#L289:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/set/set_test.go#L420:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/set/set_test.go#L425:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/set/set_test.go#L430:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/set/set_test.go#L438:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/set/set_test.go#L581:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/set/set_test.go#L587:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/set/set_test.go#L322:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/set/set_test.go#L327:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/set/set_test.go#L330:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/set/set_test.go#L502:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/set/set_test.go#L507:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/set/set_test.go#L510:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/set/set_test.go#L193:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/set/set_test.go#L210:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/set/set_test.go#L544:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/shared/shared_test.go#L64:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/shared/shared_test.go#L135:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/secret/shared/shared_test.go#L137:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/ssh-key/add/add_test.go#L145:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/ssh-key/delete/delete_test.go#L84:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/ssh-key/delete/delete_test.go#L98:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/ssh-key/delete/delete_test.go#L102:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/ssh-key/delete/delete_test.go#L203:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/ssh-key/delete/delete_test.go#L207:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/status/status_test.go#L457:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/status/status_test.go#L69:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/status/status_test.go#L79:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/variable/delete/delete_test.go#L62:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/variable/delete/delete_test.go#L79:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/variable/get/get_test.go#L94:5: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/variable/get/get_test.go#L80:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/variable/list/list_test.go#L441:2: len: use assert.Len
https://github.com/cli/cli/blob/trunk/pkg/cmd/variable/list/list_test.go#L61:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/variable/list/list_test.go#L74:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/variable/list/list_test.go#L295:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/variable/list/list_test.go#L440:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/variable/set/set_test.go#L237:4: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/variable/set/set_test.go#L311:4: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/variable/set/set_test.go#L413:4: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/cmd/variable/set/set_test.go#L433:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/variable/set/set_test.go#L466:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/variable/set/set_test.go#L472:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/variable/set/set_test.go#L302:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/variable/set/set_test.go#L306:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/variable/set/set_test.go#L310:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/variable/set/set_test.go#L146:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/variable/set/set_test.go#L163:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/variable/set/set_test.go#L551:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/variable/set/set_test.go#L553:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/variable/set/set_test.go#L228:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/variable/set/set_test.go#L232:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/variable/set/set_test.go#L236:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/variable/set/set_test.go#L406:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/variable/set/set_test.go#L409:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/variable/set/set_test.go#L412:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/variable/shared/shared_test.go#L44:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/workflow/disable/disable_test.go#L284:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/workflow/disable/disable_test.go#L288:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/workflow/disable/disable_test.go#L66:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/workflow/disable/disable_test.go#L84:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/workflow/enable/enable_test.go#L324:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/workflow/enable/enable_test.go#L328:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/workflow/enable/enable_test.go#L66:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/workflow/enable/enable_test.go#L84:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/workflow/list/list_test.go#L63:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/workflow/list/list_test.go#L82:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/workflow/list/list_test.go#L220:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/workflow/list/list_test.go#L222:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/workflow/run/run_test.go#L807:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/workflow/run/run_test.go#L811:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/workflow/run/run_test.go#L117:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/workflow/run/run_test.go#L138:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/workflow/run/run_test.go#L310:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/workflow/view/view_test.go#L136:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/workflow/view/view_test.go#L154:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/workflow/view/view_test.go#L423:5: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/cmd/workflow/view/view_test.go#L427:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/option/option_test.go#L116:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/option/option_test.go#L117:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/option/option_test.go#L121:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/option/option_test.go#L125:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/option/option_test.go#L130:3: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/option/option_test.go#L138:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/option/option_test.go#L142:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/option/option_test.go#L146:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/option/option_test.go#L150:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/option/option_test.go#L154:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/option/option_test.go#L158:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/option/option_test.go#L173:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/option/option_test.go#L179:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/option/option_test.go#L184:2: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/option/option_test.go#L189:3: expected-actual: need to reverse actual and expected values
https://github.com/cli/cli/blob/trunk/pkg/search/searcher_test.go#L485:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/search/searcher_test.go#L314:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/search/searcher_test.go#L157:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/search/searcher_test.go#L642:4: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/surveyext/editor_test.go#L114:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/surveyext/editor_test.go#L145:2: require-error: for error assertions use require
https://github.com/cli/cli/blob/trunk/pkg/surveyext/editor_test.go#L83:2: require-error: for error assertions use require

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

github-actions[bot] commented 5 days ago

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

https://github.com/ethereum/go-ethereum/blob/master/accounts/abi/event_test.go#L338:5: error-nil: use assert.NoError
https://github.com/ethereum/go-ethereum/blob/master/accounts/abi/unpack_test.go#L397:5: error-nil: use require.NoError
https://github.com/ethereum/go-ethereum/blob/master/accounts/abi/bind/base_test.go#L341:2: error-nil: use assert.NoError
https://github.com/ethereum/go-ethereum/blob/master/accounts/abi/bind/base_test.go#L352:2: error-nil: use assert.NoError
https://github.com/ethereum/go-ethereum/blob/master/accounts/abi/bind/base_test.go#L363:2: error-nil: use assert.NoError
https://github.com/ethereum/go-ethereum/blob/master/accounts/abi/bind/base_test.go#L372:2: error-nil: use assert.NoError
https://github.com/ethereum/go-ethereum/blob/master/cmd/devp2p/internal/ethtest/chain_test.go#L197:4: expected-actual: need to reverse actual and expected values
https://github.com/ethereum/go-ethereum/blob/master/crypto/bn256/cloudflare/example_test.go#L50:2: len: use require.Len
https://github.com/ethereum/go-ethereum/blob/master/node/rpcstack_test.go#L61:2: expected-actual: need to reverse actual and expected values
https://github.com/ethereum/go-ethereum/blob/master/node/rpcstack_test.go#L64:2: expected-actual: need to reverse actual and expected values
https://github.com/ethereum/go-ethereum/blob/master/node/api_test.go#L125:5: require-error: for error assertions use require
https://github.com/ethereum/go-ethereum/blob/master/node/api_test.go#L215:5: require-error: for error assertions use require
https://github.com/ethereum/go-ethereum/blob/master/node/api_test.go#L219:5: require-error: for error assertions use require
https://github.com/ethereum/go-ethereum/blob/master/node/api_test.go#L201:5: require-error: for error assertions use require
https://github.com/ethereum/go-ethereum/blob/master/node/api_test.go#L172:5: require-error: for error assertions use require
https://github.com/ethereum/go-ethereum/blob/master/node/rpcstack_test.go#L247:3: require-error: for error assertions use require
https://github.com/ethereum/go-ethereum/blob/master/node/api_test.go#L233:5: require-error: for error assertions use require
https://github.com/ethereum/go-ethereum/blob/master/p2p/enr/enr_test.go#L161:2: require-error: for error assertions use require
https://github.com/ethereum/go-ethereum/blob/master/p2p/enr/enr_test.go#L105:2: require-error: for error assertions use require
https://github.com/ethereum/go-ethereum/blob/master/p2p/enr/enr_test.go#L142:4: require-error: for error assertions use require
https://github.com/ethereum/go-ethereum/blob/master/p2p/rlpx/buffer_test.go#L49:2: require-error: for error assertions use require
https://github.com/ethereum/go-ethereum/blob/master/params/config_test.go#L143:2: expected-actual: need to reverse actual and expected values
https://github.com/ethereum/go-ethereum/blob/master/params/config_test.go#L146:2: expected-actual: need to reverse actual and expected values
https://github.com/ethereum/go-ethereum/blob/master/params/config_test.go#L149:2: expected-actual: need to reverse actual and expected values
https://github.com/ethereum/go-ethereum/blob/master/params/config_test.go#L152:2: expected-actual: need to reverse actual and expected values
https://github.com/ethereum/go-ethereum/blob/master/params/config_test.go#L155:2: expected-actual: need to reverse actual and expected values
https://github.com/ethereum/go-ethereum/blob/master/trie/stacktrie_test.go#L394:2: error-nil: use assert.NoError
https://github.com/ethereum/go-ethereum/blob/master/trie/stacktrie_test.go#L395:2: error-nil: use assert.Error
https://github.com/ethereum/go-ethereum/blob/master/trie/stacktrie_test.go#L396:2: error-nil: use assert.Error
https://github.com/ethereum/go-ethereum/blob/master/trie/stacktrie_test.go#L397:2: error-nil: use assert.NoError
https://github.com/ethereum/go-ethereum/blob/master/trie/stacktrie_test.go#L398:2: error-nil: use assert.Error
https://github.com/ethereum/go-ethereum/blob/master/trie/stacktrie_test.go#L399:2: error-nil: use assert.Error

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

github-actions[bot] commented 5 days ago

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

https://github.com/jesseduffield/lazydocker/blob/master/pkg/commands/container_stats_test.go#L16:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jesseduffield/lazydocker/blob/master/pkg/commands/os_test.go#L23:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazydocker/blob/master/pkg/commands/os_test.go#L290:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazydocker/blob/master/pkg/commands/os_test.go#L293:5: require-error: for error assertions use require
https://github.com/jesseduffield/lazydocker/blob/master/pkg/commands/ssh/ssh_test.go#L95:4: require-error: for error assertions use require
https://github.com/jesseduffield/lazydocker/blob/master/pkg/gui/panels/filtered_list_test.go#L156:3: expected-actual: need to reverse actual and expected values

Report issue: https://github.com/jesseduffield/lazydocker/issues

github-actions[bot] commented 5 days ago

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

https://github.com/prometheus/prometheus/blob/main/tsdb/tsdbutil/dir_locker_testutil.go#L78:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/discovery/manager_test.go#L1221:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/discovery/manager_test.go#L1230:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/discovery/http/http_test.go#L74:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/discovery/http/http_test.go#L103:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/discovery/http/http_test.go#L132:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/discovery/kubernetes/kubernetes_test.go#L342:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/discovery/xds/xds_test.go#L51:3: go-require: do not use require in http handlers
https://github.com/prometheus/prometheus/blob/main/discovery/xds/xds_test.go#L52:3: go-require: do not use require in http handlers
https://github.com/prometheus/prometheus/blob/main/discovery/xds/xds_test.go#L59:3: go-require: do not use require in http handlers
https://github.com/prometheus/prometheus/blob/main/discovery/xds/xds_test.go#L60:3: go-require: do not use require in http handlers
https://github.com/prometheus/prometheus/blob/main/discovery/xds/xds_test.go#L65:3: go-require: do not use require in http handlers
https://github.com/prometheus/prometheus/blob/main/discovery/xds/xds_test.go#L80:3: go-require: do not use require in http handlers
https://github.com/prometheus/prometheus/blob/main/discovery/xds/xds_test.go#L83:3: go-require: do not use require in http handlers
https://github.com/prometheus/prometheus/blob/main/model/histogram/generic_test.go#L110:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/model/textparse/promparse_test.go#L210:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/model/textparse/protobufparse_test.go#L2225:6: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/notifier/notifier_test.go#L863:3: go-require: do not use require in http handlers
https://github.com/prometheus/prometheus/blob/main/notifier/notifier_test.go#L866:3: go-require: do not use require in http handlers
https://github.com/prometheus/prometheus/blob/main/notifier/notifier_test.go#L949:3: go-require: do not use require in http handlers
https://github.com/prometheus/prometheus/blob/main/notifier/notifier_test.go#L952:3: go-require: do not use require in http handlers
https://github.com/prometheus/prometheus/blob/main/promql/histogram_stats_iterator_test.go#L56:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/promql/histogram_stats_iterator_test.go#L69:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/promql/histogram_stats_iterator_test.go#L70:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/promql/functions_test.go#L68:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/rules/manager_test.go#L523:8: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/rules/manager_test.go#L1941:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/rules/manager_test.go#L1979:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/rules/manager_test.go#L2017:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/rules/manager_test.go#L2056:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/scrape/scrape_test.go#L1149:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/scrape/scrape_test.go#L1196:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/scrape/scrape_test.go#L1550:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/scrape/scrape_test.go#L1628:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/scrape/scrape_test.go#L1651:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/scrape/scrape_test.go#L1677:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/scrape/scrape_test.go#L2250:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/scrape/scrape_test.go#L2270:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/scrape/scrape_test.go#L3105:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/scrape/scrape_test.go#L3410:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/scrape/scrape_test.go#L3643:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/scrape/scrape_test.go#L3731:3: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/scrape/scrape_test.go#L2347:5: go-require: do not use require in http handlers
https://github.com/prometheus/prometheus/blob/main/scrape/scrape_test.go#L2352:4: go-require: do not use require in http handlers
https://github.com/prometheus/prometheus/blob/main/scrape/scrape_test.go#L3438:5: go-require: do not use require in http handlers
https://github.com/prometheus/prometheus/blob/main/scrape/target_test.go#L151:5: go-require: do not use require in http handlers
https://github.com/prometheus/prometheus/blob/main/scrape/target_test.go#L172:5: go-require: do not use require in http handlers
https://github.com/prometheus/prometheus/blob/main/scrape/target_test.go#L192:5: go-require: do not use require in http handlers
https://github.com/prometheus/prometheus/blob/main/scrape/target_test.go#L193:5: go-require: do not use require in http handlers
https://github.com/prometheus/prometheus/blob/main/scrape/target_test.go#L194:5: go-require: do not use require in http handlers
https://github.com/prometheus/prometheus/blob/main/storage/buffer_test.go#L99:2: empty: use require.Empty
https://github.com/prometheus/prometheus/blob/main/storage/buffer_test.go#L100:2: empty: use require.Empty
https://github.com/prometheus/prometheus/blob/main/storage/buffer_test.go#L101:2: empty: use require.Empty
https://github.com/prometheus/prometheus/blob/main/storage/buffer_test.go#L102:2: empty: use require.Empty
https://github.com/prometheus/prometheus/blob/main/storage/buffer_test.go#L113:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/storage/buffer_test.go#L133:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/storage/buffer_test.go#L149:2: empty: use require.Empty
https://github.com/prometheus/prometheus/blob/main/storage/buffer_test.go#L150:2: empty: use require.Empty
https://github.com/prometheus/prometheus/blob/main/storage/buffer_test.go#L151:2: empty: use require.Empty
https://github.com/prometheus/prometheus/blob/main/storage/buffer_test.go#L152:2: empty: use require.Empty
https://github.com/prometheus/prometheus/blob/main/storage/buffer_test.go#L219:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/storage/buffer_test.go#L225:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/storage/memoized_iterator_test.go#L33:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/storage/memoized_iterator_test.go#L45:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/storage/series_test.go#L43:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/storage/series_test.go#L49:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/storage/series_test.go#L55:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/storage/series_test.go#L61:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/storage/series_test.go#L67:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/storage/remote/codec_test.go#L228:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/storage/remote/codec_test.go#L234:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/storage/remote/codec_test.go#L240:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/storage/remote/codec_test.go#L246:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/storage/remote/codec_test.go#L252:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/storage/remote/codec_test.go#L363:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/storage/remote/codec_test.go#L369:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/storage/remote/codec_test.go#L375:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/storage/remote/codec_test.go#L381:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/storage/remote/codec_test.go#L387:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/storage/remote/codec_test.go#L393:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/storage/remote/queue_manager_test.go#L480:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/storage/remote/queue_manager_test.go#L339:4: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/storage/remote/storage_test.go#L172:4: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/storage/remote/client_test.go#L181:5: go-require: do not use require in http handlers
https://github.com/prometheus/prometheus/blob/main/tsdb/block_test.go#L713:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/block_test.go#L730:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/compact_test.go#L1324:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/compact_test.go#L1343:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/compact_test.go#L1428:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/compact_test.go#L1429:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/compact_test.go#L1430:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/compact_test.go#L1436:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/compact_test.go#L1437:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/compact_test.go#L1438:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L287:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L682:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L733:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L1539:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L2089:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L2629:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L3360:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L3362:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L3367:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L3418:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L3420:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L3519:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L3564:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L3655:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L3698:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L3772:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L3870:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L3961:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L5237:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L5279:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L5281:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L5336:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L5398:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L5403:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L5788:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L5817:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L5912:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L5932:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L6010:3: negative-positive: use require.Positive
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L7064:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L726:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L733:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L741:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L748:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L785:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L787:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L792:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L798:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L800:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L807:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L2137:6: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L2152:6: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L2209:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L2227:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L2263:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L2310:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L2686:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L2690:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L2694:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L2698:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L2709:2: negative-positive: use require.Positive
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L2714:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L2718:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L2733:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L2737:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L2741:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L3207:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L3213:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L3219:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L3225:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L3232:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L3629:3: negative-positive: use require.Positive
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L4027:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L4100:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L4128:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L4137:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L4138:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L4170:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L4179:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L4669:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L4699:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L5925:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/querier_test.go#L1824:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/querier_test.go#L2138:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/compact_test.go#L1679:8: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/compact_test.go#L1682:6: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/compact_test.go#L1688:6: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/compact_test.go#L1690:6: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/compact_test.go#L1691:6: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/compact_test.go#L1715:9: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/compact_test.go#L1722:8: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/compact_test.go#L1728:8: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/compact_test.go#L1733:6: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/compact_test.go#L1739:6: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/compact_test.go#L1741:6: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/compact_test.go#L1742:6: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L1393:5: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L1398:5: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L2729:5: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L2732:4: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L3084:5: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L3085:5: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L3086:5: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L3771:3: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L3772:3: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L3869:3: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L3870:3: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L3960:3: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/db_test.go#L3961:3: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L3277:3: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L3278:3: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L3340:3: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/head_test.go#L3341:3: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/querier_test.go#L3017:7: go-require: appendSeries contains assertions that must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/agent/db_test.go#L405:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/agent/db_test.go#L506:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/agent/db_test.go#L572:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/agent/db_test.go#L816:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/agent/db_test.go#L817:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/agent/db_test.go#L880:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/agent/db_test.go#L881:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/agent/db_test.go#L928:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/agent/db_test.go#L929:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/chunkenc/histogram_meta_test.go#L439:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/chunks/queue_test.go#L122:3: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/chunks/queue_test.go#L123:3: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/chunks/queue_test.go#L124:3: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/chunks/queue_test.go#L125:3: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/chunks/queue_test.go#L126:3: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/chunks/queue_test.go#L129:3: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/chunks/queue_test.go#L160:3: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/chunks/queue_test.go#L161:3: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/chunks/queue_test.go#L167:3: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/chunks/queue_test.go#L168:3: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/chunks/queue_test.go#L200:3: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/chunks/queue_test.go#L201:3: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/chunks/queue_test.go#L207:3: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/chunks/queue_test.go#L297:5: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/tombstones/tombstones_test.go#L274:4: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/wlog/wlog_test.go#L367:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/tsdb/wlog/reader_test.go#L211:6: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/wlog/reader_test.go#L371:5: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/wlog/watcher_test.go#L759:7: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/tsdb/wlog/watcher_test.go#L770:8: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/util/stats/stats_test.go#L32:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/prometheus/prometheus/blob/main/web/web_test.go#L492:4: go-require: require must only be used in the goroutine running the test function
https://github.com/prometheus/prometheus/blob/main/web/web_test.go#L493:4: go-require: require must only be used in the goroutine running the test function

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

github-actions[bot] commented 5 days ago

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

https://github.com/docker/compose/blob/main/cmd/compose/viz_test.go#L86:21: error-nil: use assert.Errorf
https://github.com/docker/compose/blob/main/cmd/compose/ps_test.go#L77:2: require-error: for error assertions use require
https://github.com/docker/compose/blob/main/cmd/compose/ps_test.go#L80:2: require-error: for error assertions use require
https://github.com/docker/compose/blob/main/cmd/compose/ps_test.go#L83:2: require-error: for error assertions use require
https://github.com/docker/compose/blob/main/pkg/compose/viz_test.go#L131:3: require-error: for error assertions use require
https://github.com/docker/compose/blob/main/pkg/compose/viz_test.go#L190:3: require-error: for error assertions use require
https://github.com/docker/compose/blob/main/pkg/e2e/ps_test.go#L47:3: len: use assert.Len
https://github.com/docker/compose/blob/main/pkg/e2e/ps_test.go#L80:3: len: use assert.Len
https://github.com/docker/compose/blob/main/pkg/e2e/ps_test.go#L85:5: len: use assert.Len
https://github.com/docker/compose/blob/main/pkg/e2e/ps_test.go#L97:5: len: use assert.Len
https://github.com/docker/compose/blob/main/pkg/e2e/ps_test.go#L116:3: len: use assert.Len
https://github.com/docker/compose/blob/main/pkg/e2e/ps_test.go#L120:3: len: use assert.Len
https://github.com/docker/compose/blob/main/pkg/e2e/up_test.go#L100:3: expected-actual: need to reverse actual and expected values
https://github.com/docker/compose/blob/main/pkg/e2e/ps_test.go#L112:3: require-error: for error assertions use require
https://github.com/docker/compose/blob/main/pkg/e2e/ps_test.go#L125:3: require-error: for error assertions use require
https://github.com/docker/compose/blob/main/pkg/watch/notify_test.go#L42:2: error-nil: use assert.NoError
https://github.com/docker/compose/blob/main/pkg/watch/notify_test.go#L46:2: error-nil: use assert.NoError
https://github.com/docker/compose/blob/main/pkg/watch/notify_test.go#L50:2: error-nil: use assert.NoError
https://github.com/docker/compose/blob/main/pkg/watch/paths_test.go#L30:2: require-error: for error assertions use require
https://github.com/docker/compose/blob/main/pkg/watch/paths_test.go#L34:2: require-error: for error assertions use require

Report issue: https://github.com/docker/compose/issues

github-actions[bot] commented 5 days ago

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

-: # ehang.io/nps/cmd/npc
cmd/npc/sdk.go#L46:6: main redeclared in this block
cmd/npc/npc.go#L44:6: other declaration of main
https://github.com/ehang-io/nps/blob/master/cmd/npc/sdk.go#L46:6: main redeclared in this block
https://github.com/ehang-io/nps/blob/master/cmd/npc/npc.go#L44:6:   other declaration of main
-: # github.com/go-gl/gl/v3.2-core/gl
# [pkg-config --cflags  -- gl gl]
Package gl was not found in the pkg-config search path.
Perhaps you should add the directory containing `gl.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gl', required by 'virtual:world', not found
Package 'gl', required by 'virtual:world', not found
/home/runner/go/pkg/mod/github.com/go-gl/gl@v0.0.0-20190320180904-bf2b1f2f34d7/v3.2-core/gl/conversions.go#L13:8: could not import C (no metadata for C)
-: # github.com/go-gl/glfw/v3.3/glfw
In file included from ./glfw/src/internal.h:188,
from ./glfw/src/context.c:30,
from ../../../../go/pkg/mod/github.com/go-gl/glfw/v3.3/glfw@v0.0.0-20210311203641-62640a716d48/c_glfw.go#L4:
./glfw/src/x11_platform.h:36:10: fatal error: X11/Xcursor/Xcursor.h: No such file or directory
36 | #include <X11/Xcursor/Xcursor.h>
|          ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
/home/runner/go/pkg/mod/github.com/go-gl/glfw/v3.3/glfw@v0.0.0-20210311203641-62640a716d48/build.go#L53:8: could not import C (no metadata for C)
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L3:8: could not import C (no metadata for C)
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L877:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L878:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L879:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L880:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L881:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L882:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L883:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L884:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L885:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L886:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L887:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L888:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L889:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L891:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L892:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L895:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L896:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L897:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L898:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L899:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L900:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L901:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L902:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L903:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L904:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L905:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L906:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L909:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L910:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L911:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L912:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L913:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L914:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L915:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L916:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L917:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L918:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L919:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L920:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L921:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L922:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L923:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L924:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L925:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L926:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L927:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L928:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L931:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L932:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L933:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L934:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L935:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L936:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L937:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L938:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L939:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L940:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/fyne.io/fyne/v2@v2.0.2/internal/driver/glfw/window.go#L941:2: duplicate key unknown in map literal
testifylint: 66 errors during loading

Report issue: https://github.com/ehang-io/nps/issues

github-actions[bot] commented 5 days ago

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

https://github.com/beego/beego/blob/master/client/cache/bloom_filter_cache_test.go#L97:5: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/cache/bloom_filter_cache_test.go#L114:5: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/cache/bloom_filter_cache_test.go#L132:5: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/cache/bloom_filter_cache_test.go#L147:5: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/cache/bloom_filter_cache_test.go#L161:4: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/bloom_filter_cache_test.go#L169:5: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/cache_test.go#L31:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/cache_test.go#L35:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/cache_test.go#L53:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/cache_test.go#L83:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/cache_test.go#L87:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/cache_test.go#L95:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/cache_test.go#L101:2: len: use assert.Len
https://github.com/beego/beego/blob/master/client/cache/cache_test.go#L106:2: len: use assert.Len
https://github.com/beego/beego/blob/master/client/cache/cache_test.go#L110:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/client/cache/cache_test.go#L116:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/cache_test.go#L118:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/cache_test.go#L132:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/cache_test.go#L137:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/cache_test.go#L145:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/cache_test.go#L151:2: len: use assert.Len
https://github.com/beego/beego/blob/master/client/cache/cache_test.go#L156:2: len: use assert.Len
https://github.com/beego/beego/blob/master/client/cache/cache_test.go#L161:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/client/cache/cache_test.go#L162:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/cache_test.go#L178:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/cache_test.go#L179:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/cache_test.go#L184:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/cache_test.go#L188:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/cache_test.go#L195:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/cache_test.go#L198:3: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/cache_test.go#L200:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/client/cache/calc_utils_test.go#L16:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/calc_utils_test.go#L26:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/calc_utils_test.go#L36:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/calc_utils_test.go#L47:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/calc_utils_test.go#L57:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/calc_utils_test.go#L67:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/calc_utils_test.go#L82:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/calc_utils_test.go#L91:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/calc_utils_test.go#L101:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/calc_utils_test.go#L111:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/calc_utils_test.go#L121:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/calc_utils_test.go#L131:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/conv_test.go#L69:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/beego/beego/blob/master/client/cache/conv_test.go#L71:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/beego/beego/blob/master/client/cache/conv_test.go#L73:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/beego/beego/blob/master/client/cache/conv_test.go#L77:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/beego/beego/blob/master/client/cache/conv_test.go#L79:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/beego/beego/blob/master/client/cache/file_test.go#L30:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/client/cache/file_test.go#L32:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/file_test.go#L41:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/client/cache/file_test.go#L45:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/file_test.go#L47:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/cache/file_test.go#L48:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/cache/file_test.go#L49:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/cache/file_test.go#L52:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/client/cache/file_test.go#L55:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/client/cache/file_test.go#L62:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/client/cache/file_test.go#L65:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/file_test.go#L70:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/client/cache/file_test.go#L73:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/file_test.go#L75:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/file_test.go#L77:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/file_test.go#L85:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/client/cache/file_test.go#L89:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/file_test.go#L91:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/client/cache/file_test.go#L94:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/file_test.go#L101:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/file_test.go#L103:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/random_expired_cache_test.go#L30:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/random_expired_cache_test.go#L53:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/random_expired_cache_test.go#L57:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/random_expired_cache_test.go#L59:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/random_expired_cache_test.go#L63:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/random_expired_cache_test.go#L71:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/random_expired_cache_test.go#L77:2: len: use assert.Len
https://github.com/beego/beego/blob/master/client/cache/random_expired_cache_test.go#L82:2: len: use assert.Len
https://github.com/beego/beego/blob/master/client/cache/random_expired_cache_test.go#L86:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/client/cache/random_expired_cache_test.go#L92:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/read_through_test.go#L31:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/read_through_test.go#L39:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/client/cache/read_through_test.go#L42:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/read_through_test.go#L68:5: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/read_through_test.go#L93:5: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/read_through_test.go#L95:5: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/read_through_test.go#L115:5: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/singleflight_test.go#L29:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/singleflight_test.go#L38:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/client/cache/singleflight_test.go#L41:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/singleflight_test.go#L57:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/write_through_test.go#L76:4: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/memcache/memcache_test.go#L41:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/memcache/memcache_test.go#L45:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/memcache/memcache_test.go#L54:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/memcache/memcache_test.go#L58:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/memcache/memcache_test.go#L61:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/memcache/memcache_test.go#L65:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/memcache/memcache_test.go#L68:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/memcache/memcache_test.go#L72:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/memcache/memcache_test.go#L74:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/memcache/memcache_test.go#L79:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/memcache/memcache_test.go#L89:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/memcache/memcache_test.go#L95:2: len: use assert.Len
https://github.com/beego/beego/blob/master/client/cache/memcache/memcache_test.go#L105:2: len: use assert.Len
https://github.com/beego/beego/blob/master/client/cache/memcache/memcache_test.go#L110:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/client/cache/memcache/memcache_test.go#L113:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/memcache/memcache_test.go#L119:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/memcache/memcache_test.go#L147:5: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/memcache/memcache_test.go#L173:5: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/memcache/memcache_test.go#L175:5: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/memcache/memcache_test.go#L196:5: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/redis/redis_test.go#L39:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/redis/redis_test.go#L42:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/redis/redis_test.go#L52:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/redis/redis_test.go#L58:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/redis/redis_test.go#L63:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/redis/redis_test.go#L68:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/redis/redis_test.go#L73:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/redis/redis_test.go#L84:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/redis/redis_test.go#L90:2: len: use assert.Len
https://github.com/beego/beego/blob/master/client/cache/redis/redis_test.go#L104:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/redis/redis_test.go#L118:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/redis/redis_test.go#L121:3: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/redis/redis_test.go#L126:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/redis/redis_test.go#L128:2: len: use assert.Len
https://github.com/beego/beego/blob/master/client/cache/redis/redis_test.go#L131:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/redis/redis_test.go#L135:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/redis/redis_test.go#L136:2: empty: use assert.Empty
https://github.com/beego/beego/blob/master/client/cache/redis/redis_test.go#L141:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/redis/redis_test.go#L169:5: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/redis/redis_test.go#L195:5: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/redis/redis_test.go#L197:5: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/redis/redis_test.go#L218:5: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/ssdb/ssdb_test.go#L26:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/ssdb/ssdb_test.go#L34:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/ssdb/ssdb_test.go#L40:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/ssdb/ssdb_test.go#L46:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/ssdb/ssdb_test.go#L48:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/ssdb/ssdb_test.go#L52:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/ssdb/ssdb_test.go#L55:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/ssdb/ssdb_test.go#L58:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/ssdb/ssdb_test.go#L63:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/ssdb/ssdb_test.go#L65:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/ssdb/ssdb_test.go#L66:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/ssdb/ssdb_test.go#L76:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/ssdb/ssdb_test.go#L81:2: len: use assert.Len
https://github.com/beego/beego/blob/master/client/cache/ssdb/ssdb_test.go#L88:2: len: use assert.Len
https://github.com/beego/beego/blob/master/client/cache/ssdb/ssdb_test.go#L93:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/client/cache/ssdb/ssdb_test.go#L97:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/ssdb/ssdb_test.go#L106:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/ssdb/ssdb_test.go#L133:5: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/ssdb/ssdb_test.go#L158:5: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/ssdb/ssdb_test.go#L160:5: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/cache/ssdb/ssdb_test.go#L180:5: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/httplib/http_response_test.go#L34:2: negative-positive: use assert.Positive
https://github.com/beego/beego/blob/master/client/httplib/httpclient_test.go#L36:2: bool-compare: use assert.True
https://github.com/beego/beego/blob/master/client/httplib/httpclient_test.go#L95:2: suite-dont-use-pkg: use c.Require().NoError
https://github.com/beego/beego/blob/master/client/httplib/httpclient_test.go#L130:3: suite-dont-use-pkg: use c.Require().NoError
https://github.com/beego/beego/blob/master/client/httplib/httpclient_test.go#L174:2: len: use assert.Len
https://github.com/beego/beego/blob/master/client/httplib/httpclient_test.go#L190:2: len: use assert.Len
https://github.com/beego/beego/blob/master/client/httplib/httpclient_test.go#L198:2: len: use assert.Len
https://github.com/beego/beego/blob/master/client/httplib/httpclient_test.go#L208:2: len: use assert.Len
https://github.com/beego/beego/blob/master/client/httplib/httplib_test.go#L44:2: suite-dont-use-pkg: use h.Require().NoError
https://github.com/beego/beego/blob/master/client/httplib/httplib_test.go#L110:3: suite-dont-use-pkg: use h.Require().NoError
https://github.com/beego/beego/blob/master/client/httplib/httplib_test.go#L111:3: suite-dont-use-pkg: use h.Equal
https://github.com/beego/beego/blob/master/client/httplib/httplib_test.go#L131:2: suite-dont-use-pkg: use h.Require().NoError
https://github.com/beego/beego/blob/master/client/httplib/httplib_test.go#L339:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/httplib/httplib_test.go#L496:2: negative-positive: use assert.Positive
https://github.com/beego/beego/blob/master/client/httplib/httplib_test.go#L497:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/httplib/httpclient_test.go#L130:3: go-require: do not use require in http handlers
https://github.com/beego/beego/blob/master/client/httplib/httplib_test.go#L110:3: go-require: do not use require in http handlers
https://github.com/beego/beego/blob/master/client/httplib/httpclient_test.go#L34:2: require-error: for error assertions use require
https://github.com/beego/beego/blob/master/client/httplib/httplib_test.go#L395:4: require-error: for error assertions use require
https://github.com/beego/beego/blob/master/client/httplib/httplib_test.go#L392:3: suite-subtest-run: use h.Run to run subtest
https://github.com/beego/beego/blob/master/client/httplib/filter/log/filter_test.go#L40:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/httplib/filter/opentelemetry/filter_test.go#L45:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/client/httplib/filter/opentracing/filter_test.go#L43:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/client/httplib/filter/prometheus/filter_test.go#L40:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/db_alias_test.go#L30:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/db_alias_test.go#L34:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/orm/db_alias_test.go#L35:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/orm/db_alias_test.go#L36:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/orm/db_alias_test.go#L37:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/orm/db_alias_test.go#L43:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/db_alias_test.go#L47:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/orm/db_alias_test.go#L53:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/db_alias_test.go#L57:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/orm/db_alias_test.go#L63:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/db_alias_test.go#L67:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/orm/db_alias_test.go#L73:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/db_alias_test.go#L77:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/orm/db_test.go#L899:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/db_test.go#L1204:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/db_test.go#L1342:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/do_nothing_orm_test.go#L26:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/do_nothing_orm_test.go#L29:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/do_nothing_orm_test.go#L32:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/do_nothing_orm_test.go#L35:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/do_nothing_orm_test.go#L40:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/do_nothing_orm_test.go#L41:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/do_nothing_orm_test.go#L44:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/do_nothing_orm_test.go#L48:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/do_nothing_orm_test.go#L52:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/do_nothing_orm_test.go#L56:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/do_nothing_orm_test.go#L63:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/do_nothing_orm_test.go#L67:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/do_nothing_orm_test.go#L71:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/do_nothing_orm_test.go#L75:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/do_nothing_orm_test.go#L79:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/do_nothing_orm_test.go#L83:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/do_nothing_orm_test.go#L87:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/do_nothing_orm_test.go#L91:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/do_nothing_orm_test.go#L96:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/do_nothing_orm_test.go#L97:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/do_nothing_orm_test.go#L98:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/do_nothing_orm_test.go#L99:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/do_nothing_orm_test.go#L102:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/do_nothing_orm_test.go#L107:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/do_nothing_orm_test.go#L112:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/do_nothing_orm_test.go#L116:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/do_nothing_orm_test.go#L120:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/do_nothing_orm_test.go#L124:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/do_nothing_orm_test.go#L130:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/do_nothing_orm_test.go#L131:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/filter_orm_decorator_test.go#L36:4: len: use assert.Len
https://github.com/beego/beego/blob/master/client/orm/filter_orm_decorator_test.go#L44:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/client/orm/filter_orm_decorator_test.go#L55:5: len: use assert.Len
https://github.com/beego/beego/blob/master/client/orm/filter_orm_decorator_test.go#L59:5: empty: use assert.Empty
https://github.com/beego/beego/blob/master/client/orm/filter_orm_decorator_test.go#L64:5: empty: use assert.Empty
https://github.com/beego/beego/blob/master/client/orm/filter_orm_decorator_test.go#L86:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/client/orm/filter_orm_decorator_test.go#L94:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/client/orm/filter_orm_decorator_test.go#L103:4: empty: use assert.Empty
https://github.com/beego/beego/blob/master/client/orm/filter_orm_decorator_test.go#L119:4: len: use assert.Len
https://github.com/beego/beego/blob/master/client/orm/filter_orm_decorator_test.go#L125:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/client/orm/filter_orm_decorator_test.go#L135:5: len: use assert.Len
https://github.com/beego/beego/blob/master/client/orm/filter_orm_decorator_test.go#L146:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/client/orm/filter_orm_decorator_test.go#L151:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/client/orm/filter_orm_decorator_test.go#L156:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/client/orm/filter_orm_decorator_test.go#L161:5: len: use assert.Len
https://github.com/beego/beego/blob/master/client/orm/filter_orm_decorator_test.go#L174:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/client/orm/filter_orm_decorator_test.go#L182:4: empty: use assert.Empty
https://github.com/beego/beego/blob/master/client/orm/filter_orm_decorator_test.go#L198:4: len: use assert.Len
https://github.com/beego/beego/blob/master/client/orm/filter_orm_decorator_test.go#L206:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/client/orm/filter_orm_decorator_test.go#L217:4: len: use assert.Len
https://github.com/beego/beego/blob/master/client/orm/filter_orm_decorator_test.go#L226:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/client/orm/filter_orm_decorator_test.go#L237:4: len: use assert.Len
https://github.com/beego/beego/blob/master/client/orm/filter_orm_decorator_test.go#L244:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/client/orm/filter_orm_decorator_test.go#L254:4: len: use assert.Len
https://github.com/beego/beego/blob/master/client/orm/filter_orm_decorator_test.go#L261:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/client/orm/filter_orm_decorator_test.go#L271:4: len: use assert.Len
https://github.com/beego/beego/blob/master/client/orm/filter_orm_decorator_test.go#L287:4: len: use assert.Len
https://github.com/beego/beego/blob/master/client/orm/filter_orm_decorator_test.go#L303:4: len: use assert.Len
https://github.com/beego/beego/blob/master/client/orm/filter_orm_decorator_test.go#L319:4: len: use assert.Len
https://github.com/beego/beego/blob/master/client/orm/filter_orm_decorator_test.go#L326:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/client/orm/filter_orm_decorator_test.go#L336:4: len: use assert.Len
https://github.com/beego/beego/blob/master/client/orm/filter_orm_decorator_test.go#L343:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/client/orm/filter_orm_decorator_test.go#L415:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/client/orm/filter_test.go#L30:2: len: use assert.Len
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L318:4: compares: use assert.LessOrEqual
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L560:2: compares: use assert.LessOrEqual
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L561:2: compares: use assert.LessOrEqual
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L562:2: compares: use assert.LessOrEqual
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L638:2: compares: use assert.LessOrEqual
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L639:2: compares: use assert.LessOrEqual
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L1914:4: compares: use assert.LessOrEqual
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2008:4: compares: use assert.LessOrEqual
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2031:4: compares: use assert.LessOrEqual
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2126:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2128:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2139:3: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2142:4: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2145:4: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2146:4: negative-positive: use assert.Positive
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2149:4: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2152:4: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2156:4: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2159:4: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2163:4: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2166:4: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2169:4: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2170:4: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2174:3: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2177:4: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2180:4: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2183:4: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2186:4: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2189:4: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2193:5: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2194:5: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2313:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2315:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2319:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2323:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2324:2: negative-positive: use assert.Positive
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2327:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2330:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2340:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2343:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2344:2: negative-positive: use assert.Positive
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2346:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2348:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2354:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2357:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2358:2: negative-positive: use assert.Positive
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2361:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2364:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2367:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2466:2: negative-positive: use assert.Positive
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2469:2: negative-positive: use assert.Positive
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2490:2: compares: use assert.LessOrEqual
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2491:2: compares: use assert.LessOrEqual
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2987:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/orm/orm_test.go#L2990:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/orm/ddl_test.go#L83:4: require-error: for error assertions use require
https://github.com/beego/beego/blob/master/client/orm/hints/db_hints_test.go#L48:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/beego/beego/blob/master/client/orm/hints/db_hints_test.go#L55:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/orm/hints/db_hints_test.go#L62:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/orm/hints/db_hints_test.go#L69:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/orm/hints/db_hints_test.go#L76:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/orm/hints/db_hints_test.go#L83:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/orm/hints/db_hints_test.go#L90:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/orm/hints/db_hints_test.go#L95:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/orm/hints/db_hints_test.go#L96:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/orm/hints/db_hints_test.go#L101:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/orm/hints/db_hints_test.go#L102:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/orm/hints/db_hints_test.go#L107:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/orm/hints/db_hints_test.go#L108:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/orm/hints/db_hints_test.go#L113:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/orm/hints/db_hints_test.go#L114:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/orm/hints/db_hints_test.go#L119:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/orm/hints/db_hints_test.go#L120:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/orm/hints/db_hints_test.go#L125:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/orm/hints/db_hints_test.go#L126:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/client/orm/mock/mock_orm_test.go#L54:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/mock/mock_orm_test.go#L64:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/mock/mock_queryM2Mer_test.go#L31:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/mock/mock_queryM2Mer_test.go#L35:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/mock/mock_queryM2Mer_test.go#L39:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/mock/mock_queryM2Mer_test.go#L43:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/mock/mock_querySetter_test.go#L32:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/mock/mock_querySetter_test.go#L35:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/mock/mock_querySetter_test.go#L39:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/mock/mock_querySetter_test.go#L43:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/mock/mock_querySetter_test.go#L47:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/mock/mock_querySetter_test.go#L51:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/mock/mock_querySetter_test.go#L55:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/mock/mock_querySetter_test.go#L59:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/mock/mock_querySetter_test.go#L63:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/mock/mock_querySetter_test.go#L67:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/mock/mock_querySetter_test.go#L70:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/mock/mock_rawSetter_test.go#L27:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/mock/mock_rawSetter_test.go#L31:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/mock/mock_rawSetter_test.go#L35:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/mock/mock_rawSetter_test.go#L39:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/mock/mock_rawSetter_test.go#L43:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/mock/mock_rawSetter_test.go#L47:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/mock/mock_rawSetter_test.go#L51:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/mock/mock_rawSetter_test.go#L54:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/client/orm/mock/mock_rawSetter_test.go#L58:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/bean/tag_auto_wire_bean_factory_test.go#L29:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/bean/tag_auto_wire_bean_factory_test.go#L44:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/beego/beego/blob/master/core/bean/tag_auto_wire_bean_factory_test.go#L45:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/beego/beego/blob/master/core/bean/time_type_adapter_test.go#L27:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/berror/error_test.go#L30:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/core/berror/error_test.go#L36:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/core/berror/error_test.go#L37:2: error-is-as: use assert.ErrorIs
https://github.com/beego/beego/blob/master/core/config/base_config_test.go#L33:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/beego/beego/blob/master/core/config/base_config_test.go#L34:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/beego/beego/blob/master/core/config/global_test.go#L64:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/global_test.go#L67:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/global_test.go#L74:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/global_test.go#L80:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/global_test.go#L86:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/global_test.go#L87:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/beego/beego/blob/master/core/config/global_test.go#L89:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/beego/beego/blob/master/core/config/global_test.go#L92:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/global_test.go#L102:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/etcd/config_test.go#L30:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/etcd/config_test.go#L39:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/etcd/config_test.go#L44:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/etcd/config_test.go#L47:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/etcd/config_test.go#L65:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/beego/beego/blob/master/core/config/etcd/config_test.go#L74:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/etcd/config_test.go#L75:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/beego/beego/blob/master/core/config/etcd/config_test.go#L78:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/etcd/config_test.go#L82:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/etcd/config_test.go#L86:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/etcd/config_test.go#L91:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/json/json_test.go#L228:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/json/json_test.go#L232:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/json/json_test.go#L239:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L31:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L40:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L51:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L55:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L59:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L70:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L90:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L94:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L97:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L100:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L110:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L130:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L150:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L169:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L173:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L183:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L187:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L188:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L204:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L208:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L233:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L237:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L239:2: len: use assert.Len
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L251:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L255:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L265:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L276:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L280:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L297:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L301:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L303:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L322:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L326:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L330:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L333:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L338:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L343:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L367:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L371:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/toml/toml_test.go#L374:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/xml/xml_test.go#L130:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/xml/xml_test.go#L133:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/xml/xml_test.go#L137:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/xml/xml_test.go#L143:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/xml/xml_test.go#L149:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/yaml/yaml_test.go#L145:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/yaml/yaml_test.go#L149:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/yaml/yaml_test.go#L155:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/yaml/yaml_test.go#L162:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/config/yaml/yaml_test.go#L171:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/beego/beego/blob/master/core/config/yaml/yaml_test.go#L172:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/beego/beego/blob/master/core/logs/console_test.go#L83:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/logs/formatter_test.go#L69:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/logs/formatter_test.go#L70:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/core/logs/log_test.go#L114:4: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/server/web/admin_test.go#L225:2: len: use assert.Len
https://github.com/beego/beego/blob/master/server/web/filter_chain_test.go#L81:2: compares: use assert.Greater
https://github.com/beego/beego/blob/master/server/web/template_test.go#L64:3: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/server/web/template_test.go#L229:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/server/web/template_test.go#L242:3: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/server/web/template_test.go#L248:5: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/server/web/template_test.go#L251:5: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/server/web/template_test.go#L254:4: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/server/web/controller_test.go#L376:2: require-error: for error assertions use require
https://github.com/beego/beego/blob/master/server/web/controller_test.go#L393:2: require-error: for error assertions use require
https://github.com/beego/beego/blob/master/server/web/filter/ratelimit/token_bucket_test.go#L12:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/server/web/filter/ratelimit/token_bucket_test.go#L17:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/server/web/filter/ratelimit/token_bucket_test.go#L18:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/server/web/filter/ratelimit/token_bucket_test.go#L27:2: expected-actual: need to reverse actual and expected values
https://github.com/beego/beego/blob/master/server/web/mock/context_test.go#L35:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/server/web/mock/session_test.go#L32:2: error-nil: use assert.NoError
https://github.com/beego/beego/blob/master/task/governor_command_test.go#L70:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/task/governor_command_test.go#L75:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/task/governor_command_test.go#L80:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/task/governor_command_test.go#L90:2: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/task/governor_command_test.go#L114:2: len: use assert.Len
https://github.com/beego/beego/blob/master/task/task_test.go#L44:2: len: use assert.Len
https://github.com/beego/beego/blob/master/task/task_test.go#L155:3: error-nil: use assert.Error
https://github.com/beego/beego/blob/master/task/task_test.go#L159:2: len: use assert.Len
https://github.com/beego/beego/blob/master/task/task_test.go#L175:2: len: use assert.Len
https://github.com/beego/beego/blob/master/task/task_test.go#L178:2: empty: use assert.Empty

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

github-actions[bot] commented 5 days ago

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

-: # github.com/davidbyttow/govips/v2/vips
# [pkg-config --cflags  -- vips]
Package vips was not found in the pkg-config search path.
Perhaps you should add the directory containing `vips.pc'
to the PKG_CONFIG_PATH environment variable
No package 'vips' found
/home/runner/go/pkg/mod/github.com/davidbyttow/govips/v2@v2.14.0/vips/arithmetic.go#L4:8: could not import C (no metadata for C)
/home/runner/go/pkg/mod/github.com/davidbyttow/govips/v2@v2.14.0/vips/foreign.go#L52:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/davidbyttow/govips/v2@v2.14.0/vips/foreign.go#L53:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/davidbyttow/govips/v2@v2.14.0/vips/foreign.go#L54:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/davidbyttow/govips/v2@v2.14.0/vips/foreign.go#L55:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/davidbyttow/govips/v2@v2.14.0/vips/foreign.go#L56:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/davidbyttow/govips/v2@v2.14.0/vips/foreign.go#L57:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/davidbyttow/govips/v2@v2.14.0/vips/foreign.go#L58:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/davidbyttow/govips/v2@v2.14.0/vips/foreign.go#L59:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/davidbyttow/govips/v2@v2.14.0/vips/foreign.go#L60:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/davidbyttow/govips/v2@v2.14.0/vips/foreign.go#L61:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/davidbyttow/govips/v2@v2.14.0/vips/foreign.go#L62:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/davidbyttow/govips/v2@v2.14.0/vips/foreign.go#L63:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/davidbyttow/govips/v2@v2.14.0/vips/foreign.go#L69:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/davidbyttow/govips/v2@v2.14.0/vips/foreign.go#L70:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/davidbyttow/govips/v2@v2.14.0/vips/foreign.go#L71:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/davidbyttow/govips/v2@v2.14.0/vips/foreign.go#L72:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/davidbyttow/govips/v2@v2.14.0/vips/foreign.go#L73:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/davidbyttow/govips/v2@v2.14.0/vips/foreign.go#L74:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/davidbyttow/govips/v2@v2.14.0/vips/foreign.go#L75:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/davidbyttow/govips/v2@v2.14.0/vips/foreign.go#L76:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/davidbyttow/govips/v2@v2.14.0/vips/foreign.go#L77:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/davidbyttow/govips/v2@v2.14.0/vips/foreign.go#L78:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/davidbyttow/govips/v2@v2.14.0/vips/foreign.go#L79:2: duplicate key unknown in map literal
/home/runner/go/pkg/mod/github.com/davidbyttow/govips/v2@v2.14.0/vips/foreign.go#L80:2: duplicate key unknown in map literal
testifylint: 26 errors during loading

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

github-actions[bot] commented 5 days ago

Run testifylint on Repo: https://github.com/v2fly/v2ray-core got output

https://github.com/v2fly/v2ray-core/blob/master/app/dns/fakedns/fakedns_test.go#L162:2: error-nil: use assert.NoError
https://github.com/v2fly/v2ray-core/blob/master/app/dns/fakedns/fakedns_test.go#L172:4: error-nil: use assert.NoError
https://github.com/v2fly/v2ray-core/blob/master/app/dns/fakedns/fakedns_test.go#L182:4: error-nil: use assert.NoError
https://github.com/v2fly/v2ray-core/blob/master/common/net/packetaddr/packetaddr_test.go#L19:2: require-error: for error assertions use require
https://github.com/v2fly/v2ray-core/blob/master/common/net/packetaddr/packetaddr_test.go#L22:2: require-error: for error assertions use require
https://github.com/v2fly/v2ray-core/blob/master/common/net/packetaddr/packetaddr_test.go#L35:2: require-error: for error assertions use require
https://github.com/v2fly/v2ray-core/blob/master/common/net/packetaddr/packetaddr_test.go#L38:2: require-error: for error assertions use require
https://github.com/v2fly/v2ray-core/blob/master/common/protoext/testing/extension_test.go#L15:2: error-nil: use assert.NoError
https://github.com/v2fly/v2ray-core/blob/master/common/protoext/testing/extension_test.go#L26:3: error-nil: use assert.NoError
https://github.com/v2fly/v2ray-core/blob/master/proxy/vmess/aead/authid_test.go#L35:2: error-nil: use assert.NoError
https://github.com/v2fly/v2ray-core/blob/master/proxy/vmess/aead/authid_test.go#L53:2: error-nil: use assert.NoError
https://github.com/v2fly/v2ray-core/blob/master/proxy/vmess/aead/authid_test.go#L78:2: error-nil: use assert.NoError
https://github.com/v2fly/v2ray-core/blob/master/proxy/vmess/aead/authid_test.go#L91:2: error-nil: use assert.NoError
https://github.com/v2fly/v2ray-core/blob/master/proxy/vmess/aead/authid_test.go#L109:2: error-nil: use assert.NoError
https://github.com/v2fly/v2ray-core/blob/master/proxy/vmess/aead/authid_test.go#L124:2: error-nil: use assert.NoError
https://github.com/v2fly/v2ray-core/blob/master/proxy/vmess/aead/encrypt_test.go#L47:2: error-nil: use assert.NoError
https://github.com/v2fly/v2ray-core/blob/master/proxy/vmess/aead/encrypt_test.go#L68:3: bool-compare: use assert.True
https://github.com/v2fly/v2ray-core/blob/master/proxy/vmess/aead/encrypt_test.go#L69:3: error-nil: use assert.Error
https://github.com/v2fly/v2ray-core/blob/master/proxy/vmess/aead/encrypt_test.go#L96:4: bool-compare: use assert.True
https://github.com/v2fly/v2ray-core/blob/master/proxy/vmess/aead/encrypt_test.go#L97:4: error-nil: use assert.Error
https://github.com/v2fly/v2ray-core/blob/master/proxy/vmess/aead/authid_test.go#L59:2: require-error: for error assertions use require
https://github.com/v2fly/v2ray-core/blob/master/proxy/vmess/encoding/commands_test.go#L56:2: require-error: for error assertions use require

Report issue: https://github.com/v2fly/v2ray-core/issues

github-actions[bot] commented 5 days ago

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

https://github.com/gofiber/fiber/blob/main/helpers_test.go#L524:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/gofiber/fiber/blob/main/path_test.go#L145:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/gofiber/fiber/blob/main/path_test.go#L147:5: formatter: remove unnecessary fmt.Sprintf
https://github.com/gofiber/fiber/blob/main/path_test.go#L166:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/gofiber/fiber/blob/main/path_test.go#L227:5: formatter: remove unnecessary fmt.Sprintf
https://github.com/gofiber/fiber/blob/main/path_test.go#L229:6: formatter: remove unnecessary fmt.Sprintf
https://github.com/gofiber/fiber/blob/main/path_test.go#L260:5: formatter: remove unnecessary fmt.Sprintf
https://github.com/gofiber/fiber/blob/main/client/request_test.go#L1606:3: empty: use require.Empty
https://github.com/gofiber/fiber/blob/main/client/request_test.go#L1607:3: empty: use require.Empty
https://github.com/gofiber/fiber/blob/main/internal/storage/memory/memory_test.go#L84:2: empty: use require.Empty
https://github.com/gofiber/fiber/blob/main/internal/storage/memory/memory_test.go#L116:2: empty: use require.Empty
https://github.com/gofiber/fiber/blob/main/internal/storage/memory/memory_test.go#L128:2: empty: use require.Empty
https://github.com/gofiber/fiber/blob/main/internal/storage/memory/memory_test.go#L155:2: empty: use require.Empty
https://github.com/gofiber/fiber/blob/main/internal/storage/memory/memory_test.go#L182:2: empty: use require.Empty
https://github.com/gofiber/fiber/blob/main/internal/storage/memory/memory_test.go#L186:2: empty: use require.Empty

Report issue: https://github.com/gofiber/fiber/issues

github-actions[bot] commented 5 days ago

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

web/dist.go#L30:12: pattern dist/*: no matching files found
testifylint: error during loading

Report issue: https://github.com/harness/gitness/issues

github-actions[bot] commented 5 days ago

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

https://github.com/labstack/echo/blob/master/bind_test.go#L560:2: bool-compare: use assert.False
https://github.com/labstack/echo/blob/master/bind_test.go#L561:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/labstack/echo/blob/master/bind_test.go#L562:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/labstack/echo/blob/master/bind_test.go#L686:2: bool-compare: use assert.True
https://github.com/labstack/echo/blob/master/bind_test.go#L687:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/labstack/echo/blob/master/bind_test.go#L688:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/labstack/echo/blob/master/bind_test.go#L705:5: error-nil: use assert.NoError
https://github.com/labstack/echo/blob/master/bind_test.go#L724:3: len: use assert.Len
https://github.com/labstack/echo/blob/master/binder_test.go#L197:2: error-nil: use assert.NoError
https://github.com/labstack/echo/blob/master/binder_test.go#L1490:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/labstack/echo/blob/master/binder_test.go#L1675:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/labstack/echo/blob/master/context_test.go#L521:2: empty: use assert.Empty
https://github.com/labstack/echo/blob/master/context_test.go#L522:2: empty: use assert.Empty
https://github.com/labstack/echo/blob/master/context_test.go#L523:2: empty: use assert.Empty
https://github.com/labstack/echo/blob/master/context_test.go#L524:2: empty: use assert.Empty
https://github.com/labstack/echo/blob/master/context_test.go#L525:2: empty: use assert.Empty
https://github.com/labstack/echo/blob/master/context_test.go#L793:2: error-nil: use assert.NoError
https://github.com/labstack/echo/blob/master/echo_test.go#L248:4: bool-compare: use assert.True
https://github.com/labstack/echo/blob/master/echo_test.go#L1270:3: error-nil: use assert.NoError
https://github.com/labstack/echo/blob/master/echo_test.go#L1445:2: expected-actual: need to reverse actual and expected values
https://github.com/labstack/echo/blob/master/echo_test.go#L1468:2: expected-actual: need to reverse actual and expected values
https://github.com/labstack/echo/blob/master/echo_test.go#L1587:2: empty: use assert.Empty
https://github.com/labstack/echo/blob/master/group_test.go#L39:2: error-nil: use assert.NoError
https://github.com/labstack/echo/blob/master/json_test.go#L77:3: expected-actual: need to reverse actual and expected values
https://github.com/labstack/echo/blob/master/bind_test.go#L1369:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L1179:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/binder_test.go#L46:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/binder_test.go#L851:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/router_test.go#L1644:4: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L1271:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L671:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/router_test.go#L2069:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/router_test.go#L1442:4: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L1212:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/echo_test.go#L1167:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/echo_test.go#L1169:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/binder_test.go#L180:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L527:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L1294:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L1389:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L1379:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/router_test.go#L1956:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/json_test.go#L86:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/router_test.go#L2272:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/router_test.go#L2350:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/echo_test.go#L1436:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/echo_test.go#L1442:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/router_test.go#L781:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/router_test.go#L783:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/echo_test.go#L1457:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/echo_test.go#L1465:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/router_test.go#L2609:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/router_test.go#L2704:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/router_test.go#L2708:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L461:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L1316:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L485:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L915:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L917:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/echo_test.go#L1809:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/echo_test.go#L1811:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L1304:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/binder_test.go#L670:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/context_test.go#L244:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/router_test.go#L1871:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/binder_test.go#L159:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/router_test.go#L1553:4: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L539:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/router_test.go#L1504:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/router_test.go#L1506:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/context_test.go#L319:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/router_test.go#L1730:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/binder_test.go#L195:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/context_fs_test.go#L67:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/context_fs_test.go#L69:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/context_fs_test.go#L123:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/context_fs_test.go#L125:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L548:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/router_test.go#L2828:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L1348:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L521:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/binder_test.go#L1178:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/binder_test.go#L1183:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/binder_test.go#L1188:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/binder_test.go#L1193:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/binder_test.go#L1198:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/binder_test.go#L1203:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/binder_test.go#L1208:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/binder_test.go#L1213:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/binder_test.go#L1218:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/context_test.go#L261:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/echo_test.go#L1004:6: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/echo_test.go#L1006:6: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/echo_test.go#L1009:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/echo_test.go#L1210:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/echo_test.go#L1212:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/router_test.go#L1805:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L449:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/echo_test.go#L1516:4: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/router_test.go#L851:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/router_test.go#L2136:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/router_test.go#L2195:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L1199:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L1284:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/binder_test.go#L2457:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/binder_test.go#L2461:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/binder_test.go#L2465:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/binder_test.go#L2469:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/binder_test.go#L2473:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/binder_test.go#L2477:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/binder_test.go#L2481:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/binder_test.go#L2485:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/binder_test.go#L2489:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/binder_test.go#L2493:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/binder_test.go#L2497:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/binder_test.go#L2501:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/binder_test.go#L2505:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/binder_test.go#L2509:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/binder_test.go#L2513:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/binder_test.go#L83:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/echo_test.go#L1129:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/echo_test.go#L1131:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L1189:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/context_test.go#L1004:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L1409:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/echo_test.go#L235:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L497:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L1399:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L300:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L509:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L1096:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L1098:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L1338:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/context_test.go#L866:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L649:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L1166:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L1419:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L1359:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/binder_test.go#L1143:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L473:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/bind_test.go#L533:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/echo_test.go#L1035:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/echo_test.go#L1047:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/echo_test.go#L1058:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/echo_test.go#L1062:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/echo_test.go#L1067:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/body_limit_test.go#L83:2: error-nil: use assert.NoError
https://github.com/labstack/echo/blob/master/middleware/compress_test.go#L219:3: empty: use assert.Empty
https://github.com/labstack/echo/blob/master/middleware/compress_test.go#L235:3: empty: use assert.Empty
https://github.com/labstack/echo/blob/master/middleware/cors_test.go#L247:6: empty: use assert.Empty
https://github.com/labstack/echo/blob/master/middleware/cors_test.go#L615:5: len: use assert.Len
https://github.com/labstack/echo/blob/master/middleware/cors_test.go#L619:5: len: use assert.Len
https://github.com/labstack/echo/blob/master/middleware/cors_test.go#L622:5: len: use assert.Len
https://github.com/labstack/echo/blob/master/middleware/decompress_test.go#L106:3: empty: use assert.Empty
https://github.com/labstack/echo/blob/master/middleware/decompress_test.go#L137:2: expected-actual: need to reverse actual and expected values
https://github.com/labstack/echo/blob/master/middleware/decompress_test.go#L170:2: expected-actual: need to reverse actual and expected values
https://github.com/labstack/echo/blob/master/middleware/jwt_test.go#L81:2: expected-actual: need to reverse actual and expected values
https://github.com/labstack/echo/blob/master/middleware/jwt_test.go#L87:2: expected-actual: need to reverse actual and expected values
https://github.com/labstack/echo/blob/master/middleware/jwt_test.go#L88:2: bool-compare: use assert.True
https://github.com/labstack/echo/blob/master/middleware/jwt_test.go#L341:6: expected-actual: need to reverse actual and expected values
https://github.com/labstack/echo/blob/master/middleware/jwt_test.go#L343:6: expected-actual: need to reverse actual and expected values
https://github.com/labstack/echo/blob/master/middleware/jwt_test.go#L344:6: bool-compare: use assert.True
https://github.com/labstack/echo/blob/master/middleware/jwt_test.go#L430:5: expected-actual: need to reverse actual and expected values
https://github.com/labstack/echo/blob/master/middleware/jwt_test.go#L432:5: expected-actual: need to reverse actual and expected values
https://github.com/labstack/echo/blob/master/middleware/jwt_test.go#L433:5: bool-compare: use assert.True
https://github.com/labstack/echo/blob/master/middleware/logger_test.go#L145:3: compares: use assert.Equal
https://github.com/labstack/echo/blob/master/middleware/proxy_test.go#L162:2: error-nil: use assert.NoError
https://github.com/labstack/echo/blob/master/middleware/rate_limiter_test.go#L241:2: bool-compare: use assert.False
https://github.com/labstack/echo/blob/master/middleware/rate_limiter_test.go#L275:2: bool-compare: use assert.True
https://github.com/labstack/echo/blob/master/middleware/rate_limiter_test.go#L307:2: bool-compare: use assert.True
https://github.com/labstack/echo/blob/master/middleware/rate_limiter_test.go#L379:2: bool-compare: use assert.True
https://github.com/labstack/echo/blob/master/middleware/rate_limiter_test.go#L382:2: bool-compare: use assert.True
https://github.com/labstack/echo/blob/master/middleware/rate_limiter_test.go#L385:2: bool-compare: use assert.False
https://github.com/labstack/echo/blob/master/middleware/rate_limiter_test.go#L388:2: bool-compare: use assert.True
https://github.com/labstack/echo/blob/master/middleware/rate_limiter_test.go#L406:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/labstack/echo/blob/master/middleware/request_id_test.go#L41:2: expected-actual: need to reverse actual and expected values
https://github.com/labstack/echo/blob/master/middleware/request_id_test.go#L59:2: expected-actual: need to reverse actual and expected values
https://github.com/labstack/echo/blob/master/middleware/request_id_test.go#L89:2: expected-actual: need to reverse actual and expected values
https://github.com/labstack/echo/blob/master/middleware/request_logger_test.go#L359:2: error-nil: use assert.NoError
https://github.com/labstack/echo/blob/master/middleware/util_test.go#L135:3: len: use require.Len
https://github.com/labstack/echo/blob/master/middleware/util_test.go#L142:2: len: use require.Len
https://github.com/labstack/echo/blob/master/middleware/body_limit_test.go#L157:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/body_limit_test.go#L159:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/slash_test.go#L274:4: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/slash_test.go#L85:4: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/decompress_test.go#L74:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/body_limit_test.go#L108:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/csrf_test.go#L278:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/csrf_test.go#L316:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/decompress_test.go#L89:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/body_dump_test.go#L68:6: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/cors_test.go#L240:4: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/timeout_test.go#L141:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/timeout_test.go#L288:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/context_timeout_test.go#L161:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/slash_test.go#L135:4: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/compress_test.go#L72:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/compress_test.go#L80:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/context_timeout_test.go#L210:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/middleware_test.go#L89:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/middleware_test.go#L91:5: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/basic_auth_test.go#L35:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/basic_auth_test.go#L47:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/basic_auth_test.go#L52:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/key_auth_test.go#L44:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/csrf_test.go#L357:4: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/decompress_test.go#L168:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/recover_test.go#L30:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/timeout_test.go#L227:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/decompress_test.go#L139:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/csrf_test.go#L297:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/timeout_test.go#L90:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/timeout_test.go#L91:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/context_timeout_test.go#L98:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/csrf_test.go#L261:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/slash_test.go#L221:4: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/timeout_test.go#L326:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/decompress_test.go#L46:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/logger_test.go#L294:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/csrf_test.go#L228:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/csrf_test.go#L235:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/request_logger_test.go#L280:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/timeout_test.go#L113:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/context_timeout_test.go#L75:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/context_timeout_test.go#L76:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/compress_test.go#L178:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/compress_test.go#L181:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/compress_test.go#L189:3: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/timeout_test.go#L261:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/logger_test.go#L317:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/request_logger_test.go#L345:2: require-error: for error assertions use require
https://github.com/labstack/echo/blob/master/middleware/extractor_test.go#L121:4: require-error: for error assertions use require

Report issue: https://github.com/labstack/echo/issues

github-actions[bot] commented 5 days ago

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

https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L69:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L70:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L77:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L78:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L80:2: empty: use is.NotEmpty
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L81:2: empty: use is.NotEmpty
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L83:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L91:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L111:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L112:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L119:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L120:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L122:2: empty: use is.NotEmpty
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L123:2: empty: use is.NotEmpty
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L136:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L160:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L161:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L167:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L168:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L169:2: empty: use is.NotEmpty
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L170:2: empty: use is.NotEmpty
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L172:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L174:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L192:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L210:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L232:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L255:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L273:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L287:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L385:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L418:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L441:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L461:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/list_test.go#L63:2: empty: use assert.Empty
https://github.com/helm/helm/blob/main/pkg/action/list_test.go#L154:2: empty: use is.Empty
https://github.com/helm/helm/blob/main/pkg/action/uninstall_test.go#L107:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/upgrade_test.go#L62:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/upgrade_test.go#L69:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/upgrade_test.go#L91:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/upgrade_test.go#L114:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/upgrade_test.go#L139:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/upgrade_test.go#L170:3: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/upgrade_test.go#L300:3: empty: use is.Empty
https://github.com/helm/helm/blob/main/pkg/action/upgrade_test.go#L409:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/upgrade_test.go#L443:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/upgrade_test.go#L505:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/upgrade_test.go#L561:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/upgrade_test.go#L577:2: expected-actual: need to reverse actual and expected values
https://github.com/helm/helm/blob/main/pkg/action/list_test.go#L62:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/list_test.go#L122:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/uninstall_test.go#L105:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L360:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/list_test.go#L96:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/list_test.go#L138:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L480:3: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L486:3: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L501:3: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/list_test.go#L75:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/uninstall_test.go#L72:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L377:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L384:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/list_test.go#L237:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/upgrade_test.go#L343:3: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/upgrade_test.go#L348:3: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/upgrade_test.go#L352:3: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/dependency_test.go#L127:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L164:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/list_test.go#L153:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/list_test.go#L159:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/upgrade_test.go#L168:3: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/upgrade_test.go#L441:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/upgrade_test.go#L523:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/validate_test.go#L104:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/validate_test.go#L108:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/validate_test.go#L112:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/validate_test.go#L116:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/validate_test.go#L121:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L393:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L399:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L416:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L459:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/list_test.go#L200:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L73:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L523:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L530:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/list_test.go#L86:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/list_test.go#L168:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/list_test.go#L171:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/list_test.go#L174:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/list_test.go#L181:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/list_test.go#L187:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L188:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L208:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L439:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/list_test.go#L109:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/upgrade_test.go#L222:3: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/upgrade_test.go#L227:3: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/upgrade_test.go#L231:3: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L618:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L621:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L624:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L627:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/uninstall_test.go#L138:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/upgrade_test.go#L278:3: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/upgrade_test.go#L289:3: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/upgrade_test.go#L293:3: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L227:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L654:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L657:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L660:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L663:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L252:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/upgrade_test.go#L475:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/upgrade_test.go#L484:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/upgrade_test.go#L488:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/upgrade_test.go#L499:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L115:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L272:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/install_test.go#L286:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/list_test.go#L248:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/list_test.go#L285:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/validate_test.go#L54:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/validate_test.go#L61:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/validate_test.go#L68:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/validate_test.go#L76:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/validate_test.go#L80:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/action/validate_test.go#L84:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/chart/chart_test.go#L53:2: len: use is.Len
https://github.com/helm/helm/blob/main/pkg/chart/chart_test.go#L97:2: error-nil: use is.NoError
https://github.com/helm/helm/blob/main/pkg/chart/chart_test.go#L117:2: bool-compare: use is.False
https://github.com/helm/helm/blob/main/pkg/chart/chart_test.go#L118:2: bool-compare: use is.True
https://github.com/helm/helm/blob/main/pkg/engine/funcs_test.go#L107:3: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/engine/funcs_test.go#L159:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/postrender/exec_test.go#L152:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/postrender/exec_test.go#L44:3: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/postrender/exec_test.go#L56:3: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/postrender/exec_test.go#L70:3: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/postrender/exec_test.go#L120:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/postrender/exec_test.go#L136:2: require-error: for error assertions use require
https://github.com/helm/helm/blob/main/pkg/registry/client_http_test.go#L62:2: error-nil: use suite.Error
https://github.com/helm/helm/blob/main/pkg/registry/client_insecure_tls_test.go#L47:2: error-nil: use suite.Error
https://github.com/helm/helm/blob/main/pkg/registry/client_insecure_tls_test.go#L52:2: error-nil: use suite.NoError
https://github.com/helm/helm/blob/main/pkg/registry/client_insecure_tls_test.go#L69:2: error-nil: use suite.Error
https://github.com/helm/helm/blob/main/pkg/registry/client_insecure_tls_test.go#L72:2: error-nil: use suite.NoError
https://github.com/helm/helm/blob/main/pkg/registry/client_tls_test.go#L47:2: error-nil: use suite.Error
https://github.com/helm/helm/blob/main/pkg/registry/client_tls_test.go#L52:2: error-nil: use suite.NoError
https://github.com/helm/helm/blob/main/pkg/registry/client_tls_test.go#L69:2: error-nil: use suite.Error
https://github.com/helm/helm/blob/main/pkg/registry/client_tls_test.go#L72:2: error-nil: use suite.NoError
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L106:3: error-nil: use suite.NoError
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L113:2: error-nil: use suite.NoError
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L117:2: error-nil: use suite.NoError
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L120:2: error-nil: use suite.NoError
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L125:2: error-nil: use suite.NoError
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L165:2: error-nil: use suite.NoError
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L225:2: error-nil: use suite.Error
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L229:2: error-nil: use suite.NoError
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L231:2: error-nil: use suite.NoError
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L236:2: error-nil: use suite.Error
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L240:2: error-nil: use suite.NoError
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L245:2: error-nil: use suite.Error
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L249:2: error-nil: use suite.NoError
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L253:2: error-nil: use suite.NoError
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L255:2: error-nil: use suite.NoError
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L258:2: error-nil: use suite.NoError
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L261:2: error-nil: use suite.NoError
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L265:2: error-nil: use suite.NoError
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L267:2: error-nil: use suite.NoError
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L271:2: error-nil: use suite.NoError
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L276:2: error-nil: use suite.NoError
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L279:2: error-nil: use suite.NoError
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L309:2: error-nil: use suite.Error
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L313:2: error-nil: use suite.NoError
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L315:2: error-nil: use suite.NoError
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L320:2: error-nil: use suite.NoError
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L324:2: error-nil: use suite.Error
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L330:2: error-nil: use suite.NoError
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L335:2: error-nil: use suite.NoError
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L337:2: error-nil: use suite.NoError
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L342:2: error-nil: use suite.NoError
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L348:2: error-nil: use suite.Error
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L352:2: error-nil: use suite.NoError
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L387:2: error-nil: use suite.NoError
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L389:2: error-nil: use suite.NoError
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L394:2: error-nil: use suite.NoError
https://github.com/helm/helm/blob/main/pkg/registry/utils_test.go#L395:2: len: use suite.Len

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

github-actions[bot] commented 5 days ago

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

https://github.com/schollz/croc/blob/main/src/comm/comm_test.go#L37:5: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/comm/comm_test.go#L39:5: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/comm/comm_test.go#L42:5: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/comm/comm_test.go#L45:5: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/comm/comm_test.go#L53:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/comm/comm_test.go#L56:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/comm/comm_test.go#L57:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/comm/comm_test.go#L58:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/comm/comm_test.go#L60:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/comm/comm_test.go#L63:2: error-nil: use assert.Error
https://github.com/schollz/croc/blob/main/src/comm/comm_test.go#L65:2: error-nil: use assert.Error
https://github.com/schollz/croc/blob/main/src/compress/compress_test.go#L76:2: compares: use assert.Less
https://github.com/schollz/croc/blob/main/src/compress/compress_test.go#L82:2: compares: use assert.Less
https://github.com/schollz/croc/blob/main/src/compress/compress_test.go#L87:2: compares: use assert.Less
https://github.com/schollz/croc/blob/main/src/croc/croc_test.go#L368:2: error-nil: use assert.Error
https://github.com/schollz/croc/blob/main/src/crypt/crypt_test.go#L46:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/crypt/crypt_test.go#L49:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/crypt/crypt_test.go#L51:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/crypt/crypt_test.go#L57:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/crypt/crypt_test.go#L63:2: error-nil: use assert.Error
https://github.com/schollz/croc/blob/main/src/crypt/crypt_test.go#L68:2: error-nil: use assert.Error
https://github.com/schollz/croc/blob/main/src/crypt/crypt_test.go#L72:2: error-nil: use assert.Error
https://github.com/schollz/croc/blob/main/src/crypt/crypt_test.go#L78:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/crypt/crypt_test.go#L81:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/crypt/crypt_test.go#L83:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/crypt/crypt_test.go#L89:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/crypt/crypt_test.go#L95:2: error-nil: use assert.Error
https://github.com/schollz/croc/blob/main/src/crypt/crypt_test.go#L100:2: error-nil: use assert.Error
https://github.com/schollz/croc/blob/main/src/crypt/crypt_test.go#L104:2: error-nil: use assert.Error
https://github.com/schollz/croc/blob/main/src/message/message_test.go#L22:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/message/message_test.go#L25:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/message/message_test.go#L29:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/message/message_test.go#L33:2: error-nil: use assert.Error
https://github.com/schollz/croc/blob/main/src/message/message_test.go#L35:2: error-nil: use assert.Error
https://github.com/schollz/croc/blob/main/src/message/message_test.go#L42:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/message/message_test.go#L46:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/message/message_test.go#L73:5: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/message/message_test.go#L75:5: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/message/message_test.go#L78:5: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/message/message_test.go#L81:5: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/message/message_test.go#L89:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/message/message_test.go#L93:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/message/message_test.go#L95:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/tcp/tcp_test.go#L30:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/tcp/tcp_test.go#L32:2: error-nil: use assert.Error
https://github.com/schollz/croc/blob/main/src/tcp/tcp_test.go#L36:2: expected-actual: need to reverse actual and expected values
https://github.com/schollz/croc/blob/main/src/tcp/tcp_test.go#L37:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/tcp/tcp_test.go#L39:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/tcp/tcp_test.go#L41:2: error-nil: use assert.Error
https://github.com/schollz/croc/blob/main/src/tcp/tcp_test.go#L43:2: error-nil: use assert.Error
https://github.com/schollz/croc/blob/main/src/tcp/tcp_test.go#L46:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/tcp/tcp_test.go#L55:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/tcp/tcp_test.go#L58:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/tcp/tcp_test.go#L66:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/utils/utils_test.go#L90:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/utils/utils_test.go#L93:2: error-nil: use assert.Error
https://github.com/schollz/croc/blob/main/src/utils/utils_test.go#L100:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/utils/utils_test.go#L103:2: error-nil: use assert.Error
https://github.com/schollz/croc/blob/main/src/utils/utils_test.go#L110:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/utils/utils_test.go#L118:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/utils/utils_test.go#L121:2: error-nil: use assert.Error
https://github.com/schollz/croc/blob/main/src/utils/utils_test.go#L143:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/utils/utils_test.go#L206:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/utils/utils_test.go#L214:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/utils/utils_test.go#L255:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/utils/utils_test.go#L257:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/utils/utils_test.go#L259:2: error-nil: use assert.NoError
https://github.com/schollz/croc/blob/main/src/utils/utils_test.go#L262:2: error-nil: use assert.Error

Report issue: https://github.com/schollz/croc/issues

github-actions[bot] commented 5 days ago

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

-: # libvirt.org/go/libvirt
# [pkg-config --cflags  -- libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt-lxc libvirt-qemu libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt libvirt]
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt-lxc was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt-lxc.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt-lxc' found
Package libvirt-qemu was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt-qemu.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt-qemu' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libvirt' found
/home/runner/go/pkg/mod/libvirt.org/go/libvirt@v1.10003.0/callbacks.go#L63:8: could not import C (no metadata for C)
https://github.com/kubernetes/minikube/blob/master/pkg/drivers/kvm/kvm.go#L549:27: cannot use libvirt.DOMAIN_UNDEFINE_KEEP_NVRAM (constant unknown with invalid type) as libvirt.DomainUndefineFlagsValues value in argument to dom.UndefineFlags
https://github.com/kubernetes/minikube/blob/master/pkg/drivers/kvm/kvm.go#L549:27: cannot use libvirt.DOMAIN_UNDEFINE_KEEP_NVRAM (constant unknown with invalid type) as libvirt.DomainUndefineFlagsValues value in argument to dom.UndefineFlags
testifylint: 4 errors during loading

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

github-actions[bot] commented 5 days ago

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

testifylint: ./... matched no packages

Report issue: https://github.com/openfaas/faas/issues

github-actions[bot] commented 5 days ago

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

https://github.com/sirupsen/logrus/blob/master/internal/testutils/testutils.go#L26:2: error-nil: use require.NoError
https://github.com/sirupsen/logrus/blob/master/entry_test.go#L244:2: expected-actual: need to reverse actual and expected values
https://github.com/sirupsen/logrus/blob/master/entry_test.go#L245:2: expected-actual: need to reverse actual and expected values
https://github.com/sirupsen/logrus/blob/master/entry_test.go#L250:2: expected-actual: need to reverse actual and expected values
https://github.com/sirupsen/logrus/blob/master/entry_test.go#L251:2: expected-actual: need to reverse actual and expected values
https://github.com/sirupsen/logrus/blob/master/entry_test.go#L256:2: expected-actual: need to reverse actual and expected values
https://github.com/sirupsen/logrus/blob/master/entry_test.go#L257:2: expected-actual: need to reverse actual and expected values
https://github.com/sirupsen/logrus/blob/master/logger_test.go#L95:2: expected-actual: need to reverse actual and expected values
https://github.com/sirupsen/logrus/blob/master/text_formatter_test.go#L563:5: bool-compare: use assert.False
https://github.com/sirupsen/logrus/blob/master/hook_test.go#L44:3: bool-compare: use assert.False
https://github.com/sirupsen/logrus/blob/master/hook_test.go#L48:3: bool-compare: use assert.True
https://github.com/sirupsen/logrus/blob/master/hook_test.go#L79:3: expected-actual: need to reverse actual and expected values
https://github.com/sirupsen/logrus/blob/master/hook_test.go#L93:3: expected-actual: need to reverse actual and expected values
https://github.com/sirupsen/logrus/blob/master/hook_test.go#L94:3: bool-compare: use assert.True
https://github.com/sirupsen/logrus/blob/master/hook_test.go#L160:3: bool-compare: use assert.False
https://github.com/sirupsen/logrus/blob/master/hook_test.go#L171:3: bool-compare: use assert.True
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L33:3: nil-compare: use assert.Nil
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L85:2: error-nil: use assert.NoError
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L207:2: error-nil: use assert.NoError
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L216:2: error-nil: use assert.NoError
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L219:2: bool-compare: use assert.False
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L253:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L288:3: expected-actual: need to reverse actual and expected values
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L299:3: expected-actual: need to reverse actual and expected values
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L345:2: len: use assert.Len
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L346:2: expected-actual: need to reverse actual and expected values
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L347:2: expected-actual: need to reverse actual and expected values
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L355:2: len: use assert.Len
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L378:2: len: use assert.Len
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L404:2: len: use assert.Len
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L479:2: error-nil: use assert.NoError
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L483:2: error-nil: use assert.NoError
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L487:2: error-nil: use assert.NoError
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L491:2: error-nil: use assert.NoError
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L495:2: error-nil: use assert.NoError
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L499:2: error-nil: use assert.NoError
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L503:2: error-nil: use assert.NoError
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L507:2: error-nil: use assert.NoError
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L511:2: error-nil: use assert.NoError
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L515:2: error-nil: use assert.NoError
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L519:2: error-nil: use assert.NoError
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L523:2: error-nil: use assert.NoError
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L527:2: error-nil: use assert.NoError
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L531:2: error-nil: use assert.NoError
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L535:2: error-nil: use assert.NoError
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L539:2: error-nil: use assert.NoError
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L648:2: bool-compare: use assert.False
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L649:2: bool-compare: use assert.True
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L653:2: bool-compare: use assert.True
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L699:2: error-nil: use assert.NoError
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L700:2: expected-actual: need to reverse actual and expected values
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L701:2: expected-actual: need to reverse actual and expected values
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L707:2: bool-compare: use assert.True
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L708:2: bool-compare: use assert.False
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L709:2: bool-compare: use assert.False
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L710:2: bool-compare: use assert.False
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L711:2: bool-compare: use assert.False
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L712:2: bool-compare: use assert.False
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L713:2: bool-compare: use assert.False
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L716:2: bool-compare: use assert.True
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L717:2: bool-compare: use assert.True
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L718:2: bool-compare: use assert.False
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L719:2: bool-compare: use assert.False
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L720:2: bool-compare: use assert.False
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L721:2: bool-compare: use assert.False
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L722:2: bool-compare: use assert.False
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L725:2: bool-compare: use assert.True
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L726:2: bool-compare: use assert.True
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L727:2: bool-compare: use assert.True
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L728:2: bool-compare: use assert.False
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L729:2: bool-compare: use assert.False
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L730:2: bool-compare: use assert.False
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L731:2: bool-compare: use assert.False
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L734:2: bool-compare: use assert.True
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L735:2: bool-compare: use assert.True
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L736:2: bool-compare: use assert.True
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L737:2: bool-compare: use assert.True
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L738:2: bool-compare: use assert.False
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L739:2: bool-compare: use assert.False
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L740:2: bool-compare: use assert.False
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L743:2: bool-compare: use assert.True
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L744:2: bool-compare: use assert.True
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L745:2: bool-compare: use assert.True
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L746:2: bool-compare: use assert.True
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L747:2: bool-compare: use assert.True
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L748:2: bool-compare: use assert.False
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L749:2: bool-compare: use assert.False
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L752:2: bool-compare: use assert.True
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L753:2: bool-compare: use assert.True
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L754:2: bool-compare: use assert.True
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L755:2: bool-compare: use assert.True
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L756:2: bool-compare: use assert.True
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L757:2: bool-compare: use assert.True
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L758:2: bool-compare: use assert.False
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L761:2: bool-compare: use assert.True
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L762:2: bool-compare: use assert.True
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L763:2: bool-compare: use assert.True
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L764:2: bool-compare: use assert.True
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L765:2: bool-compare: use assert.True
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L766:2: bool-compare: use assert.True
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L767:2: bool-compare: use assert.True
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L317:2: require-error: for error assertions use require
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L325:2: require-error: for error assertions use require
https://github.com/sirupsen/logrus/blob/master/writer_test.go#L56:3: require-error: for error assertions use require
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L344:2: require-error: for error assertions use require
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L354:2: require-error: for error assertions use require
https://github.com/sirupsen/logrus/blob/master/logrus_test.go#L403:2: require-error: for error assertions use require
https://github.com/sirupsen/logrus/blob/master/writer_test.go#L87:3: require-error: for error assertions use require
https://github.com/sirupsen/logrus/blob/master/hooks/test/test_test.go#L18:2: empty: use assert.Empty
https://github.com/sirupsen/logrus/blob/master/hooks/test/test_test.go#L23:2: len: use assert.Len
https://github.com/sirupsen/logrus/blob/master/hooks/test/test_test.go#L28:2: len: use assert.Len
https://github.com/sirupsen/logrus/blob/master/hooks/test/test_test.go#L32:2: empty: use assert.Empty
https://github.com/sirupsen/logrus/blob/master/hooks/test/test_test.go#L39:2: len: use assert.Len
https://github.com/sirupsen/logrus/blob/master/hooks/test/test_test.go#L72:2: len: use assert.Len
https://github.com/sirupsen/logrus/blob/master/hooks/test/test_test.go#L84:2: len: use assert.Len
https://github.com/sirupsen/logrus/blob/master/hooks/writer/writer_test.go#L36:2: expected-actual: need to reverse actual and expected values
https://github.com/sirupsen/logrus/blob/master/hooks/writer/writer_test.go#L37:2: expected-actual: need to reverse actual and expected values

Report issue: https://github.com/sirupsen/logrus/issues

github-actions[bot] commented 5 days ago

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

https://github.com/zyedidia/micro/blob/master/internal/buffer/buffer_test.go#L35:2: bool-compare: use assert.False
https://github.com/zyedidia/micro/blob/master/internal/buffer/buffer_test.go#L36:2: bool-compare: use assert.False
https://github.com/zyedidia/micro/blob/master/internal/buffer/line_array_test.go#L25:2: len: use assert.Len
https://github.com/zyedidia/micro/blob/master/internal/buffer/line_array_test.go#L35:2: len: use assert.Len
https://github.com/zyedidia/micro/blob/master/internal/buffer/stack_test.go#L24:2: expected-actual: need to reverse actual and expected values
https://github.com/zyedidia/micro/blob/master/internal/buffer/stack_test.go#L26:2: expected-actual: need to reverse actual and expected values
https://github.com/zyedidia/micro/blob/master/internal/buffer/stack_test.go#L28:2: expected-actual: need to reverse actual and expected values
https://github.com/zyedidia/micro/blob/master/internal/buffer/stack_test.go#L30:2: expected-actual: need to reverse actual and expected values
https://github.com/zyedidia/micro/blob/master/internal/config/colorscheme_test.go#L69:2: error-nil: use assert.NoError
https://github.com/zyedidia/micro/blob/master/internal/config/rtfiles_test.go#L21:2: error-nil: use assert.NoError
https://github.com/zyedidia/micro/blob/master/internal/config/rtfiles_test.go#L28:2: error-nil: use assert.NoError
https://github.com/zyedidia/micro/blob/master/internal/config/rtfiles_test.go#L37:2: error-nil: use assert.NoError
https://github.com/zyedidia/micro/blob/master/runtime/runtime_test.go#L15:2: compares: use assert.Greater
https://github.com/zyedidia/micro/blob/master/runtime/runtime_test.go#L13:2: require-error: for error assertions use require

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

github-actions[bot] commented 5 days ago

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

-: # github.com/go-gl/gl/v2.1/gl
# [pkg-config --cflags  -- gl gl]
Package gl was not found in the pkg-config search path.
Perhaps you should add the directory containing `gl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gl' found
Package gl was not found in the pkg-config search path.
Perhaps you should add the directory containing `gl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gl' found
/home/runner/go/pkg/mod/github.com/go-gl/gl@v0.0.0-20211210172815-726fda9656d6/v2.1/gl/conversions.go#L13:8: could not import C (no metadata for C)
-: # github.com/go-gl/glfw/v3.3/glfw
In file included from ./glfw/src/internal.h:188,
from ./glfw/src/context.c:30,
from ../../../../go/pkg/mod/github.com/go-gl/glfw/v3.3/glfw@v0.0.0-20240306074159-ea2d69986ecb/c_glfw.go#L4:
./glfw/src/x11_platform.h:36:10: fatal error: X11/Xcursor/Xcursor.h: No such file or directory
36 | #include <X11/Xcursor/Xcursor.h>
|          ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
/home/runner/go/pkg/mod/github.com/go-gl/glfw/v3.3/glfw@v0.0.0-20240306074159-ea2d69986ecb/build.go#L53:8: could not import C (no metadata for C)
-: # fyne.io/fyne/v2/internal/driver/mobile/gl
In file included from internal/driver/mobile/gl/work.go#L28:
./work.h:12:10: fatal error: GLES3/gl3.h: No such file or directory
12 | #include <GLES3/gl3.h> // install on Ubuntu with: sudo apt-get install libegl1-mesa-dev libgles2-mesa-dev libx11-dev
|          ^~~~~~~~~~~~~
compilation terminated.
https://github.com/fyne-io/fyne/blob/master/internal/driver/mobile/gl/work.go#L44:8: could not import C (no metadata for C)
https://github.com/fyne-io/fyne/blob/master/internal/driver/mobile/app/keyboard.go#L3:8: could not import C (no metadata for C)
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L18:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L19:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L20:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L21:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L22:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L23:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L24:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L25:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L26:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L27:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L28:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L29:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L30:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L32:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L33:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L36:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L37:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L38:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L39:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L40:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L41:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L42:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L43:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L44:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L45:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L46:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L47:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L50:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L51:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L52:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L53:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L54:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L55:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L56:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L57:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L58:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L59:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L60:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L61:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L62:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L63:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L64:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L65:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L66:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L67:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L68:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L69:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L72:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L73:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L74:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L75:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L76:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L77:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L78:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L79:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L80:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L81:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L82:2: duplicate key unknown in map literal
https://github.com/fyne-io/fyne/blob/master/internal/driver/glfw/window_desktop_test.go#L10:2: "fyne.io/fyne/v2/driver/desktop" imported and not used
testifylint: 66 errors during loading

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

github-actions[bot] commented 5 days ago

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

https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/aghalg/sortedmap_test.go#L61:3: empty: use assert.Empty
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/client/addrproc_test.go#L254:2: require-error: for error assertions use require
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/configmigrate/migrations_internal_test.go#L27:2: expected-actual: need to reverse actual and expected values
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/configmigrate/migrations_internal_test.go#L50:2: expected-actual: need to reverse actual and expected values
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/configmigrate/migrations_internal_test.go#L177:2: expected-actual: need to reverse actual and expected values
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/configmigrate/migrations_internal_test.go#L205:3: expected-actual: need to reverse actual and expected values
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/configmigrate/migrations_internal_test.go#L228:3: expected-actual: need to reverse actual and expected values
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/configmigrate/migrations_internal_test.go#L438:4: expected-actual: need to reverse actual and expected values
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/configmigrate/migrations_internal_test.go#L475:3: expected-actual: need to reverse actual and expected values
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/configmigrate/migrations_internal_test.go#L552:4: expected-actual: need to reverse actual and expected values
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/configmigrate/migrations_internal_test.go#L1091:4: expected-actual: need to reverse actual and expected values
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/dhcpd/v4_unix_test.go#L388:3: expected-actual: need to reverse actual and expected values
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/dhcpd/v4_unix_test.go#L555:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/dhcpd/v4_unix_test.go#L582:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/dhcpd/v4_unix_test.go#L645:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/dhcpd/v4_unix_test.go#L679:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/dhcpd/v6_unix_test.go#L165:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/dhcpd/v6_unix_test.go#L190:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/dhcpd/routeradv_test.go#L36:2: require-error: for error assertions use require
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/dnsforward/process_internal_test.go#L600:5: empty: use require.Empty
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/dnsforward/dnsforward_test.go#L263:4: go-require: require must only be used in the goroutine running the test function
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/dnsforward/dnsforward_test.go#L266:4: go-require: require must only be used in the goroutine running the test function
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/dnsforward/dnsforward_test.go#L268:4: go-require: assertGoogleAResponse contains assertions that must only be used in the goroutine running the test function
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/dnsforward/http_test.go#L332:3: go-require: require must only be used in the goroutine running the test function
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/dnsforward/http_test.go#L177:2: require-error: for error assertions use require
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/dnsforward/dnsforward_test.go#L281:3: require-error: for error assertions use require
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/dnsforward/dnsforward_test.go#L284:3: require-error: for error assertions use require
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/dnsforward/dnsforward_test.go#L983:2: require-error: for error assertions use require
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/filtering/filtering_test.go#L75:2: formatter: require.NoErrorf call needs 1 arg but has 2 args
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/filtering/filtering_test.go#L561:2: expected-actual: need to reverse actual and expected values
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/filtering/filtering_test.go#L572:2: expected-actual: need to reverse actual and expected values
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/filtering/filter_test.go#L50:3: go-require: do not use require in http handlers
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/filtering/filter_test.go#L51:3: go-require: do not use require in http handlers
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/filtering/rewrite/storage_test.go#L32:2: empty: use require.Empty
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/filtering/rewrite/storage_test.go#L45:2: empty: use require.Empty
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/filtering/rulelist/textengine_test.go#L39:2: expected-actual: need to reverse actual and expected values
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/filtering/rulelist/rulelist_test.go#L110:3: go-require: do not use require in http handlers
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/home/clients_internal_test.go#L105:3: expected-actual: need to reverse actual and expected values
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/home/clients_internal_test.go#L106:3: expected-actual: need to reverse actual and expected values
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/home/clients_internal_test.go#L156:3: expected-actual: need to reverse actual and expected values
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/home/clients_internal_test.go#L210:3: expected-actual: need to reverse actual and expected values
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/home/clients_internal_test.go#L217:3: expected-actual: need to reverse actual and expected values
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/home/clients_internal_test.go#L221:3: expected-actual: need to reverse actual and expected values
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/home/middlewares_test.go#L49:4: go-require: do not use require in http handlers
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/home/clients_internal_test.go#L370:2: require-error: for error assertions use require
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/home/tls_internal_test.go#L62:3: require-error: for error assertions use require
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/next/websvc/system_test.go#L34:2: expected-actual: need to reverse actual and expected values
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/next/websvc/system_test.go#L35:2: expected-actual: need to reverse actual and expected values
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/querylog/qlog_test.go#L199:5: expected-actual: need to reverse actual and expected values
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/querylog/qlog_test.go#L200:5: expected-actual: need to reverse actual and expected values
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/querylog/qlogfile_test.go#L265:2: negative-positive: use assert.Positive
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/updater/check_test.go#L69:2: expected-actual: need to reverse actual and expected values
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/updater/check_test.go#L79:3: expected-actual: need to reverse actual and expected values
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/updater/check_test.go#L86:3: expected-actual: need to reverse actual and expected values
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/updater/updater_test.go#L60:3: go-require: do not use require in http handlers

Report issue: https://github.com/AdguardTeam/AdGuardHome/issues

github-actions[bot] commented 5 days ago

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

common/message.go#L4:2: no required module provides package github.com/IceWhaleTech/CasaOS/codegen/message_bus; to add it:
go get github.com/IceWhaleTech/CasaOS/codegen/message_bus
https://github.com/IceWhaleTech/CasaOS/blob/main/common/message.go#L4:2: could not import github.com/IceWhaleTech/CasaOS/codegen/message_bus (invalid package name: "")
https://github.com/IceWhaleTech/CasaOS/blob/main/service/service.go#L15:2: could not import github.com/IceWhaleTech/CasaOS/codegen/message_bus (invalid package name: "")
route/v2.go#L13:2: no required module provides package github.com/IceWhaleTech/CasaOS/codegen; to add it:
go get github.com/IceWhaleTech/CasaOS/codegen
https://github.com/IceWhaleTech/CasaOS/blob/main/route/v2/file.go#L7:2: could not import github.com/IceWhaleTech/CasaOS/codegen (invalid package name: "")
https://github.com/IceWhaleTech/CasaOS/blob/main/route/v2.go#L13:2: could not import github.com/IceWhaleTech/CasaOS/codegen (invalid package name: "")
https://github.com/IceWhaleTech/CasaOS/blob/main/main.go#L166:51: service.MyService.MessageBus().RegisterEventTypesWithResponse undefined (type *invalid type has no field or method RegisterEventTypesWithResponse)
https://github.com/IceWhaleTech/CasaOS/blob/main/cmd/message-bus-docgen/main.go#L5:2: could not import github.com/IceWhaleTech/CasaOS/codegen/message_bus (invalid package name: "")
https://github.com/IceWhaleTech/CasaOS/blob/main/service/service.go#L15:2: could not import github.com/IceWhaleTech/CasaOS/codegen/message_bus (invalid package name: "")
testifylint: 9 errors during loading

Report issue: https://github.com/IceWhaleTech/CasaOS/issues

github-actions[bot] commented 5 days ago

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

https://github.com/grafana/k6/blob/master/lib/testutils/httpmultibin/httpmultibin.go#L98:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/lib/testutils/httpmultibin/httpmultibin.go#L104:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/lib/testutils/httpmultibin/httpmultibin.go#L107:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/lib/testutils/httpmultibin/httpmultibin.go#L118:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/lib/testutils/httpmultibin/httpmultibin.go#L199:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/lib/testutils/httpmultibin/httpmultibin.go#L220:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/api/server_test.go#L43:6: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/api/v1/group_test.go#L55:3: empty: use assert.Empty
https://github.com/grafana/k6/blob/master/api/v1/group_test.go#L79:3: empty: use assert.Empty
https://github.com/grafana/k6/blob/master/api/v1/metric_routes_test.go#L73:3: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/api/v1/group_test.go#L15:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/api/v1/group_test.go#L17:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/api/v1/setup_teardown_routes_test.go#L184:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/api/v1/setup_teardown_routes_test.go#L188:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/api/v1/metric_routes_test.go#L117:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/api/v1/metric_test.go#L85:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/api/v1/group_routes_test.go#L93:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/api/v1/group_routes_test.go#L95:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/api/v1/group_routes_test.go#L97:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/api/v1/metric_routes_test.go#L43:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/api/v1/metric_routes_test.go#L125:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/api/v1/metric_test.go#L71:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/api/v1/metric_routes_test.go#L54:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/api/v1/metric_test.go#L33:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/api/v1/group_routes_test.go#L116:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/api/v1/metric_test.go#L47:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/api/v1/group_test.go#L35:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/api/v1/status_routes_test.go#L55:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/api/v1/status_routes_test.go#L45:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/cloudapi/api_test.go#L44:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/cloudapi/api_test.go#L67:2: error-nil: use assert.NoError
https://github.com/grafana/k6/blob/master/cloudapi/api_test.go#L131:2: error-nil: use assert.Error
https://github.com/grafana/k6/blob/master/cloudapi/api_test.go#L161:2: error-nil: use assert.NoError
https://github.com/grafana/k6/blob/master/cloudapi/config_test.go#L60:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/cloudapi/config_test.go#L71:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/cloudapi/config_test.go#L82:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/cloudapi/config_test.go#L92:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/cloudapi/config_test.go#L98:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/cloudapi/config_test.go#L114:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/cloudapi/config_test.go#L130:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/cloudapi/logs_test.go#L101:2: len: use assert.Len
https://github.com/grafana/k6/blob/master/cloudapi/api_test.go#L28:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/cloudapi/logs_test.go#L207:4: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/cloudapi/api_test.go#L183:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/cloudapi/api_test.go#L185:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/cloudapi/api_test.go#L42:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/cmd/archive_test.go#L175:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/cmd/archive_test.go#L176:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/cmd/archive_test.go#L177:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/cmd/archive_test.go#L178:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/cmd/archive_test.go#L225:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/cmd/archive_test.go#L226:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/cmd/archive_test.go#L227:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/cmd/archive_test.go#L228:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/cmd/archive_test.go#L255:2: empty: use require.Empty
https://github.com/grafana/k6/blob/master/cmd/config_consolidation_test.go#L185:4: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/cmd/config_test.go#L196:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/cmd/run_test.go#L108:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/cmd/config_test.go#L65:6: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/cmd/config_test.go#L68:6: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/cmd/run_test.go#L76:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/cmd/run_test.go#L83:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/cmd/config_test.go#L108:6: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L468:2: empty: use assert.Empty
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L1502:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L1503:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L1504:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L1666:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L1667:2: len: use assert.Len
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L1672:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L1673:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L1676:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L1677:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L1678:2: len: use assert.Len
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L1680:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L1681:2: len: use assert.Len
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L1683:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L1684:2: len: use assert.Len
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L1688:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L1689:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L1690:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L1691:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L1692:2: len: use assert.Len
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L1693:2: empty: use assert.Empty
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L1695:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/cmd/tests/tests_test.go#L31:4: empty: use assert.Empty
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L804:3: go-require: require must only be used in the goroutine running the test function
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_cloud_test.go#L239:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_cloud_test.go#L242:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_cloud_test.go#L245:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_cloud_test.go#L258:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_cloud_test.go#L259:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_cloud_test.go#L260:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_cloud_test.go#L261:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L480:4: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L507:4: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L510:4: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L511:4: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L514:4: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L517:4: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L524:4: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L1742:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L1792:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/cmd/tests/tracing_module_test.go#L115:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/cmd/tests/tracing_module_test.go#L116:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/cmd/tests/tracing_module_test.go#L168:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/cmd/tests/tracing_module_test.go#L169:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/cmd/tests/tracing_module_test.go#L220:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/cmd/tests/tracing_module_test.go#L221:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L608:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L610:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L859:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/cmd/tests/cmd_run_test.go#L861:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/errext/errext_test.go#L31:2: error-nil: use assert.NoError
https://github.com/grafana/k6/blob/master/errext/errext_test.go#L32:2: error-nil: use assert.NoError
https://github.com/grafana/k6/blob/master/errext/errext_test.go#L55:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/event/system_test.go#L25:3: empty: use require.Empty
https://github.com/grafana/k6/blob/master/event/system_test.go#L206:3: empty: use require.Empty
https://github.com/grafana/k6/blob/master/event/system_test.go#L225:3: empty: use assert.Empty
https://github.com/grafana/k6/blob/master/event/system_test.go#L155:5: go-require: require must only be used in the goroutine running the test function
https://github.com/grafana/k6/blob/master/event/system_test.go#L195:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/execution/scheduler_int_test.go#L90:3: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/execution/scheduler_ext_test.go#L849:4: compares: use assert.GreaterOrEqual
https://github.com/grafana/k6/blob/master/execution/scheduler_ext_test.go#L875:2: compares: use assert.Greater
https://github.com/grafana/k6/blob/master/execution/scheduler_ext_test.go#L876:2: compares: use assert.Less
https://github.com/grafana/k6/blob/master/execution/scheduler_ext_test.go#L902:2: compares: use assert.Greater
https://github.com/grafana/k6/blob/master/execution/scheduler_ext_test.go#L903:2: compares: use assert.Less
https://github.com/grafana/k6/blob/master/execution/scheduler_ext_test.go#L939:2: compares: use assert.Greater
https://github.com/grafana/k6/blob/master/execution/scheduler_ext_test.go#L940:2: compares: use assert.Less
https://github.com/grafana/k6/blob/master/execution/scheduler_ext_test.go#L997:2: len: use require.Len
https://github.com/grafana/k6/blob/master/execution/scheduler_ext_test.go#L1244:8: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/execution/scheduler_ext_test.go#L352:3: go-require: require must only be used in the goroutine running the test function
https://github.com/grafana/k6/blob/master/execution/scheduler_ext_test.go#L488:5: go-require: require must only be used in the goroutine running the test function
https://github.com/grafana/k6/blob/master/execution/scheduler_ext_test.go#L848:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/execution/scheduler_ext_test.go#L937:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/execution/scheduler_ext_test.go#L873:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/bundle_test.go#L114:3: error-nil: use require.Error
https://github.com/grafana/k6/blob/master/js/bundle_test.go#L299:4: empty: use require.Empty
https://github.com/grafana/k6/blob/master/js/initcontext_test.go#L88:4: error-nil: use require.Error
https://github.com/grafana/k6/blob/master/js/initcontext_test.go#L568:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/initcontext_test.go#L602:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/runner_test.go#L801:7: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/js/runner_test.go#L805:7: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/js/runner_test.go#L808:7: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/js/runner_test.go#L814:7: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/js/runner_test.go#L818:4: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/share_test.go#L95:4: empty: use assert.Empty
https://github.com/grafana/k6/blob/master/js/summary_test.go#L698:2: len: use assert.Len
https://github.com/grafana/k6/blob/master/js/summary_test.go#L702:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/runner_test.go#L742:6: go-require: require must only be used in the goroutine running the test function
https://github.com/grafana/k6/blob/master/js/initcontext_test.go#L307:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/js/initcontext_test.go#L309:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/js/initcontext_test.go#L315:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/js/initcontext_test.go#L391:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/js/initcontext_test.go#L392:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/js/initcontext_test.go#L398:4: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/js/initcontext_test.go#L48:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/init_and_modules_test.go#L75:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/init_and_modules_test.go#L76:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/init_and_modules_test.go#L80:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/init_and_modules_test.go#L81:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/init_and_modules_test.go#L88:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/init_and_modules_test.go#L89:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/init_and_modules_test.go#L91:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/init_and_modules_test.go#L92:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/init_and_modules_test.go#L95:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/init_and_modules_test.go#L96:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/init_and_modules_test.go#L106:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/init_and_modules_test.go#L107:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/init_and_modules_test.go#L110:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/init_and_modules_test.go#L111:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/init_and_modules_test.go#L114:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/init_and_modules_test.go#L115:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/init_and_modules_test.go#L117:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/init_and_modules_test.go#L118:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/common/frozen_object_test.go#L63:2: error-nil: use require.Error
https://github.com/grafana/k6/blob/master/js/common/util_test.go#L19:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/compiler/enhanced_test.go#L48:2: error-is-as: use require.ErrorAs
https://github.com/grafana/k6/blob/master/js/compiler/compiler_test.go#L31:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/compiler/compiler_test.go#L44:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/compiler/compiler_test.go#L59:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/compiler/compiler_test.go#L148:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/compiler/compiler_test.go#L24:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/eventloop/eventloop_test.go#L123:3: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/eventloop/eventloop_test.go#L141:4: go-require: require must only be used in the goroutine running the test function
https://github.com/grafana/k6/blob/master/js/modules/k6/k6_test.go#L41:4: compares: use assert.Greater
https://github.com/grafana/k6/blob/master/js/modules/k6/k6_test.go#L63:3: compares: use assert.Greater
https://github.com/grafana/k6/blob/master/js/modules/k6/k6_test.go#L64:3: compares: use assert.Less
https://github.com/grafana/k6/blob/master/js/modules/k6/k6_test.go#L98:4: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/modules/k6/k6_test.go#L104:3: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/modules/k6/k6_test.go#L145:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/js/modules/k6/k6_test.go#L218:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/js/modules/k6/k6_test.go#L234:3: empty: use assert.Empty
https://github.com/grafana/k6/blob/master/js/modules/k6/k6_test.go#L244:3: empty: use assert.Empty
https://github.com/grafana/k6/blob/master/js/modules/k6/k6_test.go#L255:2: empty: use assert.Empty
https://github.com/grafana/k6/blob/master/js/modules/k6/k6_test.go#L265:2: empty: use assert.Empty
https://github.com/grafana/k6/blob/master/js/modules/k6/k6_test.go#L286:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/js/modules/k6/k6_test.go#L334:7: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/js/modules/k6/k6_test.go#L336:7: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/js/modules/k6/k6_test.go#L363:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/js/modules/k6/k6_test.go#L101:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/k6_test.go#L233:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/k6_test.go#L157:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/k6_test.go#L209:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/k6_test.go#L78:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/k6_test.go#L136:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/k6_test.go#L277:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/k6_test.go#L254:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/k6_test.go#L40:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/k6_test.go#L243:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/data/share_test.go#L106:4: error-is-as: use require.ErrorAs
https://github.com/grafana/k6/blob/master/js/modules/k6/data/share_test.go#L160:4: error-is-as: use require.ErrorAs
https://github.com/grafana/k6/blob/master/js/modules/k6/data/share_test.go#L240:5: go-require: require must only be used in the goroutine running the test function
https://github.com/grafana/k6/blob/master/js/modules/k6/execution/execution_test.go#L207:3: error-nil: use require.Error
https://github.com/grafana/k6/blob/master/js/modules/k6/execution/execution_test.go#L416:2: bool-compare: use assert.True
https://github.com/grafana/k6/blob/master/js/modules/k6/execution/execution_test.go#L503:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/modules/k6/execution/execution_test.go#L519:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/modules/k6/execution/execution_test.go#L209:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/experimental/fs/cache_test.go#L26:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/experimental/fs/file_test.go#L252:6: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/experimental/fs/module_test.go#L633:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/experimental/fs/module_test.go#L635:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/experimental/fs/module_test.go#L656:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/experimental/fs/module_test.go#L658:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/experimental/fs/cache_test.go#L45:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/experimental/fs/cache_test.go#L48:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/experimental/fs/module_test.go#L617:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/experimental/streams/module_test.go#L34:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/experimental/tracing/options_test.go#L25:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/js/modules/k6/experimental/tracing/options_test.go#L44:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/js/modules/k6/experimental/tracing/options_test.go#L63:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/js/modules/k6/experimental/tracing/options_test.go#L62:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/experimental/tracing/propagator_test.go#L24:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/experimental/tracing/client_test.go#L88:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/experimental/tracing/options_test.go#L24:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/experimental/tracing/options_test.go#L43:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/experimental/tracing/propagator_test.go#L68:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/experimental/tracing/client_test.go#L160:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/experimental/tracing/client_test.go#L135:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/experimental/tracing/client_test.go#L109:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/experimental/tracing/client_test.go#L67:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/grpc/client_test.go#L1326:3: error-nil: use assert.NoError
https://github.com/grafana/k6/blob/master/js/modules/k6/grpc/stream_test.go#L99:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/modules/k6/grpc/stream_test.go#L266:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/modules/k6/grpc/stream_test.go#L362:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/modules/k6/grpc/stream_test.go#L43:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/grpc/helpers_test.go#L19:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/html/element_test.go#L200:4: nil-compare: use assert.Nil
https://github.com/grafana/k6/blob/master/js/modules/k6/html/element_test.go#L212:4: len: use assert.Len
https://github.com/grafana/k6/blob/master/js/modules/k6/html/element_test.go#L226:4: len: use assert.Len
https://github.com/grafana/k6/blob/master/js/modules/k6/html/element_test.go#L249:4: len: use assert.Len
https://github.com/grafana/k6/blob/master/js/modules/k6/html/element_test.go#L377:4: len: use assert.Len
https://github.com/grafana/k6/blob/master/js/modules/k6/html/element_test.go#L439:4: bool-compare: use assert.False
https://github.com/grafana/k6/blob/master/js/modules/k6/html/element_test.go#L440:4: bool-compare: use assert.True
https://github.com/grafana/k6/blob/master/js/modules/k6/html/elements_test.go#L231:5: nil-compare: use assert.Nil
https://github.com/grafana/k6/blob/master/js/modules/k6/html/elements_test.go#L294:5: len: use assert.Len
https://github.com/grafana/k6/blob/master/js/modules/k6/html/elements_test.go#L298:5: len: use assert.Len
https://github.com/grafana/k6/blob/master/js/modules/k6/html/elements_test.go#L345:4: len: use assert.Len
https://github.com/grafana/k6/blob/master/js/modules/k6/html/elements_test.go#L356:5: len: use assert.Len
https://github.com/grafana/k6/blob/master/js/modules/k6/html/elements_test.go#L376:5: len: use assert.Len
https://github.com/grafana/k6/blob/master/js/modules/k6/html/elements_test.go#L399:5: len: use assert.Len
https://github.com/grafana/k6/blob/master/js/modules/k6/html/elements_test.go#L444:5: len: use assert.Len
https://github.com/grafana/k6/blob/master/js/modules/k6/html/elements_test.go#L449:5: len: use assert.Len
https://github.com/grafana/k6/blob/master/js/modules/k6/html/elements_test.go#L526:5: len: use assert.Len
https://github.com/grafana/k6/blob/master/js/modules/k6/html/elements_test.go#L546:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/js/modules/k6/html/elements_test.go#L554:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/js/modules/k6/html/elements_test.go#L585:5: len: use assert.Len
https://github.com/grafana/k6/blob/master/js/modules/k6/html/elements_test.go#L591:5: len: use assert.Len
https://github.com/grafana/k6/blob/master/js/modules/k6/html/elements_test.go#L630:5: len: use assert.Len
https://github.com/grafana/k6/blob/master/js/modules/k6/html/elements_test.go#L636:5: len: use assert.Len
https://github.com/grafana/k6/blob/master/js/modules/k6/html/elements_test.go#L642:5: len: use assert.Len
https://github.com/grafana/k6/blob/master/js/modules/k6/html/elements_test.go#L648:5: len: use assert.Len
https://github.com/grafana/k6/blob/master/js/modules/k6/html/elements_test.go#L686:6: len: use assert.Len
https://github.com/grafana/k6/blob/master/js/modules/k6/html/elements_test.go#L722:5: len: use assert.Len
https://github.com/grafana/k6/blob/master/js/modules/k6/html/html_test.go#L230:5: len: use assert.Len
https://github.com/grafana/k6/blob/master/js/modules/k6/html/html_test.go#L291:5: len: use assert.Len
https://github.com/grafana/k6/blob/master/js/modules/k6/html/html_test.go#L416:5: len: use assert.Len
https://github.com/grafana/k6/blob/master/js/modules/k6/html/html_test.go#L459:5: len: use assert.Len
https://github.com/grafana/k6/blob/master/js/modules/k6/html/html_test.go#L805:5: bool-compare: use assert.True
https://github.com/grafana/k6/blob/master/js/modules/k6/html/html_test.go#L848:4: len: use assert.Len
https://github.com/grafana/k6/blob/master/js/modules/k6/html/html_test.go#L897:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/js/modules/k6/html/html_test.go#L919:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/js/modules/k6/html/html_test.go#L942:5: nil-compare: use assert.Nil
https://github.com/grafana/k6/blob/master/js/modules/k6/html/serialize_test.go#L81:5: len: use assert.Len
https://github.com/grafana/k6/blob/master/js/modules/k6/html/serialize_test.go#L143:4: len: use assert.Len
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L272:5: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L1414:3: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L1790:5: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L1795:5: empty: use assert.NotEmpty
https://github.com/grafana/k6/blob/master/js/modules/k6/http/response_callback_test.go#L459:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/js/modules/k6/http/response_callback_test.go#L467:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/js/modules/k6/http/response_callback_test.go#L528:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/js/modules/k6/http/response_callback_test.go#L535:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/js/modules/k6/http/response_test.go#L172:4: error-nil: use require.Error
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L272:5: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L1315:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L1318:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L1320:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L1407:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L1410:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L1414:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L1415:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L1426:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L1427:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L1563:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L1579:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L1816:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L2224:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L2226:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L2227:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/js/modules/k6/http/batch_test.go#L387:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L336:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L892:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L904:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/batch_test.go#L316:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L529:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L1654:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L1690:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L1015:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L664:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L673:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/batch_test.go#L215:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L855:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L870:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/response_callback_test.go#L268:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/response_test.go#L166:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/async_request_test.go#L153:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/batch_test.go#L266:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/response_test.go#L243:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/response_test.go#L125:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/response_test.go#L355:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L1175:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/async_request_test.go#L210:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L990:6: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L228:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L927:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L939:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/batch_test.go#L161:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L1091:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L1027:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/response_test.go#L132:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/response_callback_test.go#L435:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L876:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L886:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L1052:6: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/response_test.go#L263:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L1115:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/response_callback_test.go#L387:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L953:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L1040:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/batch_test.go#L367:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L616:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L1071:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/response_test.go#L366:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/batch_test.go#L291:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L196:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L2142:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/response_test.go#L282:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L490:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L1163:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/batch_test.go#L404:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/response_test.go#L314:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L1003:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L599:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L1303:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L1234:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L1244:6: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L2187:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L679:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L689:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L831:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L849:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L2207:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L646:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L658:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/response_test.go#L184:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/response_test.go#L389:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/async_request_test.go#L239:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/response_test.go#L295:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L910:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L921:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L966:6: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L243:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L807:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L825:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L573:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L624:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L640:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L1062:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/batch_test.go#L108:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/batch_test.go#L240:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/http/request_test.go#L1078:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/metrics/metrics_test.go#L61:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/js/modules/k6/metrics/metrics_test.go#L47:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/js/modules/k6/timers/timers_test.go#L74:2: len: use require.Len
https://github.com/grafana/k6/blob/master/js/modules/k6/timers/timers_test.go#L139:3: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/modules/k6/timers/timers_test.go#L143:5: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/modules/k6/timers/timers_test.go#L145:5: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/modules/k6/timers/timers_test.go#L147:5: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/modules/k6/timers/timers_test.go#L150:3: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/modules/k6/ws/ws_test.go#L864:4: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/js/modules/k6/ws/ws_test.go#L1205:2: empty: use require.Empty
https://github.com/grafana/k6/blob/master/js/modules/k6/ws/ws_test.go#L829:5: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/lib/archive_test.go#L278:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/lib/archive_test.go#L311:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/lib/archive_test.go#L388:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/lib/execution_segment_test.go#L335:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/lib/execution_segment_test.go#L510:4: compares: use require.GreaterOrEqual
https://github.com/grafana/k6/blob/master/lib/limiter_test.go#L97:3: useless-assert: asserting of the same variable
https://github.com/grafana/k6/blob/master/lib/models_test.go#L34:3: error-nil: use assert.NoError
https://github.com/grafana/k6/blob/master/lib/models_test.go#L41:4: error-nil: use assert.NoError
https://github.com/grafana/k6/blob/master/lib/models_test.go#L47:4: error-nil: use assert.NoError
https://github.com/grafana/k6/blob/master/lib/models_test.go#L56:3: error-nil: use assert.NoError
https://github.com/grafana/k6/blob/master/lib/models_test.go#L63:4: error-nil: use assert.NoError
https://github.com/grafana/k6/blob/master/lib/models_test.go#L69:4: error-nil: use assert.NoError
https://github.com/grafana/k6/blob/master/lib/old_archive_test.go#L131:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/lib/options_test.go#L477:3: bool-compare: use assert.True
https://github.com/grafana/k6/blob/master/lib/options_test.go#L185:6: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/options_test.go#L188:6: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/options_test.go#L282:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/archive_test.go#L228:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/options_test.go#L176:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/options_test.go#L524:6: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/options_test.go#L527:6: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/options_test.go#L460:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/options_test.go#L465:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/options_test.go#L673:6: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/options_test.go#L196:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/options_test.go#L388:6: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/options_test.go#L393:7: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/options_test.go#L219:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/archive_test.go#L247:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/options_test.go#L206:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/options_test.go#L518:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/options_test.go#L535:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/options_test.go#L134:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/options_test.go#L140:6: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/options_test.go#L143:6: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/models_test.go#L20:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/models_test.go#L24:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/executor/constant_arrival_rate_test.go#L311:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/lib/executor/execution_test.go#L95:2: len: use require.Len
https://github.com/grafana/k6/blob/master/lib/executor/execution_test.go#L144:2: len: use require.Len
https://github.com/grafana/k6/blob/master/lib/executor/execution_test.go#L166:2: len: use require.Len
https://github.com/grafana/k6/blob/master/lib/executor/executors_test.go#L40:3: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/lib/executor/executors_test.go#L63:4: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/lib/executor/executors_test.go#L83:4: bool-compare: use assert.True
https://github.com/grafana/k6/blob/master/lib/executor/executors_test.go#L90:4: bool-compare: use assert.True
https://github.com/grafana/k6/blob/master/lib/executor/executors_test.go#L120:4: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/lib/executor/executors_test.go#L132:4: bool-compare: use assert.True
https://github.com/grafana/k6/blob/master/lib/executor/executors_test.go#L139:4: bool-compare: use assert.True
https://github.com/grafana/k6/blob/master/lib/executor/executors_test.go#L219:4: bool-compare: use assert.True
https://github.com/grafana/k6/blob/master/lib/executor/executors_test.go#L232:4: bool-compare: use assert.True
https://github.com/grafana/k6/blob/master/lib/executor/executors_test.go#L245:4: bool-compare: use assert.True
https://github.com/grafana/k6/blob/master/lib/executor/executors_test.go#L259:4: bool-compare: use assert.True
https://github.com/grafana/k6/blob/master/lib/executor/executors_test.go#L295:4: bool-compare: use assert.True
https://github.com/grafana/k6/blob/master/lib/executor/executors_test.go#L333:4: bool-compare: use assert.True
https://github.com/grafana/k6/blob/master/lib/executor/executors_test.go#L373:4: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/lib/executor/executors_test.go#L385:4: bool-compare: use assert.True
https://github.com/grafana/k6/blob/master/lib/executor/per_vu_iterations_test.go#L121:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/lib/executor/ramping_arrival_rate_test.go#L142:3: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/lib/executor/ramping_arrival_rate_test.go#L149:3: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/lib/executor/ramping_arrival_rate_test.go#L153:3: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/lib/executor/ramping_arrival_rate_test.go#L158:3: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/lib/executor/ramping_arrival_rate_test.go#L167:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/lib/executor/ramping_arrival_rate_test.go#L203:3: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/lib/executor/ramping_arrival_rate_test.go#L208:3: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/lib/executor/ramping_arrival_rate_test.go#L424:5: compares: use require.Less
https://github.com/grafana/k6/blob/master/lib/executor/ramping_vus_test.go#L70:3: len: use require.Len
https://github.com/grafana/k6/blob/master/lib/executor/ramping_vus_test.go#L485:2: bool-compare: use assert.False
https://github.com/grafana/k6/blob/master/lib/executor/ramping_vus_test.go#L494:2: bool-compare: use assert.True
https://github.com/grafana/k6/blob/master/lib/executor/ramping_vus_test.go#L575:2: bool-compare: use assert.True
https://github.com/grafana/k6/blob/master/lib/executor/ramping_vus_test.go#L581:2: bool-compare: use assert.True
https://github.com/grafana/k6/blob/master/lib/executor/shared_iterations_test.go#L112:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/lib/executor/vu_handle_test.go#L106:2: compares: use assert.GreaterOrEqual
https://github.com/grafana/k6/blob/master/lib/executor/vu_handle_test.go#L108:2: compares: use assert.LessOrEqual
https://github.com/grafana/k6/blob/master/lib/executor/vu_handle_test.go#L184:2: compares: use assert.GreaterOrEqual
https://github.com/grafana/k6/blob/master/lib/executor/vu_handle_test.go#L186:2: compares: use assert.LessOrEqual
https://github.com/grafana/k6/blob/master/lib/executor/vu_handle_test.go#L76:4: go-require: require must only be used in the goroutine running the test function
https://github.com/grafana/k6/blob/master/lib/executor/ramping_arrival_rate_test.go#L250:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/executor/ramping_arrival_rate_test.go#L163:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/executor/ramping_arrival_rate_test.go#L214:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/executor/ramping_arrival_rate_test.go#L313:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/fsext/changepathfs_test.go#L30:3: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/lib/fsext/changepathfs_test.go#L86:3: error-is-as: use require.ErrorIs
https://github.com/grafana/k6/blob/master/lib/fsext/changepathfs_test.go#L137:3: error-is-as: use require.ErrorIs
https://github.com/grafana/k6/blob/master/lib/fsext/changepathfs_test.go#L163:3: error-is-as: use require.ErrorIs
https://github.com/grafana/k6/blob/master/lib/fsext/changepathfs_test.go#L172:3: error-is-as: use require.ErrorIs
https://github.com/grafana/k6/blob/master/lib/fsext/changepathfs_test.go#L187:2: error-is-as: use require.ErrorAs
https://github.com/grafana/k6/blob/master/lib/fsext/trimpathseparator_test.go#L22:2: error-is-as: use require.ErrorIs
https://github.com/grafana/k6/blob/master/lib/fsext/trimpathseparator_test.go#L31:2: error-is-as: use require.ErrorIs
https://github.com/grafana/k6/blob/master/lib/netext/httpext/error_codes_test.go#L163:3: error-nil: use assert.NoError
https://github.com/grafana/k6/blob/master/lib/netext/httpext/request_test.go#L71:3: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/lib/netext/httpext/request_test.go#L78:3: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/lib/netext/httpext/request_test.go#L106:3: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/lib/netext/httpext/request_test.go#L542:4: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/lib/netext/httpext/tracer_test.go#L159:6: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/lib/netext/httpext/tracer_test.go#L163:7: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/lib/netext/httpext/tracer_test.go#L168:6: compares: use assert.Greater
https://github.com/grafana/k6/blob/master/lib/netext/httpext/tracer_test.go#L235:3: negative-positive: use require.Positive
https://github.com/grafana/k6/blob/master/lib/netext/httpext/error_codes_test.go#L147:3: go-require: require must only be used in the goroutine running the test function
https://github.com/grafana/k6/blob/master/lib/netext/httpext/error_codes_test.go#L268:3: go-require: require must only be used in the goroutine running the test function
https://github.com/grafana/k6/blob/master/lib/netext/httpext/error_codes_test.go#L270:3: go-require: require must only be used in the goroutine running the test function
https://github.com/grafana/k6/blob/master/lib/netext/httpext/error_codes_test.go#L302:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/lib/netext/httpext/error_codes_test.go#L322:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/lib/netext/httpext/error_codes_test.go#L323:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/lib/types/types_test.go#L140:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/types/hostnametrie_test.go#L17:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/types/types_test.go#L234:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/types/types_test.go#L156:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/types/types_test.go#L77:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/types/types_test.go#L146:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/types/types_test.go#L110:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/types/types_test.go#L163:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/types/types_test.go#L177:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/types/types_test.go#L83:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/types/types_test.go#L171:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/types/types_test.go#L57:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/types/types_test.go#L103:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/types/types_test.go#L89:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/types/types_test.go#L95:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/types/types_test.go#L128:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/lib/types/types_test.go#L134:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/loader/github_test.go#L25:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/loader/loader_test.go#L205:4: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/metrics/metric_test.go#L179:4: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/metrics/metric_test.go#L191:4: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/metrics/metric_test.go#L196:4: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L45:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L54:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L78:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L79:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L80:4: bool-compare: use assert.True
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L81:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L89:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L90:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L91:4: bool-compare: use assert.True
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L92:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L117:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L118:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L119:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L120:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L131:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L132:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L133:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L134:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L145:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L146:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L147:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L148:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L159:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L160:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L161:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L162:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L174:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L183:5: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L192:4: bool-compare: use assert.False
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L193:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L194:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L195:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L196:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L197:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L198:4: bool-compare: use assert.True
https://github.com/grafana/k6/blob/master/metrics/sink_test.go#L212:4: bool-compare: use assert.True
https://github.com/grafana/k6/blob/master/metrics/system_tag_test.go#L26:3: error-nil: use require.NoError
https://github.com/grafana/k6/blob/master/metrics/system_tag_test.go#L44:3: error-nil: use require.NoError
https://github.com/grafana/k6/blob/master/metrics/system_tag_test.go#L85:3: error-nil: use require.NoError
https://github.com/grafana/k6/blob/master/metrics/system_tag_test.go#L103:3: error-nil: use require.NoError
https://github.com/grafana/k6/blob/master/metrics/tags_test.go#L34:2: compares: use assert.Same
https://github.com/grafana/k6/blob/master/metrics/tags_test.go#L35:2: compares: use assert.Same
https://github.com/grafana/k6/blob/master/metrics/tags_test.go#L55:2: compares: use assert.NotSame
https://github.com/grafana/k6/blob/master/metrics/tags_test.go#L56:2: compares: use assert.Same
https://github.com/grafana/k6/blob/master/metrics/tags_test.go#L73:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/metrics/tags_test.go#L75:2: compares: use assert.Same
https://github.com/grafana/k6/blob/master/metrics/tags_test.go#L222:2: compares: use assert.NotSame
https://github.com/grafana/k6/blob/master/metrics/tags_test.go#L239:3: error-nil: use require.NoError
https://github.com/grafana/k6/blob/master/metrics/tags_test.go#L257:3: error-nil: use require.NoError
https://github.com/grafana/k6/blob/master/metrics/thresholds_test.go#L540:3: empty: use assert.Empty
https://github.com/grafana/k6/blob/master/metrics/thresholds_test.go#L563:3: empty: use assert.Empty
https://github.com/grafana/k6/blob/master/metrics/thresholds_test.go#L746:4: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/metrics/thresholds_test.go#L747:4: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/metrics/thresholds_test.go#L206:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/metrics/thresholds_test.go#L834:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/metrics/thresholds_test.go#L844:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/metrics/thresholds_test.go#L280:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/metrics/thresholds_test.go#L510:6: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/metrics/thresholds_test.go#L516:6: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/metrics/sample_test.go#L95:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/metrics/thresholds_test.go#L622:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/metrics/thresholds_test.go#L624:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/metrics/thresholds_test.go#L344:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/metrics/thresholds_test.go#L345:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/metrics/thresholds_test.go#L346:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/metrics/metric_test.go#L185:5: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/metrics/thresholds_test.go#L858:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/metrics/thresholds_test.go#L307:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/metrics/thresholds_test.go#L230:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/metrics/thresholds_test.go#L197:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/metrics/thresholds_test.go#L223:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/metrics/thresholds_test.go#L254:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/metrics/engine/ingester_test.go#L47:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/metrics/engine/ingester_test.go#L163:3: len: use assert.Len
https://github.com/grafana/k6/blob/master/output/helpers_test.go#L40:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/output/helpers_test.go#L46:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/output/helpers_test.go#L49:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/output/helpers_test.go#L108:2: len: use assert.Len
https://github.com/grafana/k6/blob/master/output/helpers_test.go#L137:2: error-nil: use assert.NoError
https://github.com/grafana/k6/blob/master/output/helpers_test.go#L164:2: error-nil: use assert.NoError
https://github.com/grafana/k6/blob/master/output/helpers_test.go#L176:2: compares: use assert.GreaterOrEqual
https://github.com/grafana/k6/blob/master/output/helpers_test.go#L121:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/output/helpers_test.go#L124:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/output/cloud/output_test.go#L72:4: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/output/cloud/output_test.go#L251:4: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/output/cloud/output_test.go#L255:4: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/output/cloud/expv2/collect_test.go#L100:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/output/cloud/expv2/output_test.go#L35:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/output/cloud/expv2/output_test.go#L137:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/output/cloud/expv2/sink_test.go#L31:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/output/cloud/expv2/sink_test.go#L34:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/output/cloud/expv2/metrics_client_test.go#L31:3: go-require: do not use require in http handlers
https://github.com/grafana/k6/blob/master/output/cloud/expv2/integration/integration_test.go#L68:2: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/output/csv/output_test.go#L43:4: len: use assert.Len
https://github.com/grafana/k6/blob/master/output/influxdb/output_test.go#L33:3: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/output/influxdb/output_test.go#L43:3: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/output/influxdb/output_test.go#L98:3: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/output/influxdb/output_test.go#L216:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/output/influxdb/util_test.go#L60:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/output/influxdb/util_test.go#L61:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/output/influxdb/util_test.go#L62:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/output/influxdb/output_test.go#L74:3: go-require: require must only be used in the goroutine running the test function
https://github.com/grafana/k6/blob/master/output/influxdb/config_test.go#L35:4: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/output/influxdb/config_test.go#L63:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/output/influxdb/config_test.go#L72:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/output/json/json_test.go#L216:2: expected-actual: need to reverse actual and expected values
https://github.com/grafana/k6/blob/master/output/json/json_test.go#L32:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/output/statsd/output_test.go#L86:3: len: use require.Len
https://github.com/grafana/k6/blob/master/output/statsd/helper_test.go#L48:5: go-require: require must only be used in the goroutine running the test function
https://github.com/grafana/k6/blob/master/ui/form_fields_test.go#L29:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/ui/form_test.go#L81:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/ui/form_fields_test.go#L22:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/ui/form_fields_test.go#L51:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/ui/form_test.go#L16:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/ui/form_test.go#L23:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/ui/form_test.go#L37:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/ui/form_test.go#L52:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/ui/form_test.go#L67:3: require-error: for error assertions use require
https://github.com/grafana/k6/blob/master/ui/pb/helpers_test.go#L104:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/grafana/k6/blob/master/ui/pb/helpers_test.go#L153:4: require-error: for error assertions use require

Report issue: https://github.com/grafana/k6/issues

github-actions[bot] commented 5 days ago

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

https://github.com/stretchr/testify/blob/master/mock/mock.go#L648:9: formatter: remove unnecessary fmt.Sprintf
https://github.com/stretchr/testify/blob/master/mock/mock.go#L665:11: formatter: remove unnecessary fmt.Sprintf
https://github.com/stretchr/testify/blob/master/mock/mock.go#L668:10: formatter: remove unnecessary fmt.Sprintf
https://github.com/stretchr/testify/blob/master/mock/mock.go#L683:10: formatter: remove unnecessary fmt.Sprintf
https://github.com/stretchr/testify/blob/master/package_test.go#L10:5: useless-assert: asserting of the same variable
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L226:2: len: use assert.Len
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L328:2: error-nil: use assert.NoError
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L407:2: len: use assert.Len
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L429:2: len: use assert.Len
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L451:2: len: use assert.Len
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L474:2: len: use assert.Len
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L505:2: len: use assert.Len
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L572:2: len: use assert.Len
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L584:2: len: use assert.Len
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L586:2: empty: use assert.Empty
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L592:2: empty: use assert.Empty
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L603:2: len: use assert.Len
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L607:2: empty: use assert.Empty
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L613:2: empty: use assert.Empty
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L630:2: len: use assert.Len
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L634:2: len: use assert.Len
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L654:2: len: use assert.Len
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L765:2: nil-compare: use assert.NotNil
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L790:2: nil-compare: use assert.Nil
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L792:2: nil-compare: use assert.NotNil
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L796:2: bool-compare: use assert.False
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L798:2: bool-compare: use assert.True
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L820:2: nil-compare: use assert.Nil
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L822:2: nil-compare: use assert.NotNil
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L917:2: empty: use assert.Empty
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L1186:5: len: use assert.Len
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L1193:5: len: use assert.Len
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L1223:5: len: use assert.Len
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L1230:5: len: use assert.Len
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L1253:5: len: use assert.Len
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L1265:5: len: use assert.Len
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L1271:5: len: use assert.Len
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L1647:2: bool-compare: use assert.True
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L1654:2: bool-compare: use assert.True
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L1662:2: bool-compare: use assert.True
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L1674:2: bool-compare: use assert.True
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L1828:2: error-nil: use assert.NoError
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L1842:2: bool-compare: use assert.True
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L1877:2: len: use require.Len
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L1948:2: len: use require.Len
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L1950:2: len: use require.Len
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L1972:2: compares: use assert.Greater
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L1973:2: len: use assert.Len
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L329:2: require-error: for error assertions use require
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L350:2: require-error: for error assertions use require
https://github.com/stretchr/testify/blob/master/mock/mock_test.go#L352:2: require-error: for error assertions use require
https://github.com/stretchr/testify/blob/master/suite/suite_test.go#L219:2: suite-dont-use-pkg: use suite.Equal
https://github.com/stretchr/testify/blob/master/suite/suite_test.go#L227:2: suite-dont-use-pkg: use suite.NotEqual
https://github.com/stretchr/testify/blob/master/suite/suite_test.go#L424:2: suite-dont-use-pkg: use s.NotNil
https://github.com/stretchr/testify/blob/master/suite/suite_test.go#L495:2: suite-dont-use-pkg: use s.Equal
https://github.com/stretchr/testify/blob/master/suite/suite_test.go#L545:2: useless-assert: asserting of the same variable
https://github.com/stretchr/testify/blob/master/suite/suite_test.go#L715:4: suite-extra-assert-call: need to simplify the assertion to suite.True

Report issue: https://github.com/stretchr/testify/issues

github-actions[bot] commented 5 days ago

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

https://github.com/urfave/cli/blob/main/args_test.go#L44:2: error-is-as: invalid usage of require.Error, use require.ErrorIs instead
https://github.com/urfave/cli/blob/main/args_test.go#L84:2: error-is-as: invalid usage of require.Error, use require.ErrorIs instead
https://github.com/urfave/cli/blob/main/command_test.go#L257:6: empty: use r.Empty
https://github.com/urfave/cli/blob/main/command_test.go#L510:2: expected-actual: need to reverse actual and expected values
https://github.com/urfave/cli/blob/main/command_test.go#L553:2: expected-actual: need to reverse actual and expected values
https://github.com/urfave/cli/blob/main/command_test.go#L554:2: expected-actual: need to reverse actual and expected values
https://github.com/urfave/cli/blob/main/command_test.go#L556:2: expected-actual: need to reverse actual and expected values
https://github.com/urfave/cli/blob/main/command_test.go#L558:2: expected-actual: need to reverse actual and expected values
https://github.com/urfave/cli/blob/main/command_test.go#L560:2: expected-actual: need to reverse actual and expected values
https://github.com/urfave/cli/blob/main/command_test.go#L562:2: expected-actual: need to reverse actual and expected values
https://github.com/urfave/cli/blob/main/command_test.go#L609:2: expected-actual: need to reverse actual and expected values
https://github.com/urfave/cli/blob/main/command_test.go#L851:2: expected-actual: need to reverse actual and expected values
https://github.com/urfave/cli/blob/main/command_test.go#L971:2: expected-actual: need to reverse actual and expected values
https://github.com/urfave/cli/blob/main/command_test.go#L972:2: expected-actual: need to reverse actual and expected values
https://github.com/urfave/cli/blob/main/command_test.go#L973:2: expected-actual: need to reverse actual and expected values
https://github.com/urfave/cli/blob/main/command_test.go#L1045:2: expected-actual: need to reverse actual and expected values
https://github.com/urfave/cli/blob/main/command_test.go#L1186:2: expected-actual: need to reverse actual and expected values
https://github.com/urfave/cli/blob/main/command_test.go#L1187:2: expected-actual: need to reverse actual and expected values
https://github.com/urfave/cli/blob/main/command_test.go#L1207:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/urfave/cli/blob/main/command_test.go#L3020:5: error-nil: use assert.Error
https://github.com/urfave/cli/blob/main/command_test.go#L3022:5: error-nil: use assert.NoError
https://github.com/urfave/cli/blob/main/command_test.go#L3121:2: float-compare: use r.InEpsilon (or InDelta)
https://github.com/urfave/cli/blob/main/command_test.go#L3122:2: float-compare: use r.InEpsilon (or InDelta)
https://github.com/urfave/cli/blob/main/command_test.go#L3378:2: compares: use r.NotEqual
https://github.com/urfave/cli/blob/main/command_test.go#L3429:2: len: use r.Len
https://github.com/urfave/cli/blob/main/command_test.go#L3848:5: float-compare: use r.InEpsilon (or InDelta)
https://github.com/urfave/cli/blob/main/errors_test.go#L143:2: expected-actual: need to reverse actual and expected values
https://github.com/urfave/cli/blob/main/errors_test.go#L162:2: expected-actual: need to reverse actual and expected values
https://github.com/urfave/cli/blob/main/flag_test.go#L387:5: error-nil: use r.Error
https://github.com/urfave/cli/blob/main/flag_test.go#L1424:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/urfave/cli/blob/main/flag_test.go#L1432:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/urfave/cli/blob/main/flag_test.go#L1968:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/urfave/cli/blob/main/flag_test.go#L1969:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/urfave/cli/blob/main/flag_test.go#L1985:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/urfave/cli/blob/main/flag_test.go#L1998:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/urfave/cli/blob/main/flag_test.go#L1999:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/urfave/cli/blob/main/flag_test.go#L2013:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/urfave/cli/blob/main/flag_test.go#L2014:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/urfave/cli/blob/main/flag_test.go#L2651:2: len: use require.Len
https://github.com/urfave/cli/blob/main/flag_test.go#L2665:2: len: use require.Len
https://github.com/urfave/cli/blob/main/help_test.go#L94:2: empty: use require.Empty
https://github.com/urfave/cli/blob/main/help_test.go#L112:2: empty: use require.Empty
https://github.com/urfave/cli/blob/main/help_test.go#L140:2: empty: use require.Empty
https://github.com/urfave/cli/blob/main/suggestions_test.go#L34:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/urfave/cli/blob/main/value_source_test.go#L34:4: expected-actual: need to reverse actual and expected values
https://github.com/urfave/cli/blob/main/value_source_test.go#L63:2: expected-actual: need to reverse actual and expected values
https://github.com/urfave/cli/blob/main/value_source_test.go#L82:3: error-nil: use r.NoError
https://github.com/urfave/cli/blob/main/value_source_test.go#L115:2: error-nil: use r.NoError
https://github.com/urfave/cli/blob/main/value_source_test.go#L120:2: expected-actual: need to reverse actual and expected values
https://github.com/urfave/cli/blob/main/flag_test.go#L1327:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/command_test.go#L589:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/command_test.go#L2234:4: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/command_test.go#L341:4: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/flag_test.go#L48:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/flag_test.go#L71:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/flag_test.go#L74:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/flag_test.go#L1301:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/flag_test.go#L1518:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/flag_test.go#L2724:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/flag_test.go#L746:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/flag_test.go#L2316:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/command_test.go#L2054:4: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/command_test.go#L3055:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/command_test.go#L3062:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/command_test.go#L3069:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/command_test.go#L3076:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/command_test.go#L3083:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/command_test.go#L1503:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/help_test.go#L252:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/command_test.go#L1929:4: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/flag_test.go#L1314:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/command_test.go#L606:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/command_test.go#L608:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/command_test.go#L1383:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/command_test.go#L1671:5: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/command_test.go#L2349:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/command_test.go#L2025:5: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/flag_test.go#L2273:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/flag_mutex_test.go#L35:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/flag_mutex_test.go#L38:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/flag_mutex_test.go#L61:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/command_test.go#L2223:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/command_test.go#L362:4: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/flag_test.go#L2391:3: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/flag_test.go#L1505:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/flag_test.go#L2284:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/flag_test.go#L2601:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/flag_test.go#L759:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/flag_test.go#L772:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/command_test.go#L3170:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/flag_test.go#L583:3: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/flag_test.go#L1423:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/flag_test.go#L1055:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/flag_test.go#L645:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/flag_test.go#L1492:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/command_test.go#L849:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/flag_test.go#L966:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/flag_test.go#L2586:4: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/flag_test.go#L2738:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/flag_test.go#L2751:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/help_test.go#L1038:2: require-error: for error assertions use require
https://github.com/urfave/cli/blob/main/flag_test.go#L1182:2: require-error: for error assertions use require

Report issue: https://github.com/urfave/cli/issues

github-actions[bot] commented 5 days ago

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

https://github.com/kubernetes/kubernetes/blob/master/test/e2e/scheduling/predicates.go#L53:2: blank-import: avoid blank import of github.com/stretchr/testify/assert as it does nothing
https://github.com/kubernetes/kubernetes/blob/master/test/e2e/scheduling/preemption.go#L53:2: blank-import: avoid blank import of github.com/stretchr/testify/assert as it does nothing
https://github.com/kubernetes/kubernetes/blob/master/test/e2e/scheduling/priorities.go#L30:2: blank-import: avoid blank import of github.com/stretchr/testify/assert as it does nothing
https://github.com/kubernetes/kubernetes/blob/master/test/e2e/apimachinery/apply.go#L44:2: blank-import: avoid blank import of github.com/stretchr/testify/assert as it does nothing
https://github.com/kubernetes/kubernetes/blob/master/test/e2e/apimachinery/crd_conversion_webhook.go#L49:2: blank-import: avoid blank import of github.com/stretchr/testify/assert as it does nothing
https://github.com/kubernetes/kubernetes/blob/master/test/e2e/apimachinery/field_validation.go#L27:2: blank-import: avoid blank import of github.com/stretchr/testify/assert as it does nothing
https://github.com/kubernetes/kubernetes/blob/master/test/e2e/apimachinery/openapiv3.go#L47:2: blank-import: avoid blank import of github.com/stretchr/testify/assert as it does nothing
https://github.com/kubernetes/kubernetes/blob/master/test/e2e/apimachinery/webhook.go#L57:2: blank-import: avoid blank import of github.com/stretchr/testify/assert as it does nothing
https://github.com/kubernetes/kubernetes/blob/master/test/e2e/node/taints.go#L39:2: blank-import: avoid blank import of github.com/stretchr/testify/assert as it does nothing
https://github.com/kubernetes/kubernetes/blob/master/test/utils/oidc/testserver.go#L139:3: go-require: do not use require in http handlers
https://github.com/kubernetes/kubernetes/blob/master/test/utils/oidc/testserver.go#L153:3: go-require: do not use require in http handlers
https://github.com/kubernetes/kubernetes/blob/master/cmd/kube-proxy/app/server_test.go#L260:3: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/cmd/kubeadm/app/cmd/certs_test.go#L361:3: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/cmd/kubeadm/app/cmd/certs_test.go#L364:3: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/cmd/kubeadm/app/cmd/certs_test.go#L370:3: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/cmd/kubeadm/app/cmd/certs_test.go#L486:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/api/v1/resource/helpers_test.go#L112:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/api/v1/resource/helpers_test.go#L264:4: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/apis/autoscaling/v2beta1/conversion_test.go#L33:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/apis/core/validation/validation_test.go#L25760:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/kubernetes/kubernetes/blob/master/pkg/apis/extensions/v1beta1/conversion_test.go#L32:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/apis/networking/v1beta1/conversion_test.go#L32:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/client/tests/remotecommand_test.go#L128:3: go-require: do not use require in http handlers
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/controller_utils_test.go#L429:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/controller_utils_test.go#L432:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/controller_utils_test.go#L960:3: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/controller_utils_test.go#L1199:3: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/controller_utils_test.go#L186:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/controller_utils_test.go#L385:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/controller_utils_test.go#L390:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/controller_utils_test.go#L241:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/endpointslice/endpointslice_controller_test.go#L198:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/endpointslice/endpointslice_controller_test.go#L265:4: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/endpointslice/endpointslice_controller_test.go#L269:4: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/endpointslice/endpointslice_controller_test.go#L291:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/endpointslice/endpointslice_controller_test.go#L303:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/endpointslice/endpointslice_controller_test.go#L341:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/endpointslice/endpointslice_controller_test.go#L344:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/endpointslice/endpointslice_controller_test.go#L371:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/endpointslice/endpointslice_controller_test.go#L377:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/endpointslice/endpointslice_controller_test.go#L387:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/endpointslice/endpointslice_controller_test.go#L418:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/endpointslice/endpointslice_controller_test.go#L508:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/endpointslice/endpointslice_controller_test.go#L1295:4: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/endpointslice/endpointslice_controller_test.go#L1299:4: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/endpointslice/endpointslice_controller_test.go#L1304:4: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/endpointslice/endpointslice_controller_test.go#L1687:5: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/endpointslice/endpointslice_controller_test.go#L1688:5: bool-compare: use assert.True
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/endpointslice/endpointslice_controller_test.go#L2053:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/endpointslice/endpointslice_controller_test.go#L2073:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/endpointslice/endpointslice_controller_test.go#L197:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/endpointslice/endpointslice_controller_test.go#L290:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/endpointslice/endpointslice_controller_test.go#L258:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/endpointslice/endpointslice_controller_test.go#L261:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/endpointslice/endpointslice_controller_test.go#L264:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/endpointslice/endpointslice_controller_test.go#L268:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/garbagecollector/garbagecollector_test.go#L107:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/garbagecollector/garbagecollector_test.go#L115:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/garbagecollector/garbagecollector_test.go#L121:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/garbagecollector/garbagecollector_test.go#L129:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/garbagecollector/garbagecollector_test.go#L135:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/podautoscaler/horizontal_test.go#L760:5: formatter: remove unnecessary fmt.Sprintf
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/podautoscaler/horizontal_test.go#L3866:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/podautoscaler/horizontal_test.go#L3888:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/podautoscaler/horizontal_test.go#L5296:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/podautoscaler/replica_calculator_test.go#L359:3: error-nil: use require.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/podautoscaler/metrics/client_test.go#L233:2: formatter: remove unnecessary fmt.Sprintf
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/podautoscaler/metrics/utilization_test.go#L47:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/podautoscaler/metrics/utilization_test.go#L63:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/podautoscaler/metrics/utilization_test.go#L41:3: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/podautoscaler/metrics/utilization_test.go#L46:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/podautoscaler/metrics/client_test.go#L212:3: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/podautoscaler/metrics/client_test.go#L216:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/ttl/ttl_controller_test.go#L89:3: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/ttl/ttl_controller_test.go#L148:4: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/ttl/ttl_controller_test.go#L150:4: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/controlplane/instance_test.go#L283:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/controlplane/instance_test.go#L292:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/controlplane/instance_test.go#L301:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/controlplane/instance_test.go#L311:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/controlplane/instance_test.go#L322:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/controlplane/instance_test.go#L282:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/controlplane/instance_test.go#L291:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/controlplane/instance_test.go#L300:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/controlplane/instance_test.go#L310:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/controlplane/instance_test.go#L321:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubeapiserver/options/admission_test.go#L114:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubeapiserver/options/admission_test.go#L115:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_getters_test.go#L124:2: bool-compare: use assert.True
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_getters_test.go#L128:2: bool-compare: use assert.False
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_getters_test.go#L132:2: bool-compare: use assert.False
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_node_status_test.go#L321:4: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_node_status_test.go#L717:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_node_status_test.go#L1286:5: empty: use require.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_node_status_test.go#L1602:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_node_status_test.go#L2664:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_node_status_test.go#L2690:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_node_status_test.go#L2735:2: bool-compare: use require.True
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_pods_test.go#L6117:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_pods_test.go#L6119:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_pods_test.go#L6121:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_resources_test.go#L72:3: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_test.go#L530:2: compares: use assert.GreaterOrEqual
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_test.go#L1319:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_test.go#L1327:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_test.go#L1333:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_test.go#L1463:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_test.go#L3276:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_test.go#L3280:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_volumes_test.go#L387:2: compares: use assert.GreaterOrEqual
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_volumes_test.go#L450:2: compares: use assert.GreaterOrEqual
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_volumes_test.go#L474:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_volumes_test.go#L482:2: compares: use assert.GreaterOrEqual
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_volumes_test.go#L561:2: compares: use assert.GreaterOrEqual
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_volumes_test.go#L648:2: compares: use assert.GreaterOrEqual
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_volumes_test.go#L670:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_volumes_test.go#L678:2: compares: use assert.GreaterOrEqual
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_test.go#L1400:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_node_status_test.go#L946:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_node_status_test.go#L969:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_node_status_test.go#L994:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_node_status_test.go#L1012:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_node_status_test.go#L1044:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_node_status_test.go#L1057:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_pods_test.go#L322:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_volumes_test.go#L634:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_volumes_test.go#L661:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_getters_test.go#L125:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_getters_test.go#L129:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_volumes_test.go#L86:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_volumes_test.go#L270:3: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_volumes_test.go#L334:3: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_server_journal_test.go#L177:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_server_journal_test.go#L179:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_test.go#L1497:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_test.go#L1505:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_node_status_test.go#L1140:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_test.go#L1319:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_test.go#L1321:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_test.go#L1327:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_test.go#L1329:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_node_status_test.go#L317:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_node_status_test.go#L324:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_pods_test.go#L3941:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_test.go#L3045:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_test.go#L3125:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/active_deadline_test.go#L83:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_pods_test.go#L4026:3: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_test.go#L525:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_test.go#L1364:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_node_status_test.go#L1598:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_node_status_test.go#L1605:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_node_status_test.go#L820:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_volumes_test.go#L205:3: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_volumes_test.go#L377:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_volumes_test.go#L439:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_volumes_test.go#L465:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_node_status_test.go#L713:3: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_test.go#L316:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_test.go#L328:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_pods_test.go#L3996:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_test.go#L3195:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_test.go#L3230:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_pods_test.go#L2047:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_node_status_test.go#L545:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_node_status_test.go#L565:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_node_status_test.go#L589:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_node_status_test.go#L2664:3: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_node_status_test.go#L507:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_volumes_test.go#L548:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/checkpointmanager/checkpoint_manager_test.go#L202:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/checkpointmanager/checkpoint_manager_test.go#L203:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/checkpointmanager/checkpoint_manager_test.go#L232:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/checkpointmanager/checkpoint_manager_test.go#L244:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/checkpointmanager/checkpoint_manager_test.go#L194:3: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/checkpointmanager/checkpoint_manager_test.go#L199:3: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/checkpointmanager/checkpoint_manager_test.go#L208:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/checkpointmanager/checkpoint_manager_test.go#L213:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/checkpointmanager/checkpoint_manager_test.go#L218:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/checkpointmanager/checkpoint_manager_test.go#L223:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/checkpointmanager/checkpoint_manager_test.go#L226:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/checkpointmanager/checkpoint_manager_test.go#L230:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/checkpointmanager/checkpoint_manager_test.go#L236:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/checkpointmanager/checkpoint_manager_test.go#L239:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/checkpointmanager/checkpoint_manager_test.go#L243:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/qos_container_manager_linux_test.go#L132:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/container_manager_linux_test.go#L69:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/container_manager_linux_test.go#L172:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/endpoint_test.go#L147:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L346:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L368:2: empty: use as.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L380:2: empty: use as.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L392:2: empty: use as.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L404:2: empty: use as.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L413:2: len: use as.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L420:2: empty: use as.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L435:2: len: use as.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L462:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L466:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L467:2: len: use as.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L488:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L509:2: len: use as.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L529:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L546:2: len: use as.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L560:2: len: use as.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L671:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L674:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L740:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L743:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1005:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1008:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1065:4: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1086:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1271:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1275:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1289:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1291:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1295:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1296:2: len: use as.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1297:2: len: use as.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1298:2: len: use as.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1306:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1333:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1337:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1391:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1434:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1438:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1501:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1551:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1555:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1609:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1613:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1629:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1631:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1645:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1646:2: len: use as.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1657:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1659:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1671:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1674:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1697:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1703:2: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1706:3: error-nil: use as.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/devicemanager/manager_test.go#L1243:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/dra/claiminfo_test.go#L428:4: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/dra/claiminfo_test.go#L491:4: bool-compare: use assert.True
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/dra/claiminfo_test.go#L523:4: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/dra/manager_test.go#L1444:4: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/dra/claiminfo_test.go#L217:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/dra/claiminfo_test.go#L885:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/dra/claiminfo_test.go#L562:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/dra/claiminfo_test.go#L676:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/dra/claiminfo_test.go#L616:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/dra/manager_test.go#L1443:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/dra/manager_test.go#L1332:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/dra/manager_test.go#L956:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/dra/manager_test.go#L189:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/dra/manager_test.go#L317:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/dra/manager_test.go#L329:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/dra/claiminfo_test.go#L705:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/dra/plugin/client_test.go#L214:5: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/dra/plugin/plugin_test.go#L81:5: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/dra/state/state_checkpoint_test.go#L177:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/dra/state/state_checkpoint_test.go#L182:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/dra/state/state_checkpoint_test.go#L187:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/dra/state/state_checkpoint_test.go#L198:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/dra/state/state_checkpoint_test.go#L201:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/dra/state/state_checkpoint_test.go#L247:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/dra/state/state_checkpoint_test.go#L249:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/dra/state/state_checkpoint_test.go#L253:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/dra/state/state_checkpoint_test.go#L265:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/dra/state/state_checkpoint_test.go#L269:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/dra/state/state_checkpoint_test.go#L273:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/dra/state/state_checkpoint_test.go#L276:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/memorymanager/memory_manager_test.go#L314:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/memorymanager/state/state_checkpoint_test.go#L373:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/memorymanager/state/state_checkpoint_test.go#L121:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/memorymanager/state/state_checkpoint_test.go#L126:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/memorymanager/state/state_checkpoint_test.go#L131:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/memorymanager/state/state_checkpoint_test.go#L136:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/memorymanager/state/state_checkpoint_test.go#L139:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/memorymanager/state/state_checkpoint_test.go#L188:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/memorymanager/state/state_checkpoint_test.go#L196:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/memorymanager/state/state_checkpoint_test.go#L302:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/memorymanager/state/state_checkpoint_test.go#L307:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/memorymanager/state/state_checkpoint_test.go#L310:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cm/util/cdi/cdi_test.go#L48:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/container/cache_test.go#L38:2: compares: use assert.Equal
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/container/cache_test.go#L160:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/container/cache_test.go#L170:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/container/cache_test.go#L176:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/container/cache_test.go#L181:3: negative-positive: use assert.Positive
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/container/cache_test.go#L183:3: compares: use assert.Less
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/container/helpers_test.go#L683:2: bool-compare: use assert.False
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/container/helpers_test.go#L688:2: bool-compare: use assert.True
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/container/helpers_test.go#L693:2: bool-compare: use assert.False
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/container/helpers_test.go#L697:2: bool-compare: use assert.False
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/container/helpers_test.go#L908:4: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/images/image_gc_manager_test.go#L157:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/images/image_gc_manager_test.go#L210:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/images/image_gc_manager_test.go#L249:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/images/image_gc_manager_test.go#L262:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/images/image_gc_manager_test.go#L406:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/images/image_gc_manager_test.go#L414:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/images/image_gc_manager_test.go#L445:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/images/image_gc_manager_test.go#L451:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/images/image_gc_manager_test.go#L576:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/images/image_gc_manager_test.go#L612:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/images/image_gc_manager_test.go#L647:2: error-nil: use assert.Error
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/images/image_gc_manager_test.go#L692:2: error-nil: use assert.Error
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/images/image_gc_manager_test.go#L729:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/images/image_gc_manager_test.go#L783:2: len: use require.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/images/image_gc_manager_test.go#L799:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/images/image_gc_manager_test.go#L840:2: len: use require.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/images/image_manager_test.go#L377:3: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/images/image_manager_test.go#L434:3: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/images/image_manager_test.go#L487:4: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/images/image_manager_test.go#L499:4: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/images/image_manager_test.go#L538:5: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/images/image_manager_test.go#L546:5: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/images/image_manager_test.go#L554:5: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/images/image_manager_test.go#L562:5: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/images/image_manager_test.go#L529:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/images/image_manager_test.go#L553:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/images/image_manager_test.go#L561:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/images/image_manager_test.go#L537:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/images/image_manager_test.go#L545:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_container_test.go#L72:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_container_test.go#L959:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L46:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L47:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L67:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L201:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L205:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L224:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L230:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L384:4: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L406:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L603:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L604:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L643:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L644:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L645:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_sandbox_test.go#L92:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_sandbox_test.go#L94:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_sandbox_test.go#L470:4: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L236:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L244:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L2124:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/helpers_test.go#L154:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/helpers_test.go#L156:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/helpers_test.go#L161:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_gc_test.go#L426:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_gc_test.go#L454:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_gc_test.go#L460:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L53:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L57:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L62:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L66:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L753:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L790:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L792:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L800:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L802:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L815:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L817:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L830:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L832:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L143:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L148:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L350:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L107:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L122:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L211:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/instrumented_services_test.go#L45:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_sandbox_test.go#L88:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_sandbox_test.go#L91:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/legacy_test.go#L100:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/legacy_test.go#L102:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_container_linux_test.go#L789:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_gc_test.go#L467:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_gc_test.go#L478:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_gc_test.go#L484:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_gc_test.go#L180:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_gc_test.go#L182:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_gc_test.go#L186:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/helpers_linux_test.go#L410:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_gc_test.go#L36:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_container_linux_test.go#L242:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_container_test.go#L90:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_container_test.go#L100:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_container_linux_test.go#L373:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_container_linux_test.go#L470:3: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L38:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L41:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L45:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L252:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L257:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L428:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L496:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L615:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L642:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_container_test.go#L759:3: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_container_test.go#L763:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_sandbox_test.go#L169:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L169:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L174:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_container_linux_test.go#L958:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L392:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L402:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L405:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L293:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L296:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L302:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_sandbox_test.go#L66:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/instrumented_services_test.go#L93:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L88:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L95:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L183:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L190:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L372:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L379:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L383:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L536:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L602:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_container_test.go#L963:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_container_test.go#L967:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L155:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L162:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L220:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L223:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L229:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L130:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/helpers_test.go#L434:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/helpers_test.go#L436:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_container_linux_test.go#L165:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_container_linux_test.go#L230:3: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L389:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/instrumented_services_test.go#L78:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L131:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L136:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L715:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L741:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_gc_test.go#L207:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L197:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L200:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L204:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/helpers_linux_test.go#L310:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/helpers_test.go#L211:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/helpers_test.go#L282:3: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L72:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_image_test.go#L79:3: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L172:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L175:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L506:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L523:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_container_linux_test.go#L86:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_container_linux_test.go#L115:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_container_linux_test.go#L146:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_container_linux_test.go#L693:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_gc_test.go#L409:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_gc_test.go#L411:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_gc_test.go#L415:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L311:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L340:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/helpers_test.go#L197:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/helpers_test.go#L199:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/helpers_test.go#L204:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L2058:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L2086:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L2469:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L2568:3: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_sandbox_linux_test.go#L191:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L656:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go#L702:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/logs/container_log_manager_test.go#L175:3: go-require: require must only be used in the goroutine running the test function
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/logs/container_log_manager_test.go#L374:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/logs/container_log_manager_test.go#L376:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/logs/container_log_manager_test.go#L378:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/logs/container_log_manager_test.go#L74:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/nodeshutdown/nodeshutdown_manager_linux_test.go#L367:5: bool-compare: use assert.True
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/nodeshutdown/nodeshutdown_manager_linux_test.go#L389:5: bool-compare: use assert.False
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/nodeshutdown/nodeshutdown_manager_linux_test.go#L364:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/nodeshutdown/nodeshutdown_manager_linux_test.go#L366:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/nodeshutdown/nodeshutdown_manager_linux_test.go#L388:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/nodeshutdown/systemd/inhibit_linux_test.go#L118:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/nodeshutdown/systemd/inhibit_linux_test.go#L171:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/oom/oom_watcher_linux_test.go#L69:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/oom/oom_watcher_linux_test.go#L128:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/oom/oom_watcher_linux_test.go#L164:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/oom/oom_watcher_linux_test.go#L66:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/oom/oom_watcher_linux_test.go#L125:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/oom/oom_watcher_linux_test.go#L160:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/pleg/evented_test.go#L61:2: bool-compare: use assert.True
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/pleg/evented_test.go#L70:2: bool-compare: use assert.False
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/pleg/generic_test.go#L142:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/pleg/generic_test.go#L230:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/pleg/generic_test.go#L423:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/pleg/generic_test.go#L482:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/pleg/generic_test.go#L516:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/pleg/generic_test.go#L636:3: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/pleg/generic_test.go#L661:3: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/pluginmanager/pluginwatcher/plugin_watcher_others_test.go#L35:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/pluginmanager/pluginwatcher/plugin_watcher_others_test.go#L36:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/prober/results/results_manager_test.go#L42:2: compares: use assert.Equal
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/runtimeclass/runtimeclass_manager_test.go#L55:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/server_test.go#L921:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/server_test.go#L923:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/server_test.go#L932:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/server_test.go#L1528:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/server_test.go#L1487:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/server_test.go#L1490:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/server_test.go#L1366:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/server_test.go#L1372:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/server_websocket_test.go#L130:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/server_websocket_test.go#L138:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/server_websocket_test.go#L143:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/server_websocket_test.go#L206:3: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/server_websocket_test.go#L212:3: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/server_websocket_test.go#L221:3: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/server_websocket_test.go#L224:3: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/server_test.go#L1308:6: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/server_test.go#L1075:6: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/server_test.go#L1081:6: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/server_test.go#L1088:6: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/server_test.go#L1142:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/server_test.go#L1184:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/server_test.go#L1192:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/server_websocket_test.go#L93:6: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/server_websocket_test.go#L185:3: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/stats/summary_test.go#L96:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/stats/summary_test.go#L103:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/stats/summary_test.go#L105:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/stats/summary_test.go#L192:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/stats/summary_test.go#L200:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/stats/summary_test.go#L202:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/stats/summary_test.go#L279:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/stats/summary_test.go#L287:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/stats/volume_stat_calculator_test.go#L181:2: error-nil: use assert.Error
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/stats/volume_stat_calculator_test.go#L209:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/stats/summary_test.go#L190:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/stats/summary_test.go#L277:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/server/stats/summary_test.go#L94:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/stats/cadvisor_stats_provider_test.go#L278:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/stats/cadvisor_stats_provider_test.go#L451:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/stats/cadvisor_stats_provider_test.go#L745:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/stats/cri_stats_provider_test.go#L246:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/stats/cri_stats_provider_test.go#L255:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/stats/cri_stats_provider_test.go#L284:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/stats/cri_stats_provider_test.go#L301:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/stats/cri_stats_provider_test.go#L320:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/stats/cri_stats_provider_test.go#L471:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/stats/cri_stats_provider_test.go#L478:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/stats/cri_stats_provider_test.go#L507:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/stats/cri_stats_provider_test.go#L640:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/stats/cri_stats_provider_test.go#L649:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/stats/cri_stats_provider_test.go#L677:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/stats/cri_stats_provider_test.go#L694:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/stats/cri_stats_provider_test.go#L711:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/stats/cri_stats_provider_test.go#L722:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/stats/provider_test.go#L430:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/stats/cadvisor_stats_provider_test.go#L577:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/stats/cadvisor_stats_provider_test.go#L276:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/stats/cri_stats_provider_test.go#L245:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/stats/cri_stats_provider_test.go#L470:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/stats/cri_stats_provider_test.go#L767:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/stats/cadvisor_stats_provider_test.go#L449:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/stats/cadvisor_stats_provider_test.go#L743:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/stats/provider_test.go#L94:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/stats/provider_test.go#L216:3: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/stats/cadvisor_stats_provider_test.go#L538:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/stats/cadvisor_stats_provider_test.go#L631:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/stats/provider_test.go#L161:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/stats/provider_test.go#L128:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/stats/cri_stats_provider_test.go#L639:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/status/status_manager_test.go#L555:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/status/status_manager_test.go#L567:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/status/status_manager_test.go#L581:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/status/status_manager_test.go#L635:3: compares: use assert.NotEqual
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/status/status_manager_test.go#L638:3: compares: use assert.NotEqual
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/status/status_manager_test.go#L717:3: compares: use assert.NotEqual
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/status/status_manager_test.go#L720:3: compares: use assert.NotEqual
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/status/status_manager_test.go#L723:3: compares: use assert.NotEqual
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/types/pod_update_test.go#L105:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/types/pod_update_test.go#L107:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/types/pod_update_test.go#L139:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/types/pod_update_test.go#L141:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/userns/userns_manager_test.go#L101:2: bool-compare: use assert.True
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/userns/userns_manager_test.go#L117:2: bool-compare: use assert.False
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/userns/userns_manager_test.go#L118:2: bool-compare: use assert.False
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/userns/userns_manager_test.go#L125:3: compares: use assert.GreaterOrEqual
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/userns/userns_manager_test.go#L127:3: compares: use assert.LessOrEqual
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/userns/userns_manager_test.go#L131:3: bool-compare: use assert.True
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/userns/userns_manager_test.go#L133:3: bool-compare: use assert.False
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/userns/userns_manager_test.go#L138:3: bool-compare: use assert.False
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/userns/userns_manager_test.go#L492:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/userns/userns_manager_switch_test.go#L100:3: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/userns/userns_manager_test.go#L361:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/userns/userns_manager_test.go#L470:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/userns/userns_manager_test.go#L264:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/userns/userns_manager_test.go#L99:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/userns/userns_manager_test.go#L104:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/userns/userns_manager_test.go#L110:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/userns/userns_manager_test.go#L113:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/userns/userns_manager_test.go#L124:3: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/userns/userns_manager_test.go#L136:3: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/util/util_unix_test.go#L45:4: error-nil: use assert.Error
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/util/util_unix_test.go#L48:3: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/util/util_test.go#L83:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/util/util_test.go#L85:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/util/manager/cache_based_manager_test.go#L102:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/util/manager/cache_based_manager_test.go#L111:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/util/manager/cache_based_manager_test.go#L172:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/util/manager/cache_based_manager_test.go#L200:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/util/manager/cache_based_manager_test.go#L223:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/util/manager/cache_based_manager_test.go#L230:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/util/manager/cache_based_manager_test.go#L235:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/util/manager/cache_based_manager_test.go#L240:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/util/manager/cache_based_manager_test.go#L248:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/util/manager/cache_based_manager_test.go#L253:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/util/manager/cache_based_manager_test.go#L405:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/util/manager/cache_based_manager_test.go#L424:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/util/manager/cache_based_manager_test.go#L436:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/util/manager/watch_based_manager_test.go#L192:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/util/manager/watch_based_manager_test.go#L201:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/util/store/filestore_test.go#L95:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/util/store/filestore_test.go#L116:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/util/store/filestore_test.go#L76:3: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/util/store/filestore_test.go#L80:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/util/store/filestore_test.go#L93:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/util/store/filestore_test.go#L111:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/util/store/filestore_test.go#L30:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/volumemanager/reconciler/reconciler_test.go#L2392:2: len: use assert.Lenf
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/volumemanager/reconciler/reconciler_test.go#L2397:4: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/volumemanager/reconciler/reconciler_test.go#L2402:4: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/probe/grpc/grpc_test.go#L96:3: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/probe/grpc/grpc_test.go#L105:3: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/probe/grpc/grpc_test.go#L108:3: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/probe/grpc/grpc_test.go#L114:3: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/probe/grpc/grpc_test.go#L130:3: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/probe/grpc/grpc_test.go#L148:3: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/probe/grpc/grpc_test.go#L167:3: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/probe/grpc/grpc_test.go#L184:3: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/probe/http/http_test.go#L536:3: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/probe/http/http_test.go#L571:3: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L4411:2: bool-compare: use assert.True
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L4413:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L4416:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L4418:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L4419:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L4420:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L4430:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L4433:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L4434:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L4468:2: bool-compare: use assert.True
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L4480:2: bool-compare: use assert.True
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L4808:4: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L4812:4: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L4814:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L4828:3: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L4831:3: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L4832:3: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L4942:2: bool-compare: use assert.True
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L4943:2: bool-compare: use assert.True
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L4944:2: bool-compare: use assert.True
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L4945:2: bool-compare: use assert.True
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L4948:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L4964:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L4966:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L4967:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L4968:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L4972:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L4974:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L4975:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L4976:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L4987:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5001:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5002:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5005:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5006:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5115:2: bool-compare: use assert.True
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5116:2: bool-compare: use assert.True
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5117:2: bool-compare: use assert.True
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5118:2: bool-compare: use assert.True
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5121:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5137:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5139:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5140:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5141:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5145:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5147:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5148:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5159:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5173:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5174:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5177:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5178:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5287:2: bool-compare: use assert.True
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5288:2: bool-compare: use assert.True
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5289:2: bool-compare: use assert.True
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5292:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5308:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5310:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5311:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5312:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5316:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5318:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5319:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5320:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5331:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5345:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5346:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5349:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5350:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5459:2: bool-compare: use assert.True
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5460:2: bool-compare: use assert.True
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5461:2: bool-compare: use assert.True
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5464:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5480:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5482:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5486:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5488:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5489:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5500:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5514:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5515:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5518:2: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/proxier_test.go#L5519:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/nftables/proxier_test.go#L4881:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/nftables/proxier_test.go#L4884:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/nftables/proxier_test.go#L4888:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/nftables/proxier_test.go#L4891:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/util/nfacct/nfacct_linux_test.go#L161:4: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/util/nfacct/nfacct_linux_test.go#L169:5: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/util/nfacct/nfacct_linux_test.go#L346:4: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/util/nfacct/nfacct_linux_test.go#L353:5: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/util/nfacct/nfacct_linux_test.go#L420:4: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/util/nfacct/nfacct_linux_test.go#L484:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/util/nfacct/nfacct_linux_test.go#L489:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/util/nfacct/nfacct_linux_test.go#L151:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/util/nfacct/nfacct_linux_test.go#L155:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/util/nfacct/nfacct_linux_test.go#L157:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/util/nfacct/nfacct_linux_test.go#L341:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/util/nfacct/nfacct_linux_test.go#L364:6: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/util/nfacct/nfacct_linux_test.go#L620:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/util/nfacct/nfacct_linux_test.go#L414:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/util/nfacct/nfacct_linux_test.go#L417:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/util/nfacct/nfacct_linux_test.go#L479:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/util/nfacct/nfacct_linux_test.go#L492:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/registry/core/pod/strategy_test.go#L2221:4: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/registry/core/pod/strategy_test.go#L2234:4: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/scheduler/util/queue/fifo_test.go#L110:2: len: use require.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/scheduler/util/queue/fifo_test.go#L116:2: len: use require.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/security/apparmor/validate_test.go#L76:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/kubernetes/kubernetes/blob/master/pkg/security/apparmor/validate_test.go#L74:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/security/apparmor/validate_test.go#L76:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/util/env/env_test.go#L70:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/kubernetes/kubernetes/blob/master/pkg/util/env/env_test.go#L74:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/kubernetes/kubernetes/blob/master/pkg/util/env/env_test.go#L79:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/kubernetes/kubernetes/blob/master/pkg/util/filesystem/util_test.go#L81:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/util/filesystem/util_test.go#L83:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/util/kernel/version_test.go#L75:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/csi/csi_client_test.go#L878:5: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/csi/csi_client_test.go#L925:5: error-nil: use assert.NoError
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/flexvolume/probe_test.go#L54:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/flexvolume/probe_test.go#L69:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/flexvolume/probe_test.go#L80:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/flexvolume/probe_test.go#L96:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/flexvolume/probe_test.go#L106:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/flexvolume/probe_test.go#L118:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/flexvolume/probe_test.go#L126:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/flexvolume/probe_test.go#L138:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/flexvolume/probe_test.go#L146:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/flexvolume/probe_test.go#L157:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/flexvolume/probe_test.go#L165:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/flexvolume/probe_test.go#L175:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/flexvolume/probe_test.go#L181:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/flexvolume/probe_test.go#L202:2: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/flexvolume/probe_test.go#L219:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/flexvolume/probe_test.go#L232:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/flexvolume/probe_test.go#L240:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/flexvolume/probe_test.go#L251:3: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/flexvolume/probe_test.go#L275:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/flexvolume/probe_test.go#L281:3: empty: use assert.Empty
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/flexvolume/probe_test.go#L324:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/flexvolume/probe_test.go#L278:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/flexvolume/probe_test.go#L62:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/flexvolume/probe_test.go#L79:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/flexvolume/probe_test.go#L99:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/flexvolume/probe_test.go#L107:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/flexvolume/probe_test.go#L120:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/flexvolume/probe_test.go#L127:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/flexvolume/probe_test.go#L140:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/flexvolume/probe_test.go#L147:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/flexvolume/probe_test.go#L159:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/flexvolume/probe_test.go#L166:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/flexvolume/probe_test.go#L177:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/flexvolume/probe_test.go#L211:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/util/operationexecutor/operation_generator_test.go#L179:4: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/kubernetes/blob/master/test/e2e/framework/expect_test.go#L47:2: error-nil: use require.Error
https://github.com/kubernetes/kubernetes/blob/master/test/e2e/framework/internal/unittests/bugs/bugs_test.go#L30:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/test/e2e/framework/pod/utils_test.go#L68:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/test/e2e/framework/testfiles/testfiles_test.go#L52:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/test/e2e/framework/testfiles/testfiles_test.go#L58:2: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/test/e2e/storage/external/external_test.go#L71:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/test/integration/apiserver/discovery/discovery_test.go#L220:3: go-require: require must only be used in the goroutine running the test function
https://github.com/kubernetes/kubernetes/blob/master/test/integration/apiserver/discovery/discovery_test.go#L309:3: go-require: require must only be used in the goroutine running the test function
https://github.com/kubernetes/kubernetes/blob/master/test/integration/apiserver/oidc/oidc_test.go#L263:5: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/test/integration/apiserver/oidc/oidc_test.go#L555:4: require-error: for error assertions use require
https://github.com/kubernetes/kubernetes/blob/master/test/integration/apiserver/openapi/openapi_apiservice_test.go#L72:3: go-require: require must only be used in the goroutine running the test function
https://github.com/kubernetes/kubernetes/blob/master/test/integration/apiserver/openapi/openapi_apiservice_test.go#L134:3: go-require: require must only be used in the goroutine running the test function
https://github.com/kubernetes/kubernetes/blob/master/test/integration/client/cert_rotation_test.go#L87:3: bool-compare: use assert.False
https://github.com/kubernetes/kubernetes/blob/master/test/integration/examples/apiserver_test.go#L791:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/test/integration/examples/apiserver_test.go#L793:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/test/integration/examples/apiserver_test.go#L821:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/test/integration/examples/apiserver_test.go#L839:2: len: use assert.Len
https://github.com/kubernetes/kubernetes/blob/master/test/utils/ktesting/errorcontext_test.go#L111:14: error-nil: use assert.Error
https://github.com/kubernetes/kubernetes/blob/master/test/utils/ktesting/helper_test.go#L59:2: formatter: remove unnecessary fmt.Sprintf
https://github.com/kubernetes/kubernetes/blob/master/test/utils/ktesting/helper_test.go#L63:12: error-nil: use assert.Error
https://github.com/kubernetes/kubernetes/blob/master/test/utils/ktesting/stepcontext_test.go#L77:5: nil-compare: use assert.Nil

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

github-actions[bot] commented 5 days ago

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

https://github.com/derailed/k9s/blob/master/internal/client/config_test.go#L73:4: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/client/config_test.go#L105:4: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/client/config_test.go#L132:4: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/client/config_test.go#L165:5: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/client/config_test.go#L212:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/client/config_test.go#L214:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/client/config_test.go#L227:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/client/config_test.go#L228:2: negative-positive: use assert.Positive
https://github.com/derailed/k9s/blob/master/internal/client/config_test.go#L240:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/client/config_test.go#L241:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/client/config_test.go#L253:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/client/config_test.go#L254:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/client/config_test.go#L272:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/client/config_test.go#L285:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/client/config_test.go#L297:2: error-nil: use assert.Error
https://github.com/derailed/k9s/blob/master/internal/client/metrics_test.go#L82:4: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/client/metrics_test.go#L178:4: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/client/config_test.go#L258:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/client/config_test.go#L268:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/client/config_test.go#L271:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/benchmark_test.go#L58:4: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/config/benchmark_test.go#L61:4: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/config/benchmark_test.go#L62:4: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/config/benchmark_test.go#L108:4: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/config/benchmark_test.go#L109:4: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/config/benchmark_test.go#L126:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/config/benchmark_test.go#L135:2: error-nil: use assert.Error
https://github.com/derailed/k9s/blob/master/internal/config/benchmark_test.go#L179:4: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/config/benchmark_test.go#L180:4: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/config/plugin_test.go#L54:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/config/plugin_test.go#L65:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/config/files_int_test.go#L18:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/k9s_int_test.go#L122:4: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/plugin_test.go#L52:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/files_int_test.go#L58:4: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/files_int_test.go#L66:4: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/files_int_test.go#L69:4: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/files_int_test.go#L72:4: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/benchmark_test.go#L129:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/alias_test.go#L22:2: empty: use assert.Empty
https://github.com/derailed/k9s/blob/master/internal/config/alias_test.go#L44:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/derailed/k9s/blob/master/internal/config/alias_test.go#L113:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/config/alias_test.go#L114:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/config/alias_test.go#L125:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/config/alias_test.go#L126:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/config/alias_test.go#L127:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/config/alias_test.go#L128:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/config/config_test.go#L519:5: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/config/config_test.go#L531:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/config/config_test.go#L538:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/config/config_test.go#L547:2: error-nil: use assert.Error
https://github.com/derailed/k9s/blob/master/internal/config/config_test.go#L553:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/config/config_test.go#L564:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/config/config_test.go#L566:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/config/config_test.go#L572:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/config/config_test.go#L580:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/config/config_test.go#L582:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/config/hotkey_test.go#L17:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/config/hotkey_test.go#L24:2: bool-compare: use assert.True
https://github.com/derailed/k9s/blob/master/internal/config/k9s_test.go#L139:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/config/k9s_test.go#L146:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/config/styles_test.go#L41:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/config/views_test.go#L16:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/config/views_test.go#L17:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/config/views_test.go#L18:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/config/config_test.go#L396:4: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/config_test.go#L398:4: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/config_test.go#L577:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/hotkey_test.go#L15:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/config_test.go#L60:5: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/config_test.go#L64:4: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/config_test.go#L66:4: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/config_test.go#L209:5: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/k9s_test.go#L138:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/config_test.go#L562:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/files_test.go#L55:4: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/files_test.go#L91:4: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/files_test.go#L94:4: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/config_test.go#L352:4: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/files_test.go#L102:8: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/config_test.go#L161:5: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/config_test.go#L118:5: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/files_test.go#L19:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/data/context_test.go#L20:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/config/data/context_test.go#L30:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/config/data/ns_test.go#L55:3: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/config/data/helpers_test.go#L84:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/data/helpers_test.go#L87:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/data/helpers_test.go#L70:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/data/helpers_test.go#L73:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/data/dir_test.go#L71:5: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/data/dir_test.go#L76:4: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/json/validator_test.go#L30:3: compares: use assert.Equal
https://github.com/derailed/k9s/blob/master/internal/config/json/validator_test.go#L31:3: bool-compare: use assert.False
https://github.com/derailed/k9s/blob/master/internal/config/json/validator_test.go#L48:3: compares: use assert.Equal
https://github.com/derailed/k9s/blob/master/internal/config/json/validator_test.go#L49:3: bool-compare: use assert.False
https://github.com/derailed/k9s/blob/master/internal/config/json/validator_test.go#L217:4: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/json/validator_test.go#L130:4: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/json/validator_test.go#L187:4: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/json/validator_test.go#L75:4: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/json/validator_test.go#L102:4: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/json/validator_test.go#L20:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/json/validator_test.go#L41:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/config/json/validator_test.go#L159:4: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/dao/cruiser_test.go#L27:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/dao/cruiser_test.go#L36:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/dao/cruiser_test.go#L40:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/dao/helpers_test.go#L23:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/derailed/k9s/blob/master/internal/dao/registry_test.go#L21:2: empty: use assert.Empty
https://github.com/derailed/k9s/blob/master/internal/dao/registry_test.go#L27:2: bool-compare: use assert.True
https://github.com/derailed/k9s/blob/master/internal/dao/registry_test.go#L96:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/dao/registry_test.go#L100:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/dao/alias_test.go#L67:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/dao/alias_test.go#L68:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/dao/alias_test.go#L69:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/dao/benchmark_test.go#L25:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/dao/benchmark_test.go#L26:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/dao/container_test.go#L35:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/dao/container_test.go#L36:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/dao/dir_test.go#L20:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/dao/dir_test.go#L21:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/health/check_test.go#L25:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/model/table_int_test.go#L36:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/model/table_int_test.go#L50:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/model/table_int_test.go#L51:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/model/table_int_test.go#L63:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/model/table_int_test.go#L65:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/model/table_int_test.go#L118:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/model/table_int_test.go#L121:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/model/hint_test.go#L40:4: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/model/log_test.go#L87:4: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/model/log_test.go#L93:4: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/model/log_test.go#L119:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/model/log_test.go#L142:2: empty: use assert.Empty
https://github.com/derailed/k9s/blob/master/internal/model/table_test.go#L37:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/model1/row_event_test.go#L409:4: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/port/co_portspec_test.go#L65:4: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/port/co_portspec_test.go#L137:4: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/port/pf_test.go#L146:4: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/port/pf_test.go#L187:4: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/port/pf_test.go#L218:4: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/port/pfs_test.go#L103:4: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/render/benchmark_int_test.go#L47:4: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/render/helpers_test.go#L44:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/render/helpers_test.go#L45:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/render/helpers_test.go#L46:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/render/helpers_test.go#L55:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/render/helpers_test.go#L56:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/render/helpers_test.go#L57:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/render/helpers_test.go#L435:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/render/helpers_test.go#L438:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/render/helpers_test.go#L444:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/render/alias_test.go#L75:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/render/container_test.go#L31:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/render/context_test.go#L18:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/render/context_test.go#L51:4: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/render/dp_test.go#L18:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/render/generic_test.go#L93:4: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/render/node_test.go#L25:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/render/pod_test.go#L163:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/render/pod_test.go#L194:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/render/policy_test.go#L61:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/render/port_forward_test.go#L28:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/render/reference_test.go#L25:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/render/render_test.go#L20:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/render/render_test.go#L24:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/render/screen_dump_test.go#L24:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/render/sts_test.go#L18:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/render/rob_test.go#L18:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/render/svc_test.go#L18:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/render/cr_test.go#L18:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/render/pv_test.go#L27:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/render/ds_test.go#L18:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/render/cronjob_test.go#L18:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/render/pdb_test.go#L18:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/render/pvc_test.go#L18:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/render/ns_test.go#L76:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/render/sa_test.go#L18:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/render/job_test.go#L18:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/render/crd_test.go#L18:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/render/sc_test.go#L18:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/render/ep_test.go#L18:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/render/pv_test.go#L18:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/render/rs_test.go#L18:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/render/ro_test.go#L18:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/render/np_test.go#L18:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/render/crb_test.go#L18:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/tchart/sparkline_int_test.go#L48:4: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/ui/config_int_test.go#L18:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/ui/config_int_test.go#L48:5: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/ui/action_test.go#L23:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/ui/prompt_test.go#L103:3: expected-actual: need to reverse actual and expected values
https://github.com/derailed/k9s/blob/master/internal/ui/prompt_test.go#L150:3: expected-actual: need to reverse actual and expected values
https://github.com/derailed/k9s/blob/master/internal/ui/config_test.go#L60:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/ui/config_test.go#L30:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/ui/config_test.go#L32:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/ui/config_test.go#L46:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/view/helpers_test.go#L136:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/view/helpers_test.go#L163:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/view/log_int_test.go#L29:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/view/table_int_test.go#L88:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/view/table_int_test.go#L31:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/view/table_int_test.go#L34:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/view/log_int_test.go#L60:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/view/table_int_test.go#L45:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/view/log_int_test.go#L75:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/view/log_int_test.go#L23:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/view/log_int_test.go#L41:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/view/table_int_test.go#L76:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/view/live_view_test.go#L23:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/view/log_int_test.go#L105:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/view/alias_test.go#L28:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/view/alias_test.go#L30:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/view/alias_test.go#L35:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/view/alias_test.go#L47:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/view/cm_test.go#L17:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/view/cm_test.go#L19:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/view/container_test.go#L17:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/view/container_test.go#L19:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/view/context_test.go#L17:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/view/context_test.go#L19:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/view/dir_test.go#L16:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/view/dir_test.go#L18:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/view/dp_test.go#L17:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/view/dp_test.go#L19:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/view/ds_test.go#L17:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/view/ds_test.go#L19:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/view/help_test.go#L26:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/view/log_test.go#L119:2: formatter: remove unnecessary fmt.Sprintf
https://github.com/derailed/k9s/blob/master/internal/view/log_test.go#L122:2: formatter: remove unnecessary fmt.Sprintf
https://github.com/derailed/k9s/blob/master/internal/view/ns_test.go#L17:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/view/ns_test.go#L19:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/view/pf_test.go#L17:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/view/pf_test.go#L19:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/view/pod_test.go#L20:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/view/pod_test.go#L22:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/view/priorityclass_test.go#L17:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/view/priorityclass_test.go#L19:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/view/pvc_test.go#L17:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/view/pvc_test.go#L19:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/view/rbac_test.go#L17:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/view/rbac_test.go#L19:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/view/reference_test.go#L17:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/view/reference_test.go#L19:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/view/screen_dump_test.go#L17:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/view/screen_dump_test.go#L19:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/view/secret_test.go#L17:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/view/secret_test.go#L19:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/view/sts_test.go#L17:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/view/sts_test.go#L19:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/view/svc_test.go#L174:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/view/svc_test.go#L176:2: len: use assert.Len
https://github.com/derailed/k9s/blob/master/internal/view/help_test.go#L21:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/view/log_test.go#L105:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/view/log_test.go#L115:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/view/log_test.go#L119:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/view/log_test.go#L122:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/view/log_test.go#L47:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/view/log_test.go#L143:4: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/view/log_test.go#L30:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/vul/table_test.go#L76:2: require-error: for error assertions use require
https://github.com/derailed/k9s/blob/master/internal/xray/container_test.go#L39:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/xray/container_test.go#L95:4: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/xray/container_test.go#L245:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/xray/container_test.go#L249:2: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/xray/dp_test.go#L45:4: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/xray/ds_test.go#L41:4: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/xray/generic_test.go#L35:4: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/xray/ns_test.go#L37:4: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/xray/pod_test.go#L51:4: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/xray/rs_test.go#L42:4: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/xray/sa_test.go#L38:4: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/xray/sts_test.go#L42:4: error-nil: use assert.NoError
https://github.com/derailed/k9s/blob/master/internal/xray/svc_test.go#L42:4: error-nil: use assert.NoError

Report issue: https://github.com/derailed/k9s/issues

github-actions[bot] commented 5 days ago

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

../../../../go/pkg/mod/github.com/go-micro/plugins/v4/server/grpc@v1.2.0/proto/test.pb.micro.go#L15:2: missing go.sum entry for module providing package go-micro.dev/v4/api (imported by github.com/go-micro/plugins/v4/server/grpc/proto); to add:
go get github.com/go-micro/plugins/v4/server/grpc/proto@v1.2.0
../../../../go/pkg/mod/github.com/go-micro/plugins/v4/server/grpc@v1.2.0/proto/test.pb.micro.go#L16:2: missing go.sum entry for module providing package go-micro.dev/v4/client (imported by github.com/go-micro/plugins/v4/server/grpc/proto); to add:
go get github.com/go-micro/plugins/v4/server/grpc/proto@v1.2.0
../../../../go/pkg/mod/github.com/go-micro/plugins/v4/server/grpc@v1.2.0/proto/test.pb.micro.go#L17:2: missing go.sum entry for module providing package go-micro.dev/v4/server (imported by github.com/go-micro/plugins/v4/server/grpc/proto); to add:
go get github.com/go-micro/plugins/v4/server/grpc/proto@v1.2.0
/home/runner/go/pkg/mod/github.com/go-micro/plugins/v4/server/grpc@v1.2.0/proto/test.pb.micro.go#L15:6: could not import go-micro.dev/v4/api (invalid package name: "")
/home/runner/go/pkg/mod/github.com/go-micro/plugins/v4/server/grpc@v1.2.0/proto/test.pb.micro.go#L16:9: could not import go-micro.dev/v4/client (invalid package name: "")
/home/runner/go/pkg/mod/github.com/go-micro/plugins/v4/server/grpc@v1.2.0/proto/test.pb.micro.go#L17:9: could not import go-micro.dev/v4/server (invalid package name: "")
testifylint: 6 errors during loading

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

github-actions[bot] commented 5 days ago

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

-: # github.com/proglottis/gpgme
# [pkg-config --cflags  -- gpgme]
Package gpgme was not found in the pkg-config search path.
Perhaps you should add the directory containing `gpgme.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gpgme' found
https://github.com/containers/podman/blob/main/vendor/github.com/proglottis/gpgme/data.go#L7:8: could not import C (no metadata for C)
-: # github.com/containers/storage/drivers/btrfs
vendor/github.com/containers/storage/drivers/btrfs/btrfs.go#L12:10: fatal error: btrfs/ioctl.h: No such file or directory
12 | #include <btrfs/ioctl.h>
|          ^~~~~~~~~~~~~~~
compilation terminated.
https://github.com/containers/podman/blob/main/vendor/github.com/containers/storage/drivers/btrfs/btrfs.go#L19:8: could not import C (no metadata for C)
https://github.com/containers/podman/blob/main/libpod/container_top_linux.go#L36:8: could not import C (no metadata for C)
https://github.com/containers/podman/blob/main/libpod/container_top_linux.go#L36:8: could not import C (no metadata for C)
testifylint: 6 errors during loading

Report issue: https://github.com/containers/podman/issues

github-actions[bot] commented 5 days ago

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

https://github.com/uber-go/zap/blob/master/array_test.go#L108:3: len: use assert.Len
https://github.com/uber-go/zap/blob/master/error_test.go#L77:3: len: use assert.Len
https://github.com/uber-go/zap/blob/master/error_test.go#L86:2: len: use assert.Len
https://github.com/uber-go/zap/blob/master/error_test.go#L91:2: len: use require.Len
https://github.com/uber-go/zap/blob/master/logger_test.go#L393:4: len: use assert.Len
https://github.com/uber-go/zap/blob/master/logger_test.go#L394:4: empty: use assert.Empty
https://github.com/uber-go/zap/blob/master/logger_test.go#L420:4: len: use assert.Len
https://github.com/uber-go/zap/blob/master/logger_test.go#L421:4: empty: use assert.Empty
https://github.com/uber-go/zap/blob/master/logger_test.go#L447:4: len: use assert.Len
https://github.com/uber-go/zap/blob/master/logger_test.go#L448:4: empty: use assert.Empty
https://github.com/uber-go/zap/blob/master/logger_test.go#L470:4: len: use assert.Len
https://github.com/uber-go/zap/blob/master/logger_test.go#L471:4: empty: use assert.Empty
https://github.com/uber-go/zap/blob/master/logger_test.go#L648:4: len: use assert.Len
https://github.com/uber-go/zap/blob/master/logger_test.go#L720:4: len: use assert.Len
https://github.com/uber-go/zap/blob/master/logger_test.go#L749:3: expected-actual: need to reverse actual and expected values
https://github.com/uber-go/zap/blob/master/logger_test.go#L754:3: expected-actual: need to reverse actual and expected values
https://github.com/uber-go/zap/blob/master/logger_test.go#L780:3: expected-actual: need to reverse actual and expected values
https://github.com/uber-go/zap/blob/master/sink_test.go#L58:3: expected-actual: need to reverse actual and expected values
https://github.com/uber-go/zap/blob/master/sink_test.go#L63:3: expected-actual: need to reverse actual and expected values
https://github.com/uber-go/zap/blob/master/sugar_test.go#L158:5: len: use assert.Len
https://github.com/uber-go/zap/blob/master/sugar_test.go#L276:3: len: use require.Len
https://github.com/uber-go/zap/blob/master/sugar_test.go#L280:3: len: use require.Len
https://github.com/uber-go/zap/blob/master/sugar_test.go#L527:4: len: use assert.Len
https://github.com/uber-go/zap/blob/master/sugar_test.go#L548:3: expected-actual: need to reverse actual and expected values
https://github.com/uber-go/zap/blob/master/sugar_test.go#L563:3: expected-actual: need to reverse actual and expected values
https://github.com/uber-go/zap/blob/master/sugar_test.go#L579:3: expected-actual: need to reverse actual and expected values
https://github.com/uber-go/zap/blob/master/encoder_test.go#L55:3: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/encoder_test.go#L57:3: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/writer_test.go#L42:2: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/level_test.go#L123:5: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/level_test.go#L125:5: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/level_test.go#L135:4: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/writer_test.go#L249:2: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/flag_test.go#L100:2: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/writer_test.go#L217:8: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/encoder_test.go#L44:3: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/writer_test.go#L127:8: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/writer_test.go#L135:5: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/encoder_test.go#L37:3: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/sink_test.go#L82:2: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/writer_test.go#L158:2: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/buffer/pool_test.go#L44:5: len: use assert.Len
https://github.com/uber-go/zap/blob/master/zapcore/entry_test.go#L68:4: empty: use assert.Empty
https://github.com/uber-go/zap/blob/master/zapcore/entry_test.go#L69:4: negative-positive: use assert.Positive
https://github.com/uber-go/zap/blob/master/zapcore/json_encoder_impl_test.go#L263:5: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zapcore/memory_encoder_test.go#L235:5: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zapcore/json_encoder_impl_test.go#L428:5: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zapcore/buffered_write_syncer_test.go#L42:3: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zapcore/memory_encoder_test.go#L221:5: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zapcore/level_test.go#L104:4: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zapcore/level_test.go#L159:3: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zapcore/level_test.go#L85:3: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zapcore/level_test.go#L196:3: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zapcore/level_test.go#L203:2: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zapcore/memory_encoder_test.go#L348:4: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zapcore/write_syncer_test.go#L100:2: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zapcore/buffered_write_syncer_test.go#L52:3: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zapcore/write_syncer_test.go#L133:2: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zapcore/buffered_write_syncer_test.go#L60:3: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zapcore/level_test.go#L128:3: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zapcore/write_syncer_test.go#L110:2: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zapcore/buffered_write_syncer_test.go#L68:3: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zapcore/buffered_write_syncer_test.go#L113:3: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zapcore/level_test.go#L69:4: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zapcore/level_test.go#L75:3: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zapcore/write_syncer_test.go#L73:2: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zapcore/json_encoder_impl_test.go#L436:5: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zapcore/json_encoder_impl_test.go#L255:5: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zapcore/json_encoder_impl_test.go#L505:4: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zapcore/memory_encoder_test.go#L363:2: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zapcore/encoder_test.go#L732:2: len: use require.Len
https://github.com/uber-go/zap/blob/master/zapcore/field_test.go#L178:3: empty: use assert.Empty
https://github.com/uber-go/zap/blob/master/zapcore/sampler_test.go#L51:3: len: use require.Len
https://github.com/uber-go/zap/blob/master/zapcore/encoder_test.go#L730:2: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zapcore/tee_test.go#L124:4: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zapcore/tee_test.go#L179:2: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zapcore/console_encoder_test.go#L117:8: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zapcore/core_test.go#L152:3: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zapcore/core_test.go#L84:8: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zapio/writer_test.go#L148:4: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zaptest/timeout_test.go#L42:2: compares: use assert.LessOrEqual
https://github.com/uber-go/zap/blob/master/zaptest/logger_test.go#L112:2: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zaptest/writer_test.go#L42:2: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zaptest/writer_test.go#L50:2: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zaptest/writer_test.go#L58:2: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zaptest/observer/observer_test.go#L64:2: len: use require.Len
https://github.com/uber-go/zap/blob/master/zaptest/observer/observer_test.go#L50:2: require-error: for error assertions use require
https://github.com/uber-go/zap/blob/master/zaptest/observer/observer_test.go#L178:3: require-error: for error assertions use require

Report issue: https://github.com/uber-go/zap/issues

github-actions[bot] commented 5 days ago

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

https://github.com/cloudreve/Cloudreve/blob/master/middleware/auth_test.go#L152:3: expected-actual: need to reverse actual and expected values
https://github.com/cloudreve/Cloudreve/blob/master/middleware/auth_test.go#L170:3: expected-actual: need to reverse actual and expected values
https://github.com/cloudreve/Cloudreve/blob/master/middleware/auth_test.go#L196:3: expected-actual: need to reverse actual and expected values
https://github.com/cloudreve/Cloudreve/blob/master/middleware/auth_test.go#L222:3: expected-actual: need to reverse actual and expected values
https://github.com/cloudreve/Cloudreve/blob/master/middleware/auth_test.go#L151:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/middleware/auth_test.go#L169:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/middleware/auth_test.go#L195:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/middleware/auth_test.go#L221:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/middleware/auth_test.go#L388:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/middleware/auth_test.go#L391:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/middleware/auth_test.go#L409:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/middleware/share_test.go#L47:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/middleware/common_test.go#L25:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/middleware/common_test.go#L37:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/middleware/common_test.go#L49:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/middleware/file_test.go#L30:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/middleware/file_test.go#L41:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/middleware/auth_test.go#L329:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/middleware/wopi_test.go#L74:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/middleware/wopi_test.go#L89:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/middleware/wopi_test.go#L104:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/middleware/auth_test.go#L272:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/middleware/auth_test.go#L435:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/download_test.go#L120:2: expected-actual: need to reverse actual and expected values
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L145:2: empty: use asserts.Empty
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L169:3: empty: use asserts.Empty
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L213:3: empty: use asserts.Empty
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L296:3: empty: use asserts.Empty
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L387:3: empty: use asserts.Empty
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L65:3: expected-actual: need to reverse actual and expected values
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L96:2: empty: use asserts.Empty
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L190:3: empty: use asserts.Empty
https://github.com/cloudreve/Cloudreve/blob/master/models/group_test.go#L49:2: expected-actual: need to reverse actual and expected values
https://github.com/cloudreve/Cloudreve/blob/master/models/group_test.go#L54:2: expected-actual: need to reverse actual and expected values
https://github.com/cloudreve/Cloudreve/blob/master/models/group_test.go#L63:2: expected-actual: need to reverse actual and expected values
https://github.com/cloudreve/Cloudreve/blob/master/models/user_test.go#L266:2: bool-compare: use asserts.False
https://github.com/cloudreve/Cloudreve/blob/master/models/user_test.go#L269:2: bool-compare: use asserts.True
https://github.com/cloudreve/Cloudreve/blob/master/models/user_test.go#L272:2: bool-compare: use asserts.True
https://github.com/cloudreve/Cloudreve/blob/master/models/user_test.go#L275:2: bool-compare: use asserts.False
https://github.com/cloudreve/Cloudreve/blob/master/models/webdav_test.go#L50:2: empty: use asserts.Empty
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L319:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L188:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L189:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/task_test.go#L90:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/user_test.go#L352:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/share_test.go#L175:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/share_test.go#L188:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/node_test.go#L50:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/setting_test.go#L85:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/setting_test.go#L95:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/setting_test.go#L102:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/share_test.go#L305:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/node_test.go#L34:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/node_test.go#L40:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/share_test.go#L38:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/share_test.go#L39:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/share_test.go#L318:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L595:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L596:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L607:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/webdav_test.go#L41:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/node_test.go#L13:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L741:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L742:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/node_test.go#L22:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/webdav_test.go#L31:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/webdav_test.go#L32:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L570:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L572:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L582:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/download_test.go#L46:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/download_test.go#L54:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/download_test.go#L62:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L91:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L100:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/group_test.go#L73:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/download_test.go#L33:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/download_test.go#L34:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L167:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L168:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L26:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L28:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L37:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L39:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L44:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/setting_test.go#L160:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/setting_test.go#L164:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/setting_test.go#L171:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/setting_test.go#L175:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L126:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/task_test.go#L32:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/task_test.go#L33:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/user_test.go#L362:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/share_test.go#L150:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/share_test.go#L258:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/share_test.go#L103:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/share_test.go#L116:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L212:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L214:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L226:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L228:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L241:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/user_test.go#L205:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L75:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L76:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/node_test.go#L61:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/user_test.go#L130:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/user_test.go#L134:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/user_test.go#L139:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/user_test.go#L145:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/user_test.go#L152:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/user_test.go#L159:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/user_test.go#L166:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L25:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L26:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L36:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L37:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L47:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/user_test.go#L424:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/policy_test.go#L33:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/policy_test.go#L34:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/policy_test.go#L40:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L619:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/setting_test.go#L128:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/setting_test.go#L133:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/source_link_test.go#L37:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/tag_test.go#L31:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/tag_test.go#L32:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/download_test.go#L99:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/user_test.go#L404:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L164:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L165:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/task_test.go#L102:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/user_test.go#L31:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/user_test.go#L62:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/user_test.go#L83:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/user_test.go#L114:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L698:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L700:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L712:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L713:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L723:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/share_test.go#L53:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/share_test.go#L62:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/user_test.go#L301:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/user_test.go#L316:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/download_test.go#L152:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/download_test.go#L160:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L63:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L74:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/user_test.go#L122:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/download_test.go#L109:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L272:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L283:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L95:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L97:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L102:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/webdav_test.go#L49:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/download_test.go#L139:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L401:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L402:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L420:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L421:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L450:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L451:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L492:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L493:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/source_link_test.go#L18:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/source_link_test.go#L26:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/user_test.go#L394:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L407:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L408:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L419:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L420:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L430:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L431:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/user_test.go#L341:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L294:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L295:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/policy_test.go#L58:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/group_test.go#L48:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/group_test.go#L53:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/group_test.go#L58:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/group_test.go#L62:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L144:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L146:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L151:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L265:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L266:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L294:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L295:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L328:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/folder_test.go#L329:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/group_test.go#L20:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/group_test.go#L33:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/share_test.go#L138:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/file_test.go#L254:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/scripts/reset_test.go#L22:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/scripts/reset_test.go#L35:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/scripts/storage_test.go#L45:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/scripts/upgrade_test.go#L19:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/scripts/upgrade_test.go#L27:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/scripts/upgrade_test.go#L47:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/models/scripts/invoker/invoker_test.go#L21:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/aria2/aria2_test.go#L39:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/aria2/aria2_test.go#L49:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/aria2/aria2_test.go#L56:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/aria2/common/common_test.go#L40:2: expected-actual: need to reverse actual and expected values
https://github.com/cloudreve/Cloudreve/blob/master/pkg/aria2/common/common_test.go#L41:2: expected-actual: need to reverse actual and expected values
https://github.com/cloudreve/Cloudreve/blob/master/pkg/aria2/common/common_test.go#L43:2: expected-actual: need to reverse actual and expected values
https://github.com/cloudreve/Cloudreve/blob/master/pkg/aria2/common/common_test.go#L46:2: expected-actual: need to reverse actual and expected values
https://github.com/cloudreve/Cloudreve/blob/master/pkg/aria2/common/common_test.go#L49:2: expected-actual: need to reverse actual and expected values
https://github.com/cloudreve/Cloudreve/blob/master/pkg/aria2/common/common_test.go#L50:2: expected-actual: need to reverse actual and expected values
https://github.com/cloudreve/Cloudreve/blob/master/pkg/aria2/common/common_test.go#L51:2: expected-actual: need to reverse actual and expected values
https://github.com/cloudreve/Cloudreve/blob/master/pkg/aria2/common/common_test.go#L52:2: expected-actual: need to reverse actual and expected values
https://github.com/cloudreve/Cloudreve/blob/master/pkg/aria2/common/common_test.go#L53:2: expected-actual: need to reverse actual and expected values
https://github.com/cloudreve/Cloudreve/blob/master/pkg/aria2/common/common_test.go#L15:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/aria2/common/common_test.go#L19:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/aria2/common/common_test.go#L22:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/aria2/common/common_test.go#L25:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/aria2/common/common_test.go#L28:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/aria2/monitor/monitor_test.go#L251:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/aria2/monitor/monitor_test.go#L228:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/aria2/monitor/monitor_test.go#L279:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/aria2/monitor/monitor_test.go#L52:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/aria2/monitor/monitor_test.go#L326:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/aria2/monitor/monitor_test.go#L327:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/aria2/monitor/monitor_test.go#L91:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/aria2/monitor/monitor_test.go#L103:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/aria2/monitor/monitor_test.go#L126:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/aria2/monitor/monitor_test.go#L147:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/aria2/monitor/monitor_test.go#L171:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/aria2/monitor/monitor_test.go#L200:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/aria2/monitor/monitor_test.go#L301:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/aria2/monitor/monitor_test.go#L444:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/auth/hmac_test.go#L57:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/auth/hmac_test.go#L63:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/auth/hmac_test.go#L69:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/auth/hmac_test.go#L74:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/auth/hmac_test.go#L87:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/auth/auth_test.go#L20:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/auth/auth_test.go#L29:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/auth/auth_test.go#L48:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/auth/auth_test.go#L60:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/auth/auth_test.go#L72:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/auth/auth_test.go#L90:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/auth/auth_test.go#L92:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/auth/auth_test.go#L103:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/auth/auth_test.go#L106:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/auth/auth_test.go#L116:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/auth/auth_test.go#L120:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/auth/auth_test.go#L130:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/balancer/roundrobin_test.go#L39:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cache/memo_test.go#L45:3: nil-compare: use asserts.Nil
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cache/memo_test.go#L88:3: empty: use asserts.Empty
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cache/memo_test.go#L112:2: empty: use asserts.Empty
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cache/redis_test.go#L178:3: empty: use asserts.Empty
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cache/redis_test.go#L211:3: empty: use asserts.Empty
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cache/redis_test.go#L223:3: empty: use asserts.Empty
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cache/driver_test.go#L28:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cache/driver_test.go#L30:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cache/driver_test.go#L48:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cache/memo_test.go#L109:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cache/memo_test.go#L23:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cache/memo_test.go#L172:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cache/memo_test.go#L179:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cache/driver_test.go#L37:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cache/redis_test.go#L240:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cache/redis_test.go#L256:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cache/redis_test.go#L263:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cache/redis_test.go#L295:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cache/redis_test.go#L307:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cache/memo_test.go#L82:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cache/redis_test.go#L46:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cache/redis_test.go#L58:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cache/redis_test.go#L73:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cache/redis_test.go#L81:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cache/memo_test.go#L131:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cache/memo_test.go#L134:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cache/driver_test.go#L16:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/pool_test.go#L71:2: empty: use a.Empty
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/pool_test.go#L75:2: empty: use a.Empty
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/pool_test.go#L79:2: empty: use a.Empty
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/pool_test.go#L99:3: empty: use a.Empty
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/pool_test.go#L115:3: empty: use a.Empty
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/pool_test.go#L116:3: empty: use a.Empty
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/pool_test.go#L128:3: empty: use a.Empty
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/pool_test.go#L129:3: empty: use a.Empty
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/controller_test.go#L340:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/controller_test.go#L380:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/slave_test.go#L224:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/slave_test.go#L239:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/controller_test.go#L274:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/controller_test.go#L283:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/master_test.go#L149:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/slave_test.go#L273:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/slave_test.go#L288:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/controller_test.go#L199:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/controller_test.go#L215:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/controller_test.go#L251:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/slave_test.go#L321:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/slave_test.go#L335:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/pool_test.go#L143:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/pool_test.go#L151:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/pool_test.go#L158:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/controller_test.go#L308:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/master_test.go#L33:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/master_test.go#L107:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/master_test.go#L113:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/master_test.go#L122:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/controller_test.go#L37:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/controller_test.go#L43:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/controller_test.go#L55:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/controller_test.go#L68:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/controller_test.go#L81:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/controller_test.go#L169:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/master_test.go#L158:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/slave_test.go#L417:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/slave_test.go#L431:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/slave_test.go#L82:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/slave_test.go#L98:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/slave_test.go#L113:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/slave_test.go#L471:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/slave_test.go#L516:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/slave_test.go#L538:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/slave_test.go#L556:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/slave_test.go#L369:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/cluster/slave_test.go#L383:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/conf/conf_test.go#L72:2: expected-actual: need to reverse actual and expected values
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/filesystem_test.go#L181:3: empty: use asserts.Empty
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/filesystem_test.go#L194:2: empty: use asserts.Empty
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/filesystem_test.go#L195:2: empty: use asserts.Empty
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/filesystem_test.go#L253:3: empty: use asserts.Empty
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/hooks_test.go#L548:3: empty: use asserts.Empty
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L170:2: empty: use asserts.Empty
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L186:2: empty: use asserts.Empty
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/hooks_test.go#L682:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/upload_test.go#L96:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/upload_test.go#L126:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/upload_test.go#L133:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/upload_test.go#L142:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/upload_test.go#L156:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L274:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L286:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/filesystem_test.go#L128:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/filesystem_test.go#L141:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L341:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L370:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L379:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L380:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L393:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L409:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L410:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L422:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L438:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L439:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/filesystem_test.go#L75:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/filesystem_test.go#L81:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/filesystem_test.go#L85:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/filesystem_test.go#L89:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/filesystem_test.go#L93:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/filesystem_test.go#L97:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/filesystem_test.go#L101:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/filesystem_test.go#L105:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/filesystem_test.go#L109:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/filesystem_test.go#L113:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/hooks_test.go#L296:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L118:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L126:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L127:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L137:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/filesystem_test.go#L56:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/hooks_test.go#L48:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/hooks_test.go#L52:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/hooks_test.go#L55:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/hooks_test.go#L559:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/hooks_test.go#L571:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/image_test.go#L26:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/image_test.go#L28:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/image_test.go#L42:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/image_test.go#L91:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L508:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L517:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L640:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L662:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/hooks_test.go#L79:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/hooks_test.go#L89:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/hooks_test.go#L239:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/hooks_test.go#L246:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/hooks_test.go#L450:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/hooks_test.go#L471:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L525:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L553:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L554:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L574:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L594:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L613:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L615:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L636:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/path_test.go#L29:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/path_test.go#L43:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/path_test.go#L55:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/hooks_test.go#L344:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/hooks_test.go#L581:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/hooks_test.go#L589:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/hooks_test.go#L481:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/hooks_test.go#L508:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/path_test.go#L169:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L49:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L70:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L87:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/filesystem_test.go#L170:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/filesystem_test.go#L172:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/filesystem_test.go#L180:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/filesystem_test.go#L251:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/filesystem_test.go#L258:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/path_test.go#L76:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/path_test.go#L101:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/path_test.go#L119:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/path_test.go#L145:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/upload_test.go#L255:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/archive_test.go#L45:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/archive_test.go#L62:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/archive_test.go#L66:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/archive_test.go#L86:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/archive_test.go#L90:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/archive_test.go#L111:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/archive_test.go#L115:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/filesystem_test.go#L31:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/filesystem_test.go#L37:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/filesystem_test.go#L214:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/filesystem_test.go#L215:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L386:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L389:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L411:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L414:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L431:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L433:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L440:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/hooks_test.go#L149:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/hooks_test.go#L167:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L216:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L233:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L235:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L314:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L315:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L353:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L592:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L615:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L166:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/hooks_test.go#L275:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/upload_test.go#L190:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/upload_test.go#L192:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/upload_test.go#L218:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/archive_test.go#L180:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/archive_test.go#L181:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/archive_test.go#L192:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/archive_test.go#L193:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/archive_test.go#L194:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/archive_test.go#L206:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/archive_test.go#L207:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/archive_test.go#L219:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/archive_test.go#L220:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/archive_test.go#L233:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/archive_test.go#L234:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/archive_test.go#L253:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L459:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L481:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L486:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L487:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L497:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L508:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/file_test.go#L509:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L50:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L63:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L699:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L700:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L715:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L716:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L741:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L742:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L757:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L758:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L765:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L772:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L779:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L787:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L798:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L799:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L822:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L823:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L834:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L835:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/manage_test.go#L845:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/chunk/chunk_test.go#L85:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/chunk/chunk_test.go#L104:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/chunk/chunk_test.go#L112:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/chunk/chunk_test.go#L129:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/chunk/chunk_test.go#L137:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/chunk/chunk_test.go#L165:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/chunk/chunk_test.go#L173:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/chunk/chunk_test.go#L201:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/chunk/chunk_test.go#L210:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/chunk/chunk_test.go#L235:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/chunk/chunk_test.go#L243:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/local/handler_test.go#L193:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/local/handler_test.go#L208:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/local/handler_test.go#L217:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/local/handler_test.go#L232:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/local/handler_test.go#L249:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/local/handler_test.go#L270:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/local/handler_test.go#L277:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/local/handler_test.go#L290:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/local/handler_test.go#L299:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/local/handler_test.go#L65:4: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/local/handler_test.go#L68:4: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/local/handler_test.go#L141:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/local/handler_test.go#L154:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/local/handler_test.go#L162:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/local/handler_test.go#L163:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/local/handler_test.go#L170:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/local/handler_test.go#L87:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/local/handler_test.go#L91:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/local/handler_test.go#L96:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/local/handler_test.go#L100:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/local/handler_test.go#L104:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/local/handler_test.go#L107:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/local/handler_test.go#L122:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/local/handler_test.go#L126:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/local/handler_test.go#L132:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/local/handler_test.go#L328:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/local/handler_test.go#L335:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L52:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L62:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L87:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L110:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L137:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L140:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L163:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L379:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L404:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L428:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/client_test.go#L18:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/client_test.go#L26:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L226:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L251:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L275:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L443:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L468:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L492:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/handler_test.go#L109:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/handler_test.go#L120:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/handler_test.go#L135:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/handler_test.go#L159:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/handler_test.go#L254:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/oauth_test.go#L105:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L616:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L642:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L681:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L698:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L722:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L746:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L761:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L828:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L852:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L876:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L950:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L973:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L997:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L1021:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/handler_test.go#L55:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/handler_test.go#L87:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/handler_test.go#L196:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/handler_test.go#L231:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L290:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L315:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L339:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L364:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L814:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/handler_test.go#L322:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/handler_test.go#L362:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/handler_test.go#L364:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/handler_test.go#L366:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/oauth_test.go#L159:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/oauth_test.go#L180:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/oauth_test.go#L204:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/oauth_test.go#L229:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/oauth_test.go#L254:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L530:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L554:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L579:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L595:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L890:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L913:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/api_test.go#L936:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/oauth_test.go#L337:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/oauth_test.go#L351:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/oauth_test.go#L364:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/oauth_test.go#L374:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/onedrive/oauth_test.go#L383:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/handler_test.go#L161:3: empty: use asserts.Empty
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/handler_test.go#L268:3: empty: use asserts.Empty
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/handler_test.go#L291:3: empty: use asserts.Empty
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/handler_test.go#L243:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/handler_test.go#L267:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/handler_test.go#L290:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/handler_test.go#L30:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/handler_test.go#L37:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/handler_test.go#L160:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/handler_test.go#L184:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/handler_test.go#L207:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/client_test.go#L249:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/client_test.go#L258:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/handler_test.go#L415:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/handler_test.go#L428:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/handler_test.go#L441:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/handler_test.go#L457:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/client_test.go#L236:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/handler_test.go#L365:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/handler_test.go#L387:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/handler_test.go#L392:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/handler_test.go#L400:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/client_test.go#L27:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/client_test.go#L35:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/client_test.go#L58:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/client_test.go#L104:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/client_test.go#L150:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/client_test.go#L186:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/client_test.go#L211:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/handler_test.go#L54:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/handler_test.go#L69:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/handler_test.go#L84:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/handler_test.go#L100:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/handler_test.go#L115:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/driver/remote/handler_test.go#L327:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/fsctx/stream_test.go#L33:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/fsctx/stream_test.go#L56:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/filesystem/fsctx/stream_test.go#L63:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/hashid/hash_test.go#L49:3: empty: use asserts.Empty
https://github.com/cloudreve/Cloudreve/blob/master/pkg/hashid/hash_test.go#L41:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/hashid/hash_test.go#L48:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/hashid/hash_test.go#L59:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/hashid/hash_test.go#L66:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/hashid/hash_test.go#L13:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/hashid/hash_test.go#L19:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/request/request_test.go#L158:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/request/request_test.go#L168:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/request/request_test.go#L170:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/request/request_test.go#L173:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/request/request_test.go#L176:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/request/request_test.go#L179:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/request/request_test.go#L72:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/request/request_test.go#L88:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/request/request_test.go#L104:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/request/request_test.go#L127:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/request/request_test.go#L136:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/request/request_test.go#L192:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/request/request_test.go#L204:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/request/request_test.go#L216:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/serializer/error_test.go#L12:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/serializer/user_test.go#L35:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/decompress_test.go#L136:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/decompress_test.go#L137:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/compress_test.go#L160:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/compress_test.go#L162:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/compress_test.go#L171:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/compress_test.go#L193:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/compress_test.go#L194:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/decompress_test.go#L53:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/transfer_test.go#L166:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/transfer_test.go#L167:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/decompress_test.go#L103:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/decompress_test.go#L105:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/decompress_test.go#L114:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/import_test.go#L84:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/import_test.go#L99:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/import_test.go#L119:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/import_test.go#L154:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/import_test.go#L192:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/job_test.go#L45:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/job_test.go#L52:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/job_test.go#L62:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/recycle_test.go#L113:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/recycle_test.go#L114:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/pool_test.go#L34:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/transfer_test.go#L53:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/transfer_test.go#L78:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/transfer_test.go#L97:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/transfer_test.go#L117:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/compress_test.go#L58:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/decompress_test.go#L77:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/compress_test.go#L83:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/compress_test.go#L108:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/compress_test.go#L145:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/import_test.go#L242:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/import_test.go#L243:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/recycle_test.go#L73:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/recycle_test.go#L75:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/recycle_test.go#L91:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/transfer_test.go#L132:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/transfer_test.go#L134:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/transfer_test.go#L144:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/job_test.go#L78:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/job_test.go#L80:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/job_test.go#L90:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/job_test.go#L92:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/job_test.go#L102:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/job_test.go#L104:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/job_test.go#L114:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/recycle_test.go#L53:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/import_test.go#L55:2: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/import_test.go#L208:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/import_test.go#L210:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/task/import_test.go#L220:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/util/common_test.go#L13:2: empty: use asserts.Empty
https://github.com/cloudreve/Cloudreve/blob/master/pkg/wopi/discovery_test.go#L123:3: error-is-as: invalid usage of a.NoError, use a.NotErrorIs instead
https://github.com/cloudreve/Cloudreve/blob/master/pkg/wopi/discovery_test.go#L77:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/wopi/discovery_test.go#L100:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/wopi/discovery_test.go#L123:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/wopi/wopi_test.go#L60:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/wopi/wopi_test.go#L70:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/wopi/wopi_test.go#L81:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/wopi/wopi_test.go#L96:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/wopi/wopi_test.go#L111:3: require-error: for error assertions use require
https://github.com/cloudreve/Cloudreve/blob/master/pkg/wopi/wopi_test.go#L128:3: require-error: for error assertions use require

Report issue: https://github.com/cloudreve/Cloudreve/issues

github-actions[bot] commented 5 days ago

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

-: build constraints exclude all Go files in https://github.com/dapr/dapr/blob/master/pkg/security/fake
https://github.com/dapr/dapr/blob/master/pkg/placement/tests/tests.go#L26:2: could not import github.com/dapr/dapr/pkg/security/fake (invalid package name: "")
https://github.com/dapr/dapr/blob/master/pkg/actors/internal_actor_test.go#L35:2: could not import github.com/dapr/dapr/pkg/security/fake (invalid package name: "")
https://github.com/dapr/dapr/blob/master/pkg/actors/actors_test.go#L236:19: undefined: NewMockPlacement
https://github.com/dapr/dapr/blob/master/pkg/actors/actors_test.go#L1127:12: undefined: health.WithClock
https://github.com/dapr/dapr/blob/master/pkg/actors/actors_test.go#L1186:11: undefined: health.WithClock
https://github.com/dapr/dapr/blob/master/pkg/actors/internal_actor_test.go#L106:19: undefined: NewMockPlacement
-: # github.com/dapr/dapr/pkg/actors/health [github.com/dapr/dapr/pkg/actors/health.test]
pkg/actors/health/health_test.go#L153:3: undefined: WithClock
https://github.com/dapr/dapr/blob/master/pkg/actors/health/health_test.go#L153:3: undefined: WithClock
-: # github.com/dapr/dapr/pkg/api/grpc [github.com/dapr/dapr/pkg/api/grpc.test]
pkg/api/grpc/actor_test.go#L143:28: undefined: actors.MockActors
pkg/api/grpc/actor_test.go#L214:28: undefined: actors.MockActors
pkg/api/grpc/actor_test.go#L330:27: undefined: actors.FailingActors
pkg/api/grpc/daprinternal_test.go#L63:39: (new(channels.Channels)).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
pkg/api/grpc/daprinternal_test.go#L89:39: (new(channels.Channels)).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
pkg/api/grpc/daprinternal_test.go#L141:39: (new(channels.Channels)).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
pkg/api/grpc/daprinternal_test.go#L178:39: (new(channels.Channels)).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
pkg/api/grpc/grpc_test.go#L4188:27: undefined: actors.MockActors
https://github.com/dapr/dapr/blob/master/pkg/api/grpc/actor_test.go#L143:28: undefined: actors.MockActors
https://github.com/dapr/dapr/blob/master/pkg/api/grpc/actor_test.go#L214:28: undefined: actors.MockActors
https://github.com/dapr/dapr/blob/master/pkg/api/grpc/actor_test.go#L330:27: undefined: actors.FailingActors
https://github.com/dapr/dapr/blob/master/pkg/api/grpc/daprinternal_test.go#L63:39: (new(channels.Channels)).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/api/grpc/daprinternal_test.go#L89:39: (new(channels.Channels)).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/api/grpc/daprinternal_test.go#L141:39: (new(channels.Channels)).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/api/grpc/daprinternal_test.go#L178:39: (new(channels.Channels)).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/api/grpc/grpc_test.go#L4188:27: undefined: actors.MockActors
-: # github.com/dapr/dapr/pkg/api/grpc/proxy [github.com/dapr/dapr/pkg/api/grpc/proxy.test]
pkg/api/grpc/proxy/handler_test.go#L72:7: undefined: diag.CleanupRegisteredViews
pkg/api/grpc/proxy/handler_test.go#L455:34: undefined: diag.GetValueForObservationWithTagSet
pkg/api/grpc/proxy/handler_test.go#L456:32: undefined: diag.NewTag
pkg/api/grpc/proxy/handler_test.go#L458:34: undefined: diag.GetValueForObservationWithTagSet
pkg/api/grpc/proxy/handler_test.go#L459:32: undefined: diag.NewTag
pkg/api/grpc/proxy/handler_test.go#L546:16: undefined: diag.GetValueForObservationWithTagSet
pkg/api/grpc/proxy/handler_test.go#L548:9: undefined: diag.NewTag
pkg/api/grpc/proxy/handler_test.go#L549:9: undefined: diag.NewTag
pkg/api/grpc/proxy/handler_test.go#L560:23: undefined: diag.GetValueForObservationWithTagSet
pkg/api/grpc/proxy/handler_test.go#L561:31: undefined: diag.NewTag
pkg/api/grpc/proxy/handler_test.go#L561:31: too many errors
https://github.com/dapr/dapr/blob/master/pkg/api/grpc/proxy/handler_test.go#L72:7: undefined: diag.CleanupRegisteredViews
https://github.com/dapr/dapr/blob/master/pkg/api/grpc/proxy/handler_test.go#L455:34: undefined: diag.GetValueForObservationWithTagSet
https://github.com/dapr/dapr/blob/master/pkg/api/grpc/proxy/handler_test.go#L456:32: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/api/grpc/proxy/handler_test.go#L458:34: undefined: diag.GetValueForObservationWithTagSet
https://github.com/dapr/dapr/blob/master/pkg/api/grpc/proxy/handler_test.go#L459:32: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/api/grpc/proxy/handler_test.go#L546:16: undefined: diag.GetValueForObservationWithTagSet
https://github.com/dapr/dapr/blob/master/pkg/api/grpc/proxy/handler_test.go#L548:9: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/api/grpc/proxy/handler_test.go#L549:9: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/api/grpc/proxy/handler_test.go#L560:23: undefined: diag.GetValueForObservationWithTagSet
https://github.com/dapr/dapr/blob/master/pkg/api/grpc/proxy/handler_test.go#L561:31: undefined: diag.NewTag
-: # github.com/dapr/dapr/pkg/api/http [github.com/dapr/dapr/pkg/api/http.test]
pkg/api/http/http_test.go#L1045:48: undefined: actors.MockActors
pkg/api/http/http_test.go#L1069:28: undefined: actors.MockActors
pkg/api/http/http_test.go#L1100:28: undefined: actors.MockActors
pkg/api/http/http_test.go#L1126:28: undefined: actors.MockActors
pkg/api/http/http_test.go#L1152:28: undefined: actors.MockActors
pkg/api/http/http_test.go#L1197:28: undefined: actors.MockActors
pkg/api/http/http_test.go#L1243:28: undefined: actors.MockActors
pkg/api/http/http_test.go#L1283:28: undefined: actors.MockActors
pkg/api/http/http_test.go#L1322:28: undefined: actors.MockActors
pkg/api/http/http_test.go#L1352:28: undefined: actors.MockActors
pkg/api/http/http_test.go#L1352:28: too many errors
https://github.com/dapr/dapr/blob/master/pkg/api/http/http_test.go#L1045:48: undefined: actors.MockActors
https://github.com/dapr/dapr/blob/master/pkg/api/http/http_test.go#L1069:28: undefined: actors.MockActors
https://github.com/dapr/dapr/blob/master/pkg/api/http/http_test.go#L1100:28: undefined: actors.MockActors
https://github.com/dapr/dapr/blob/master/pkg/api/http/http_test.go#L1126:28: undefined: actors.MockActors
https://github.com/dapr/dapr/blob/master/pkg/api/http/http_test.go#L1152:28: undefined: actors.MockActors
https://github.com/dapr/dapr/blob/master/pkg/api/http/http_test.go#L1197:28: undefined: actors.MockActors
https://github.com/dapr/dapr/blob/master/pkg/api/http/http_test.go#L1243:28: undefined: actors.MockActors
https://github.com/dapr/dapr/blob/master/pkg/api/http/http_test.go#L1283:28: undefined: actors.MockActors
https://github.com/dapr/dapr/blob/master/pkg/api/http/http_test.go#L1322:28: undefined: actors.MockActors
https://github.com/dapr/dapr/blob/master/pkg/api/http/http_test.go#L1352:28: undefined: actors.MockActors
https://github.com/dapr/dapr/blob/master/pkg/api/http/http_test.go#L1373:28: undefined: actors.MockActors
https://github.com/dapr/dapr/blob/master/pkg/api/http/http_test.go#L1397:28: undefined: actors.MockActors
https://github.com/dapr/dapr/blob/master/pkg/api/http/http_test.go#L1420:28: undefined: actors.MockActors
https://github.com/dapr/dapr/blob/master/pkg/api/http/http_test.go#L1438:28: undefined: actors.MockActors
https://github.com/dapr/dapr/blob/master/pkg/api/http/http_test.go#L1462:28: undefined: actors.MockActors
https://github.com/dapr/dapr/blob/master/pkg/api/http/http_test.go#L1484:28: undefined: actors.MockActors
https://github.com/dapr/dapr/blob/master/pkg/api/http/http_test.go#L1502:28: undefined: actors.MockActors
https://github.com/dapr/dapr/blob/master/pkg/api/http/http_test.go#L1530:28: undefined: actors.MockActors
https://github.com/dapr/dapr/blob/master/pkg/api/http/http_test.go#L1560:28: undefined: actors.MockActors
https://github.com/dapr/dapr/blob/master/pkg/api/http/http_test.go#L1586:28: undefined: actors.MockActors
https://github.com/dapr/dapr/blob/master/pkg/api/http/http_test.go#L1609:28: undefined: actors.MockActors
https://github.com/dapr/dapr/blob/master/pkg/api/http/http_test.go#L1626:28: undefined: actors.MockActors
https://github.com/dapr/dapr/blob/master/pkg/api/http/http_test.go#L1659:28: undefined: actors.MockActors
https://github.com/dapr/dapr/blob/master/pkg/api/http/http_test.go#L1683:27: undefined: actors.FailingActors
https://github.com/dapr/dapr/blob/master/pkg/api/http/http_test.go#L1779:27: undefined: actors.MockActors
https://github.com/dapr/dapr/blob/master/pkg/api/http/http_test.go#L1893:28: undefined: actors.MockActors
https://github.com/dapr/dapr/blob/master/pkg/api/http/http_test.go#L1938:28: undefined: actors.MockActors
-: # github.com/dapr/dapr/pkg/api/universal [github.com/dapr/dapr/pkg/api/universal.test]
pkg/api/universal/metadata_test.go#L38:27: undefined: actors.MockActors
https://github.com/dapr/dapr/blob/master/pkg/api/universal/metadata_test.go#L38:27: undefined: actors.MockActors
-: # github.com/dapr/dapr/pkg/channel/grpc [github.com/dapr/dapr/pkg/channel/grpc.test]
pkg/channel/grpc/grpc_channel_test.go#L127:23: undefined: daprt.ErrorReader
https://github.com/dapr/dapr/blob/master/pkg/channel/grpc/grpc_channel_test.go#L127:23: undefined: daprt.ErrorReader
-: # github.com/dapr/dapr/pkg/diagnostics [github.com/dapr/dapr/pkg/diagnostics.test]
pkg/diagnostics/service_monitoring_test.go#L28:3: undefined: RequireTagExist
pkg/diagnostics/service_monitoring_test.go#L28:32: undefined: NewTag
pkg/diagnostics/service_monitoring_test.go#L40:3: undefined: RequireTagExist
pkg/diagnostics/service_monitoring_test.go#L40:32: undefined: NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/service_monitoring_test.go#L28:3: undefined: RequireTagExist
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/service_monitoring_test.go#L28:32: undefined: NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/service_monitoring_test.go#L40:3: undefined: RequireTagExist
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/service_monitoring_test.go#L40:32: undefined: NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L33:7: undefined: diag.CleanupRegisteredViews
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L57:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L58:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L59:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L60:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L61:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L62:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L63:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L64:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L65:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L76:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L77:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L78:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L79:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L80:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L81:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L82:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L83:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L95:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L96:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L97:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L98:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L99:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L100:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L112:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L113:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L114:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L115:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L116:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L117:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L118:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L119:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L120:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L132:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L133:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L134:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L135:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L136:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L137:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L138:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L139:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L140:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L153:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L154:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L155:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L156:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L157:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L158:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L159:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L160:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L161:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L173:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L174:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L175:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L176:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L177:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L178:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L179:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L180:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L198:10: undefined: diag.RequireTagExist
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L224:48: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L240:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L241:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L265:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L266:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L267:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L283:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L284:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L285:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L286:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L287:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L288:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L289:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L290:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L293:10: undefined: diag.RequireTagExist
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L296:22: undefined: diag.GetValueForObservationWithTagSet
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L297:47: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L342:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L345:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L346:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L364:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L365:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L368:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L369:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L391:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L392:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L393:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L396:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L397:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L431:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L432:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L435:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L436:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L455:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L456:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L457:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L458:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L459:10: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L463:10: undefined: diag.RequireTagExist
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L466:22: undefined: diag.GetValueForObservationWithTagSet
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L467:47: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L470:28: undefined: diag.GetValueForObservationWithTagSet
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L471:33: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L474:28: undefined: diag.GetValueForObservationWithTagSet
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L475:33: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L511:8: undefined: diag.RequireTagExist
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L511:38: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L512:8: undefined: diag.RequireTagExist
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L512:38: undefined: diag.NewTag
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L513:8: undefined: diag.RequireTagExist
https://github.com/dapr/dapr/blob/master/pkg/diagnostics/resiliency_monitoring_test.go#L513:38: undefined: diag.NewTag
-: # github.com/dapr/dapr/pkg/messaging [github.com/dapr/dapr/pkg/messaging.test]
pkg/messaging/direct_messaging_test.go#L476:39: (new(channels.Channels)).WithEndpointChannels undefined (type *channels.Channels has no field or method WithEndpointChannels)
https://github.com/dapr/dapr/blob/master/pkg/messaging/direct_messaging_test.go#L476:39: (new(channels.Channels)).WithEndpointChannels undefined (type *channels.Channels has no field or method WithEndpointChannels)
https://github.com/dapr/dapr/blob/master/pkg/placement/ha_test.go#L16:2: could not import github.com/dapr/dapr/pkg/security/fake (invalid package name: "")
-: build constraints exclude all Go files in https://github.com/dapr/dapr/blob/master/pkg/runtime/mock
https://github.com/dapr/dapr/blob/master/pkg/runtime/runtime_test.go#L87:9: could not import github.com/dapr/dapr/pkg/runtime/mock (invalid package name: "")
https://github.com/dapr/dapr/blob/master/pkg/runtime/runtime_test.go#L747:23: rt.authz.WithComponentAuthorizers undefined (type *authorizer.Authorizer has no field or method WithComponentAuthorizers)
https://github.com/dapr/dapr/blob/master/pkg/runtime/runtime_test.go#L1005:15: r.channels.WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/runtime_test.go#L1611:19: rt.runnerCloser.WithFatalShutdown undefined (type *concurrency.RunnerCloserManager has no field or method WithFatalShutdown)
https://github.com/dapr/dapr/blob/master/pkg/runtime/runtime_test.go#L1948:14: rt.channels.WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/processor/processor_test.go#L40:9: could not import github.com/dapr/dapr/pkg/runtime/mock (invalid package name: "")
https://github.com/dapr/dapr/blob/master/pkg/runtime/processor/processor_test.go#L42:2: could not import github.com/dapr/dapr/pkg/security/fake (invalid package name: "")
https://github.com/dapr/dapr/blob/master/pkg/runtime/processor/binding/send_test.go#L42:9: could not import github.com/dapr/dapr/pkg/runtime/mock (invalid package name: "")
https://github.com/dapr/dapr/blob/master/pkg/runtime/processor/binding/send_test.go#L124:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/processor/binding/send_test.go#L145:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/processor/binding/send_test.go#L249:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/processor/binding/send_test.go#L290:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/processor/binding/send_test.go#L336:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/processor/binding/send_test.go#L382:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/processor/binding/send_test.go#L415:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/processor/binding/send_test.go#L432:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/processor/binding/send_test.go#L451:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/processor/binding/send_test.go#L475:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/processor/binding/send_test.go#L489:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/processor/binding/send_test.go#L503:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/processor/binding/send_test.go#L536:38: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/processor/binding/init_test.go#L31:2: could not import github.com/dapr/dapr/pkg/security/fake (invalid package name: "")
-: # github.com/dapr/dapr/pkg/runtime/processor/pubsub [github.com/dapr/dapr/pkg/runtime/processor/pubsub.test]
pkg/runtime/processor/pubsub/pubsub_test.go#L111:38: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
pkg/runtime/processor/pubsub/pubsub_test.go#L439:37: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/processor/pubsub/pubsub_test.go#L111:38: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/processor/pubsub/pubsub_test.go#L439:37: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/processor/secret/secret_test.go#L31:2: could not import github.com/dapr/dapr/pkg/runtime/mock (invalid package name: "")
https://github.com/dapr/dapr/blob/master/pkg/runtime/processor/state/state_test.go#L39:2: could not import github.com/dapr/dapr/pkg/runtime/mock (invalid package name: "")
https://github.com/dapr/dapr/blob/master/pkg/runtime/processor/state/state_test.go#L42:2: could not import github.com/dapr/dapr/pkg/security/fake (invalid package name: "")
-: # github.com/dapr/dapr/pkg/runtime/processor/subscriber [github.com/dapr/dapr/pkg/runtime/processor/subscriber.test]
pkg/runtime/processor/subscriber/subscriber_test.go#L124:38: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
pkg/runtime/processor/subscriber/subscriber_test.go#L236:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
pkg/runtime/processor/subscriber/subscriber_test.go#L320:38: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/processor/subscriber/subscriber_test.go#L124:38: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/processor/subscriber/subscriber_test.go#L236:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/processor/subscriber/subscriber_test.go#L320:38: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
-: # github.com/dapr/dapr/pkg/runtime/subscription [github.com/dapr/dapr/pkg/runtime/subscription.test]
pkg/runtime/subscription/bulkresiliency_test.go#L228:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
pkg/runtime/subscription/bulkresiliency_test.go#L303:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
pkg/runtime/subscription/bulkresiliency_test.go#L378:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
pkg/runtime/subscription/bulkresiliency_test.go#L451:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
pkg/runtime/subscription/bulkresiliency_test.go#L527:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
pkg/runtime/subscription/bulkresiliency_test.go#L593:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
pkg/runtime/subscription/bulkresiliency_test.go#L686:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
pkg/runtime/subscription/bulkresiliency_test.go#L778:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
pkg/runtime/subscription/bulkresiliency_test.go#L861:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
pkg/runtime/subscription/bulkresiliency_test.go#L980:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
pkg/runtime/subscription/bulkresiliency_test.go#L980:39: too many errors
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/bulkresiliency_test.go#L228:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/bulkresiliency_test.go#L303:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/bulkresiliency_test.go#L378:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/bulkresiliency_test.go#L451:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/bulkresiliency_test.go#L527:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/bulkresiliency_test.go#L593:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/bulkresiliency_test.go#L686:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/bulkresiliency_test.go#L778:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/bulkresiliency_test.go#L861:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/bulkresiliency_test.go#L980:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/bulkresiliency_test.go#L1058:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/bulkresiliency_test.go#L1232:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/bulksubscription_test.go#L154:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/bulksubscription_test.go#L206:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/bulksubscription_test.go#L260:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/bulksubscription_test.go#L297:15: ps.channels.WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/bulksubscription_test.go#L324:15: ps.channels.WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/bulksubscription_test.go#L350:15: ps.channels.WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/bulksubscription_test.go#L399:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/bulksubscription_test.go#L482:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/bulksubscription_test.go#L548:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/bulksubscription_test.go#L622:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/bulksubscription_test.go#L700:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/bulksubscription_test.go#L1582:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/bulksubscription_test.go#L1633:39: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/publish_test.go#L88:40: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/publish_test.go#L112:40: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/publish_test.go#L128:40: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/publish_test.go#L148:40: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/publish_test.go#L168:40: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/publish_test.go#L188:40: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/publish_test.go#L334:40: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/publish_test.go#L355:40: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/publish_test.go#L398:40: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/publish_test.go#L418:40: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/publish_test.go#L438:40: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/publish_test.go#L461:40: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/publish_test.go#L481:40: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/publish_test.go#L501:40: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/publish_test.go#L521:40: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/publish_test.go#L541:40: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/publish_test.go#L557:40: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/runtime/subscription/publish_test.go#L576:40: new(channels.Channels).WithAppChannel undefined (type *channels.Channels has no field or method WithAppChannel)
https://github.com/dapr/dapr/blob/master/pkg/scheduler/server/authz/authz_test.go#L26:2: could not import github.com/dapr/dapr/pkg/security/fake (invalid package name: "")
-: build constraints exclude all Go files in https://github.com/dapr/dapr/blob/master/pkg/sentry/server/ca/fake
-: build constraints exclude all Go files in https://github.com/dapr/dapr/blob/master/pkg/sentry/server/validator/fake
https://github.com/dapr/dapr/blob/master/pkg/sentry/server/server_test.go#L42:15: could not import github.com/dapr/dapr/pkg/security/fake (invalid package name: "")
https://github.com/dapr/dapr/blob/master/pkg/sentry/server/server_test.go#L44:9: could not import github.com/dapr/dapr/pkg/sentry/server/ca/fake (invalid package name: "")
https://github.com/dapr/dapr/blob/master/pkg/sentry/server/server_test.go#L46:16: could not import github.com/dapr/dapr/pkg/sentry/server/validator/fake (invalid package name: "")
testifylint: 263 errors during loading

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

github-actions[bot] commented 5 days ago

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

https://github.com/seaweedfs/seaweedfs/blob/master/weed/filer/store_test/test_suite.go#L30:3: error-nil: use assert.NoError
https://github.com/seaweedfs/seaweedfs/blob/master/weed/filer/store_test/test_suite.go#L37:3: error-nil: use assert.NoError
https://github.com/seaweedfs/seaweedfs/blob/master/weed/cluster/lock_manager/lock_ring_test.go#L13:2: len: use assert.Len
https://github.com/seaweedfs/seaweedfs/blob/master/weed/cluster/lock_manager/lock_ring_test.go#L22:2: len: use assert.Len
https://github.com/seaweedfs/seaweedfs/blob/master/weed/cluster/lock_manager/lock_ring_test.go#L26:2: len: use assert.Len
https://github.com/seaweedfs/seaweedfs/blob/master/weed/cluster/lock_manager/lock_ring_test.go#L33:2: len: use assert.Len
https://github.com/seaweedfs/seaweedfs/blob/master/weed/cluster/lock_manager/lock_ring_test.go#L35:2: len: use assert.Len
https://github.com/seaweedfs/seaweedfs/blob/master/weed/cluster/lock_manager/lock_ring_test.go#L38:2: len: use assert.Len
https://github.com/seaweedfs/seaweedfs/blob/master/weed/cluster/lock_manager/lock_ring_test.go#L40:2: len: use assert.Len
https://github.com/seaweedfs/seaweedfs/blob/master/weed/cluster/lock_manager/lock_ring_test.go#L42:2: len: use assert.Len
https://github.com/seaweedfs/seaweedfs/blob/master/weed/filer/filer_conf_test.go#L46:2: bool-compare: use assert.True
https://github.com/seaweedfs/seaweedfs/blob/master/weed/filer/filer_conf_test.go#L47:2: bool-compare: use assert.False
https://github.com/seaweedfs/seaweedfs/blob/master/weed/filer/remote_storage_test.go#L24:2: bool-compare: use assert.True
https://github.com/seaweedfs/seaweedfs/blob/master/weed/filer/remote_storage_test.go#L27:2: bool-compare: use assert.False
https://github.com/seaweedfs/seaweedfs/blob/master/weed/filer/remote_storage_test.go#L30:2: bool-compare: use assert.False
https://github.com/seaweedfs/seaweedfs/blob/master/weed/filer/remote_storage_test.go#L33:2: bool-compare: use assert.False
https://github.com/seaweedfs/seaweedfs/blob/master/weed/filer/s3iam_conf_test.go#L49:2: error-nil: use assert.NoError
https://github.com/seaweedfs/seaweedfs/blob/master/weed/filer/s3iam_conf_test.go#L52:2: error-nil: use assert.NoError
https://github.com/seaweedfs/seaweedfs/blob/master/weed/iamapi/iamapi_test.go#L57:2: error-nil: use assert.NoError
https://github.com/seaweedfs/seaweedfs/blob/master/weed/iamapi/iamapi_test.go#L68:2: error-nil: use assert.NoError
https://github.com/seaweedfs/seaweedfs/blob/master/weed/iamapi/iamapi_test.go#L79:2: error-nil: use assert.NoError
https://github.com/seaweedfs/seaweedfs/blob/master/weed/iamapi/iamapi_test.go#L90:2: error-nil: use assert.NoError
https://github.com/seaweedfs/seaweedfs/blob/master/weed/iamapi/iamapi_test.go#L120:2: error-nil: use assert.NoError
https://github.com/seaweedfs/seaweedfs/blob/master/weed/iamapi/iamapi_test.go#L151:2: error-nil: use assert.NoError
https://github.com/seaweedfs/seaweedfs/blob/master/weed/iamapi/iamapi_test.go#L162:2: error-nil: use assert.NoError
https://github.com/seaweedfs/seaweedfs/blob/master/weed/iamapi/iamapi_test.go#L174:2: error-nil: use assert.NoError
https://github.com/seaweedfs/seaweedfs/blob/master/weed/iamapi/iamapi_test.go#L185:2: error-nil: use assert.NoError
https://github.com/seaweedfs/seaweedfs/blob/master/weed/mq/schema/to_parquet_levels_test.go#L98:4: error-nil: use assert.NoError
https://github.com/seaweedfs/seaweedfs/blob/master/weed/operation/needle_parse_test.go#L50:4: error-nil: use assert.NoError
https://github.com/seaweedfs/seaweedfs/blob/master/weed/operation/needle_parse_test.go#L52:4: bool-compare: use assert.True
https://github.com/seaweedfs/seaweedfs/blob/master/weed/operation/needle_parse_test.go#L53:4: bool-compare: use assert.True
https://github.com/seaweedfs/seaweedfs/blob/master/weed/operation/needle_parse_test.go#L77:4: error-nil: use assert.NoError
https://github.com/seaweedfs/seaweedfs/blob/master/weed/operation/needle_parse_test.go#L79:4: bool-compare: use assert.True
https://github.com/seaweedfs/seaweedfs/blob/master/weed/operation/needle_parse_test.go#L80:4: bool-compare: use assert.True
https://github.com/seaweedfs/seaweedfs/blob/master/weed/s3api/auth_credentials_test.go#L82:2: bool-compare: use assert.True
https://github.com/seaweedfs/seaweedfs/blob/master/weed/s3api/auth_credentials_test.go#L83:2: bool-compare: use assert.False
https://github.com/seaweedfs/seaweedfs/blob/master/weed/s3api/auth_credentials_test.go#L84:2: bool-compare: use assert.False
https://github.com/seaweedfs/seaweedfs/blob/master/weed/s3api/auth_credentials_test.go#L95:2: bool-compare: use assert.True
https://github.com/seaweedfs/seaweedfs/blob/master/weed/s3api/auth_credentials_test.go#L96:2: bool-compare: use assert.True
https://github.com/seaweedfs/seaweedfs/blob/master/weed/s3api/auth_credentials_test.go#L97:2: bool-compare: use assert.True
https://github.com/seaweedfs/seaweedfs/blob/master/weed/s3api/auth_credentials_test.go#L98:2: bool-compare: use assert.False
https://github.com/seaweedfs/seaweedfs/blob/master/weed/s3api/auth_credentials_test.go#L99:2: bool-compare: use assert.False
https://github.com/seaweedfs/seaweedfs/blob/master/weed/s3api/auth_credentials_test.go#L109:2: bool-compare: use assert.True
https://github.com/seaweedfs/seaweedfs/blob/master/weed/s3api/auth_credentials_test.go#L110:2: bool-compare: use assert.True
https://github.com/seaweedfs/seaweedfs/blob/master/weed/s3api/auth_credentials_test.go#L111:2: bool-compare: use assert.False
https://github.com/seaweedfs/seaweedfs/blob/master/weed/s3api/auth_credentials_test.go#L112:2: bool-compare: use assert.False
https://github.com/seaweedfs/seaweedfs/blob/master/weed/s3api/auth_credentials_test.go#L122:2: bool-compare: use assert.True
https://github.com/seaweedfs/seaweedfs/blob/master/weed/s3api/auth_credentials_test.go#L123:2: bool-compare: use assert.True
https://github.com/seaweedfs/seaweedfs/blob/master/weed/s3api/auth_credentials_test.go#L124:2: bool-compare: use assert.False
https://github.com/seaweedfs/seaweedfs/blob/master/weed/s3api/auth_credentials_test.go#L133:2: bool-compare: use assert.True
https://github.com/seaweedfs/seaweedfs/blob/master/weed/s3api/auth_credentials_test.go#L134:2: bool-compare: use assert.True
https://github.com/seaweedfs/seaweedfs/blob/master/weed/s3api/auth_credentials_test.go#L135:2: bool-compare: use assert.True
https://github.com/seaweedfs/seaweedfs/blob/master/weed/s3api/auth_credentials_test.go#L136:2: bool-compare: use assert.True
https://github.com/seaweedfs/seaweedfs/blob/master/weed/s3api/auth_credentials_test.go#L145:2: bool-compare: use assert.True
https://github.com/seaweedfs/seaweedfs/blob/master/weed/s3api/auth_credentials_test.go#L154:2: bool-compare: use assert.True
https://github.com/seaweedfs/seaweedfs/blob/master/weed/s3api/tags_test.go#L27:2: len: use assert.Len
https://github.com/seaweedfs/seaweedfs/blob/master/weed/s3api/tags_test.go#L28:2: expected-actual: need to reverse actual and expected values
https://github.com/seaweedfs/seaweedfs/blob/master/weed/s3api/tags_test.go#L29:2: expected-actual: need to reverse actual and expected values
https://github.com/seaweedfs/seaweedfs/blob/master/weed/s3api/s3bucket/s3api_bucket_test.go#L21:3: error-nil: use assert.Error
https://github.com/seaweedfs/seaweedfs/blob/master/weed/s3api/s3bucket/s3api_bucket_test.go#L35:3: error-nil: use assert.NoError
https://github.com/seaweedfs/seaweedfs/blob/master/weed/sequence/snowflake_sequencer_test.go#L12:2: error-nil: use assert.NoError
https://github.com/seaweedfs/seaweedfs/blob/master/weed/shell/command_volume_balance_test.go#L271:2: len: use assert.Len
https://github.com/seaweedfs/seaweedfs/blob/master/weed/shell/command_volume_list_test.go#L20:2: len: use assert.Len
https://github.com/seaweedfs/seaweedfs/blob/master/weed/shell/command_volume_list_test.go#L25:2: len: use assert.Len
https://github.com/seaweedfs/seaweedfs/blob/master/weed/shell/command_volume_list_test.go#L27:2: len: use assert.Len
https://github.com/seaweedfs/seaweedfs/blob/master/weed/shell/command_volume_list_test.go#L28:2: len: use assert.Len
https://github.com/seaweedfs/seaweedfs/blob/master/weed/storage/volume_write_test.go#L132:2: require-error: for error assertions use require
https://github.com/seaweedfs/seaweedfs/blob/master/weed/storage/erasure_coding/ec_volume_test.go#L37:3: error-nil: use assert.NoError
https://github.com/seaweedfs/seaweedfs/blob/master/weed/storage/erasure_coding/ec_volume_test.go#L43:2: error-nil: use assert.NoError

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

github-actions[bot] commented 5 days ago

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

https://github.com/dgraph-io/dgraph/blob/main/testutil/client.go#L453:3: negative-positive: use require.Positive
https://github.com/dgraph-io/dgraph/blob/main/testutil/client.go#L461:3: compares: use require.NotEqual
https://github.com/dgraph-io/dgraph/blob/main/graphql/test/test.go#L118:2: error-nil: use require.NoError
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/admin.go#L520:2: compares: use require.Equal
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/error.go#L85:4: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/error.go#L96:4: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/error.go#L175:4: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/error.go#L234:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/error.go#L249:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/mutation.go#L114:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/mutation.go#L217:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/mutation.go#L495:3: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/mutation.go#L1314:3: empty: use require.NotEmpty
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/mutation.go#L1397:4: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/mutation.go#L1399:5: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/mutation.go#L3045:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/mutation.go#L3122:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/mutation.go#L3204:3: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/mutation.go#L3238:3: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/mutation.go#L3282:3: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/mutation.go#L3283:3: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/mutation.go#L3284:3: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/mutation.go#L3285:3: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/mutation.go#L3876:2: negative-positive: use require.Positive
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/mutation.go#L5279:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/query.go#L95:2: negative-positive: use require.Positive
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/query.go#L378:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/query.go#L559:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/query.go#L606:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/query.go#L627:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/query.go#L648:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/query.go#L670:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/query.go#L705:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/query.go#L739:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/query.go#L775:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/query.go#L1915:2: empty: use require.Empty
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/query.go#L2095:2: negative-positive: use require.Positive
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/query.go#L2150:2: negative-positive: use require.Positive
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/lambda.go#L393:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/lambda.go#L396:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/lambda.go#L397:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/lambda.go#L401:4: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/lambda.go#L393:4: go-require: do not use require in http handlers
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/lambda.go#L396:4: go-require: do not use require in http handlers
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/lambda.go#L397:4: go-require: do not use require in http handlers
https://github.com/dgraph-io/dgraph/blob/main/graphql/e2e/common/lambda.go#L401:4: go-require: do not use require in http handlers
https://github.com/dgraph-io/dgraph/blob/main/testutil/testaudit/audit.go#L18:2: error-nil: use require.NoError
https://github.com/dgraph-io/dgraph/blob/main/testutil/testaudit/audit.go#L20:2: error-nil: use require.NoError
https://github.com/dgraph-io/dgraph/blob/main/algo/heap_test.go#L37:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/algo/heap_test.go#L38:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/algo/heap_test.go#L43:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/algo/heap_test.go#L48:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/algo/heap_test.go#L51:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/algo/heap_test.go#L54:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/algo/heap_test.go#L57:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/algo/heap_test.go#L59:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/algo/uidlist_test.go#L40:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/algo/uidlist_test.go#L48:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/algo/uidlist_test.go#L57:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/algo/uidlist_test.go#L65:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/algo/uidlist_test.go#L82:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/algo/uidlist_test.go#L93:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/algo/uidlist_test.go#L105:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/algo/uidlist_test.go#L113:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/algo/uidlist_test.go#L128:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/algo/uidlist_test.go#L140:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/chunker/chunk_test.go#L109:4: compares: use require.NotEqual
https://github.com/dgraph-io/dgraph/blob/main/chunker/chunk_test.go#L316:2: bool-compare: use require.True
https://github.com/dgraph-io/dgraph/blob/main/codec/codec_test.go#L55:2: empty: use require.Empty
https://github.com/dgraph-io/dgraph/blob/main/dgraph/cmd/root_test.go#L47:2: bool-compare: use require.True
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L58:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L59:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L276:2: bool-compare: use require.True
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L773:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L802:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L810:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L840:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L910:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L938:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L961:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L987:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1082:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1104:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1246:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1251:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1253:2: bool-compare: use require.True
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1255:2: bool-compare: use require.False
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1274:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1301:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1325:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1348:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1352:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1382:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1400:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1401:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1404:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1405:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1423:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1424:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1427:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1428:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1446:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1447:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1448:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1477:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1508:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1580:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1581:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1582:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1597:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1598:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1599:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1661:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1662:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1663:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1686:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1687:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1706:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1724:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1725:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1726:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1743:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1744:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1745:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1746:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1776:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1788:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1789:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1790:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1791:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1803:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1804:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1805:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1806:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1807:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1808:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1820:2: empty: use require.Empty
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1821:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1822:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1823:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1836:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1837:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1838:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1839:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1884:2: empty: use require.Empty
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1885:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1886:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1887:2: empty: use require.Empty
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1897:2: empty: use require.Empty
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1898:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1899:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1900:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1901:2: empty: use require.Empty
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1911:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1912:2: empty: use require.Empty
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1913:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1914:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1915:2: empty: use require.Empty
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1925:2: empty: use require.Empty
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1926:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1927:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1928:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L1929:2: empty: use require.Empty
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L2093:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L2119:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L2142:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L2143:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L2279:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L2280:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L2281:2: bool-compare: use require.True
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L2302:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L2303:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L2304:2: bool-compare: use require.True
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L2305:2: bool-compare: use require.False
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L2565:2: bool-compare: use require.False
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L2566:2: bool-compare: use require.False
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L2741:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L2742:2: bool-compare: use require.True
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L2744:2: bool-compare: use require.True
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L2746:2: bool-compare: use require.True
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L2776:2: bool-compare: use require.True
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L2777:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L2890:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L2909:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L2949:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L2967:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L3247:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L3271:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L3295:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L3316:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L3335:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L3354:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L3488:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L3580:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L3603:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L3608:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L3651:2: bool-compare: use require.True
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L3654:2: bool-compare: use require.False
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L3675:2: bool-compare: use require.True
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L3678:2: bool-compare: use require.False
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L3679:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L3697:2: bool-compare: use require.True
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L3702:2: bool-compare: use require.False
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L3703:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L3730:2: bool-compare: use require.True
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L3733:2: bool-compare: use require.False
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L3734:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L3757:2: bool-compare: use require.True
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L3760:2: bool-compare: use require.False
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L3761:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L3780:2: bool-compare: use require.False
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L3781:2: empty: use require.Empty
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L4001:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L4019:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L4038:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L4055:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L4072:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L4250:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L4264:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L4362:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L4363:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L4473:2: bool-compare: use require.True
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L4559:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L4561:2: bool-compare: use require.True
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L4563:2: bool-compare: use require.False
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L4579:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L4581:2: bool-compare: use require.False
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L4583:2: bool-compare: use require.True
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L4627:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L4727:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L4734:2: empty: use require.Empty
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L4924:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L4925:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L4926:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L4927:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L4951:3: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L4953:3: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L4987:3: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L4989:3: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L5110:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L5112:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L5130:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L5132:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L5166:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L5168:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L5193:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L5195:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L5198:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L5213:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L5215:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L5219:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L5222:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L5238:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L5239:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L5242:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L5277:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L5286:2: bool-compare: use require.True
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L5295:2: bool-compare: use require.True
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L5296:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L5306:2: bool-compare: use require.True
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L5307:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L5356:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L5357:2: bool-compare: use require.True
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L5390:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L5391:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L5393:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L5425:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L5473:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L5486:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L5499:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L5514:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/parser_test.go#L5515:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/state_test.go#L46:3: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/state_test.go#L74:3: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/state_test.go#L104:3: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/state_test.go#L164:3: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/state_test.go#L183:3: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/state_test.go#L202:3: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/state_test.go#L221:3: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/state_test.go#L241:3: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/state_test.go#L261:3: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/state_test.go#L282:3: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/dql/upsert_test.go#L500:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/dql/upsert_test.go#L532:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/auth_test.go#L221:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/auth_test.go#L222:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/auth_test.go#L223:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/auth_test.go#L224:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/auth_test.go#L267:2: error-is-as: invalid usage of require.Error, use require.ErrorIs instead
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/auth_test.go#L276:2: error-is-as: invalid usage of require.Error, use require.ErrorIs instead
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/auth_test.go#L291:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/auth_test.go#L292:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/auth_test.go#L293:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/auth_test.go#L294:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/auth_test.go#L295:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/auth_test.go#L296:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/auth_test.go#L325:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/auth_test.go#L326:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/auth_test.go#L327:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/auth_test.go#L328:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/auth_test.go#L329:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/auth_test.go#L330:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/auth_test.go#L382:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/auth_test.go#L383:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/auth_test.go#L384:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/auth_test.go#L450:5: error-nil: use require.Error
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/auth_test.go#L671:5: error-nil: use require.Error
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/auth_test.go#L793:3: error-nil: use require.Error
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L50:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L55:2: negative-positive: use require.Positive
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L59:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L60:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L61:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L62:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L63:2: negative-positive: use require.Positive
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L64:2: negative-positive: use require.Positive
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L67:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L68:2: negative-positive: use require.Positive
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L69:2: negative-positive: use require.Positive
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L101:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L106:2: negative-positive: use require.Positive
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L112:3: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L113:3: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L115:3: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L116:3: negative-positive: use require.Positive
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L117:3: negative-positive: use require.Positive
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L119:3: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L120:3: negative-positive: use require.Positive
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L121:3: negative-positive: use require.Positive
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L151:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L156:2: negative-positive: use require.Positive
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L160:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L161:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L162:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L163:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L164:2: negative-positive: use require.Positive
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L165:2: negative-positive: use require.Positive
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L171:3: negative-positive: use require.Positive
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L172:3: negative-positive: use require.Positive
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L207:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L212:2: negative-positive: use require.Positive
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L218:3: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L219:3: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L221:3: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L222:3: negative-positive: use require.Positive
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L223:3: negative-positive: use require.Positive
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L229:4: negative-positive: use require.Positive
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/extensions_test.go#L230:4: negative-positive: use require.Positive
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/mutation_test.go#L106:4: error-nil: use require.Error
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/mutation_test.go#L201:5: error-nil: use require.Error
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/mutation_test.go#L216:5: error-nil: use require.Error
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/mutation_test.go#L271:5: error-nil: use require.Error
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/mutation_test.go#L285:5: error-nil: use require.Error
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/mutation_test.go#L302:5: error-nil: use require.Error
https://github.com/dgraph-io/dgraph/blob/main/graphql/resolve/mutation_test.go#L308:4: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/graphql/schema/errors_test.go#L123:2: error-nil: use require.NoError
https://github.com/dgraph-io/dgraph/blob/main/posting/index_test.go#L370:2: empty: use require.Empty
https://github.com/dgraph-io/dgraph/blob/main/posting/index_test.go#L371:2: empty: use require.Empty
https://github.com/dgraph-io/dgraph/blob/main/posting/list_test.go#L140:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/posting/list_test.go#L149:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/posting/list_test.go#L154:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/posting/list_test.go#L520:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/posting/list_test.go#L546:3: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/posting/list_test.go#L959:2: empty: use require.Empty
https://github.com/dgraph-io/dgraph/blob/main/posting/list_test.go#L960:2: negative-positive: use require.Positive
https://github.com/dgraph-io/dgraph/blob/main/posting/list_test.go#L992:2: negative-positive: use require.Positive
https://github.com/dgraph-io/dgraph/blob/main/posting/list_test.go#L1013:2: empty: use require.Empty
https://github.com/dgraph-io/dgraph/blob/main/posting/list_test.go#L1059:2: empty: use require.Empty
https://github.com/dgraph-io/dgraph/blob/main/posting/list_test.go#L1061:2: negative-positive: use require.Positive
https://github.com/dgraph-io/dgraph/blob/main/posting/list_test.go#L1115:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/posting/list_test.go#L1151:3: empty: use require.Empty
https://github.com/dgraph-io/dgraph/blob/main/posting/list_test.go#L1152:3: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/posting/list_test.go#L1156:3: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/posting/list_test.go#L1157:3: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/posting/list_test.go#L1200:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/posting/list_test.go#L1219:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/posting/list_test.go#L1271:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/posting/list_test.go#L1293:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/posting/list_test.go#L1335:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/posting/list_test.go#L1371:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/posting/list_test.go#L1406:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/posting/list_test.go#L1425:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/posting/list_test.go#L1437:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/posting/list_test.go#L1441:2: empty: use require.Empty
https://github.com/dgraph-io/dgraph/blob/main/posting/list_test.go#L1477:2: compares: use require.Greater
https://github.com/dgraph-io/dgraph/blob/main/posting/list_test.go#L1488:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/posting/mvcc_test.go#L92:2: empty: use require.Empty
https://github.com/dgraph-io/dgraph/blob/main/posting/mvcc_test.go#L97:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/posting/mvcc_test.go#L113:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/posting/mvcc_test.go#L129:2: empty: use require.Empty
https://github.com/dgraph-io/dgraph/blob/main/posting/mvcc_test.go#L147:3: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/posting/mvcc_test.go#L49:3: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/dgraph/blob/main/query/outputnode_test.go#L58:5: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/dgraph/blob/main/raftwal/encryption_test.go#L41:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/raftwal/encryption_test.go#L50:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/raftwal/encryption_test.go#L96:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/raftwal/encryption_test.go#L140:3: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/raftwal/storage_test.go#L328:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/raftwal/storage_test.go#L479:4: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/raftwal/storage_test.go#L503:3: error-is-as: invalid usage of require.Error, use require.ErrorIs instead
https://github.com/dgraph-io/dgraph/blob/main/raftwal/storage_test.go#L528:3: empty: use require.Empty
https://github.com/dgraph-io/dgraph/blob/main/raftwal/storage_test.go#L532:3: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/raftwal/storage_test.go#L540:3: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/raftwal/storage_test.go#L548:3: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/raftwal/storage_test.go#L561:3: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/schema/parse_test.go#L301:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/schema/parse_test.go#L358:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/schema/parse_test.go#L372:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/schema/parse_test.go#L402:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/schema/parse_test.go#L415:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/schema/parse_test.go#L430:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/schema/parse_test.go#L450:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/schema/parse_test.go#L455:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/schema/parse_test.go#L477:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/schema/parse_test.go#L518:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/schema/parse_test.go#L544:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/schema/parse_test.go#L640:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/schema/parse_test.go#L662:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/tok/tok_test.go#L59:3: compares: use require.Less
https://github.com/dgraph-io/dgraph/blob/main/tok/tok_test.go#L71:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/tok/tok_test.go#L86:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/tok/tok_test.go#L87:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/tok/tok_test.go#L100:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/tok/tok_test.go#L101:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/tok/tok_test.go#L114:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/tok/tok_test.go#L115:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/tok/tok_test.go#L128:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/tok/tok_test.go#L129:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/tok/tok_test.go#L139:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/tok/tok_test.go#L152:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/tok/tok_test.go#L175:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/tok/tok_test.go#L212:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/tok/tok_test.go#L219:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/tok/options/options_test.go#L29:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/dgraph-io/dgraph/blob/main/tok/options/options_test.go#L31:2: error-nil: use require.Error
https://github.com/dgraph-io/dgraph/blob/main/tok/options/options_test.go#L33:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/tok/options/options_test.go#L35:2: error-nil: use require.NoError
https://github.com/dgraph-io/dgraph/blob/main/tok/options/options_test.go#L37:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/tok/options/options_test.go#L39:2: error-nil: use require.NoError
https://github.com/dgraph-io/dgraph/blob/main/types/conversion_test.go#L398:3: compares: use require.Equal
https://github.com/dgraph-io/dgraph/blob/main/types/geofilter_test.go#L101:3: empty: use require.NotEmpty
https://github.com/dgraph-io/dgraph/blob/main/types/geofilter_test.go#L134:3: empty: use require.Empty
https://github.com/dgraph-io/dgraph/blob/main/types/geofilter_test.go#L146:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/types/geofilter_test.go#L148:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/types/geofilter_test.go#L149:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/types/s2index_test.go#L84:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/types/s2index_test.go#L85:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/types/s2index_test.go#L102:2: compares: use require.Greater
https://github.com/dgraph-io/dgraph/blob/main/types/scalar_types_test.go#L158:3: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/types/sort_test.go#L95:4: bool-compare: use require.True
https://github.com/dgraph-io/dgraph/blob/main/types/sort_test.go#L288:2: compares: use require.Less
https://github.com/dgraph-io/dgraph/blob/main/types/sort_test.go#L289:2: compares: use require.Less
https://github.com/dgraph-io/dgraph/blob/main/types/sort_test.go#L294:2: compares: use require.Less
https://github.com/dgraph-io/dgraph/blob/main/types/sort_test.go#L295:2: compares: use require.Less
https://github.com/dgraph-io/dgraph/blob/main/types/value_test.go#L80:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/dgraph-io/dgraph/blob/main/worker/proposal_test.go#L117:2: compares: use require.Equal
https://github.com/dgraph-io/dgraph/blob/main/x/file_test.go#L69:2: empty: use require.Empty
https://github.com/dgraph-io/dgraph/blob/main/x/file_test.go#L72:2: empty: use require.Empty
https://github.com/dgraph-io/dgraph/blob/main/x/file_test.go#L90:2: error-nil: use require.NoError
https://github.com/dgraph-io/dgraph/blob/main/x/file_test.go#L93:2: error-nil: use require.Error
https://github.com/dgraph-io/dgraph/blob/main/x/file_test.go#L96:2: error-nil: use require.NoError
https://github.com/dgraph-io/dgraph/blob/main/x/file_test.go#L99:2: error-nil: use require.Error
https://github.com/dgraph-io/dgraph/blob/main/x/keys_test.go#L89:3: bool-compare: use require.True
https://github.com/dgraph-io/dgraph/blob/main/x/keys_test.go#L126:3: bool-compare: use require.True
https://github.com/dgraph-io/dgraph/blob/main/x/keys_test.go#L161:3: bool-compare: use require.True
https://github.com/dgraph-io/dgraph/blob/main/x/keys_test.go#L196:3: bool-compare: use require.True
https://github.com/dgraph-io/dgraph/blob/main/x/log_writer_test.go#L109:3: error-nil: use require.NoError
https://github.com/dgraph-io/dgraph/blob/main/x/log_writer_test.go#L139:5: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/x/log_writer_test.go#L168:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/x/values_test.go#L26:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/x/values_test.go#L27:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/x/values_test.go#L28:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/x/values_test.go#L29:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/x/values_test.go#L30:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/x/values_test.go#L31:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/x/values_test.go#L32:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/x/values_test.go#L33:2: expected-actual: need to reverse actual and expected values
https://github.com/dgraph-io/dgraph/blob/main/x/log_writer_test.go#L138:5: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/dgraph/blob/main/x/log_writer_test.go#L139:5: go-require: require must only be used in the goroutine running the test function
https://github.com/dgraph-io/dgraph/blob/main/xidmap/trie_test.go#L67:2: len: use require.Len
https://github.com/dgraph-io/dgraph/blob/main/xidmap/trie_test.go#L68:2: len: use require.Len

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

github-actions[bot] commented 5 days ago

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

-: # github.com/k3s-io/k3s/cmd/k3s
cmd/k3s/main.go#L213:16: undefined: data.AssetNames
cmd/k3s/main.go#L254:23: undefined: data.Asset
https://github.com/k3s-io/k3s/blob/master/cmd/k3s/main.go#L213:16: undefined: data.AssetNames
https://github.com/k3s-io/k3s/blob/master/cmd/k3s/main.go#L254:23: undefined: data.Asset
-: # github.com/k3s-io/k3s/cmd/k3s [github.com/k3s-io/k3s/cmd/k3s.test]
cmd/k3s/main.go#L213:16: undefined: data.AssetNames
cmd/k3s/main.go#L254:23: undefined: data.Asset
https://github.com/k3s-io/k3s/blob/master/cmd/k3s/main.go#L213:16: undefined: data.AssetNames
https://github.com/k3s-io/k3s/blob/master/cmd/k3s/main.go#L254:23: undefined: data.Asset
testifylint: 6 errors during loading

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

github-actions[bot] commented 5 days ago

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

-: # github.com/google/gopacket/pcap
../../../../go/pkg/mod/github.com/google/gopacket@v1.1.20-0.20210429153827-3eaba0894325/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.20-0.20210429153827-3eaba0894325/pcap/pcap_unix.go#L167:8: could not import C (no metadata for C)
testifylint: 2 errors during loading

Report issue: https://github.com/buger/goreplay/issues

github-actions[bot] commented 5 days ago

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

https://github.com/juanfont/headscale/blob/main/hscontrol/policy/acls_test.go#L3543:2: require-error: for error assertions use require
https://github.com/juanfont/headscale/blob/main/hscontrol/policy/acls_test.go#L3723:2: require-error: for error assertions use require
https://github.com/juanfont/headscale/blob/main/hscontrol/policy/acls_test.go#L3436:4: require-error: for error assertions use require
https://github.com/juanfont/headscale/blob/main/hscontrol/policy/acls_test.go#L3653:2: require-error: for error assertions use require
https://github.com/juanfont/headscale/blob/main/hscontrol/policy/acls_test.go#L3594:2: require-error: for error assertions use require
https://github.com/juanfont/headscale/blob/main/hscontrol/util/string_test.go#L12:3: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/acl_test.go#L291:5: len: use assert.Len
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L214:3: expected-actual: need to reverse actual and expected values
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L480:2: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L521:3: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L540:2: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L596:3: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L612:2: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L638:2: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L651:2: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L679:2: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L697:3: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L715:3: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L734:2: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L755:2: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L770:2: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L781:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L820:2: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L831:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L883:2: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L894:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L930:2: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L948:3: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L966:3: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L986:2: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L1007:2: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L1025:3: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L1043:3: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L1063:2: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L1089:2: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L1121:2: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L1138:2: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L1187:3: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L1205:3: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L1224:2: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L1244:3: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L1259:2: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L1297:2: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L1352:2: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L1373:3: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L1390:2: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L1411:2: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L1426:2: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L1474:2: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L1492:2: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L1496:2: expected-actual: need to reverse actual and expected values
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L1515:2: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L1517:2: expected-actual: need to reverse actual and expected values
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L1531:2: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L1537:2: expected-actual: need to reverse actual and expected values
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L1552:2: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L1559:2: expected-actual: need to reverse actual and expected values
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L1576:2: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L1578:2: expected-actual: need to reverse actual and expected values
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L1595:2: error-nil: use assert.NoError
https://github.com/juanfont/headscale/blob/main/integration/cli_test.go#L1597:2: expected-actual: need to reverse actual and expected values
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L91:3: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L92:3: bool-compare: use assert.False
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L93:3: bool-compare: use assert.False
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L138:3: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L139:3: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L140:3: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L211:3: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L214:4: bool-compare: use assert.False
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L219:4: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L221:4: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L222:4: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L341:3: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L342:3: bool-compare: use assert.False
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L343:3: bool-compare: use assert.False
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L390:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L391:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L392:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L395:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L396:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L397:2: bool-compare: use assert.False
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L445:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L446:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L447:2: bool-compare: use assert.False
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L450:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L451:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L452:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L500:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L501:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L502:2: bool-compare: use assert.False
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L507:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L508:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L509:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L559:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L560:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L561:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L564:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L565:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L566:2: bool-compare: use assert.False
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L613:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L614:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L615:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L618:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L619:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L620:2: bool-compare: use assert.False
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L676:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L677:2: bool-compare: use assert.False
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L678:2: bool-compare: use assert.False
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L681:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L682:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L683:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L734:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L735:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L736:2: bool-compare: use assert.False
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L739:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L740:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L741:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L794:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L795:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L796:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L892:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L893:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L894:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L923:2: bool-compare: use assert.False
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L924:2: bool-compare: use assert.False
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L925:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L954:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L955:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L956:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L1073:3: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L1074:3: bool-compare: use assert.False
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L1075:3: bool-compare: use assert.False
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L1122:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L1123:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/route_test.go#L1124:2: bool-compare: use assert.True
https://github.com/juanfont/headscale/blob/main/integration/acl_test.go#L781:4: require-error: for error assertions use require
https://github.com/juanfont/headscale/blob/main/integration/acl_test.go#L785:4: require-error: for error assertions use require
https://github.com/juanfont/headscale/blob/main/integration/acl_test.go#L789:4: require-error: for error assertions use require
https://github.com/juanfont/headscale/blob/main/integration/acl_test.go#L794:4: require-error: for error assertions use require
https://github.com/juanfont/headscale/blob/main/integration/acl_test.go#L798:4: require-error: for error assertions use require
https://github.com/juanfont/headscale/blob/main/integration/acl_test.go#L802:4: require-error: for error assertions use require
https://github.com/juanfont/headscale/blob/main/integration/acl_test.go#L841:4: require-error: for error assertions use require
https://github.com/juanfont/headscale/blob/main/integration/acl_test.go#L845:4: require-error: for error assertions use require
https://github.com/juanfont/headscale/blob/main/integration/acl_test.go#L1003:4: require-error: for error assertions use require
https://github.com/juanfont/headscale/blob/main/integration/acl_test.go#L1007:4: require-error: for error assertions use require

Report issue: https://github.com/juanfont/headscale/issues

github-actions[bot] commented 5 days ago

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

https://github.com/jaegertracing/jaeger/blob/main/cmd/agent/app/testutils/mock_grpc_collector.go#L47:3: go-require: require must only be used in the goroutine running the test function
https://github.com/jaegertracing/jaeger/blob/main/cmd/agent/app/configmanager/grpc/manager_test.go#L81:3: go-require: require must only be used in the goroutine running the test function
https://github.com/jaegertracing/jaeger/blob/main/cmd/agent/app/reporter/grpc/collector_proxy_test.go#L84:3: go-require: require must only be used in the goroutine running the test function
https://github.com/jaegertracing/jaeger/blob/main/cmd/agent/app/servers/thriftudp/transport_test.go#L110:3: go-require: require must only be used in the goroutine running the test function
https://github.com/jaegertracing/jaeger/blob/main/cmd/all-in-one/all_in_one_test.go#L171:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/cmd/anonymizer/app/query/query_test.go#L75:3: go-require: require must only be used in the goroutine running the test function
https://github.com/jaegertracing/jaeger/blob/main/cmd/collector/app/span_processor_test.go#L477:5: negative-positive: use assert.Positive
https://github.com/jaegertracing/jaeger/blob/main/cmd/collector/app/handler/grpc_handler_test.go#L105:3: go-require: require must only be used in the goroutine running the test function
https://github.com/jaegertracing/jaeger/blob/main/cmd/ingester/app/consumer/deadlock_detector_test.go#L48:2: empty: use assert.Empty
https://github.com/jaegertracing/jaeger/blob/main/cmd/ingester/app/consumer/deadlock_detector_test.go#L163:2: empty: use assert.Empty
https://github.com/jaegertracing/jaeger/blob/main/cmd/query/app/handler_deps_test.go#L330:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/cmd/query/app/http_handler_test.go#L875:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/cmd/query/app/query_parser_test.go#L177:5: formatter: remove unnecessary fmt.Sprintf
https://github.com/jaegertracing/jaeger/blob/main/cmd/query/app/server_test.go#L693:2: negative-positive: use assert.Positive
https://github.com/jaegertracing/jaeger/blob/main/cmd/query/app/grpc_handler_test.go#L170:3: go-require: require must only be used in the goroutine running the test function
https://github.com/jaegertracing/jaeger/blob/main/cmd/query/app/apiv3/grpc_handler_test.go#L52:3: go-require: require must only be used in the goroutine running the test function
https://github.com/jaegertracing/jaeger/blob/main/crossdock/services/agent_test.go#L62:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/crossdock/services/agent_test.go#L103:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/crossdock/services/tracehandler_test.go#L279:2: negative-positive: use assert.Positive
https://github.com/jaegertracing/jaeger/blob/main/internal/grpctest/reflection_test.go#L38:3: go-require: require must only be used in the goroutine running the test function
https://github.com/jaegertracing/jaeger/blob/main/internal/metrics/prometheus/factory_test.go#L50:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/internal/metrics/prometheus/factory_test.go#L89:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/internal/metrics/prometheus/factory_test.go#L92:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/internal/metrics/prometheus/factory_test.go#L146:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/internal/metrics/prometheus/factory_test.go#L149:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/internal/metrics/prometheus/factory_test.go#L204:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/internal/metrics/prometheus/factory_test.go#L218:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/internal/metrics/prometheus/factory_test.go#L263:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/internal/metrics/prometheus/factory_test.go#L284:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/internal/metrics/prometheus/factory_test.go#L325:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/internal/metrics/prometheus/factory_test.go#L339:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/internal/metrics/prometheus/factory_test.go#L384:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/internal/metrics/prometheus/factory_test.go#L405:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/model/keyvalue_test.go#L35:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/model/keyvalue_test.go#L57:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/model/span_test.go#L508:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/pkg/es/client/index_client_test.go#L399:5: go-require: do not use require in http handlers
https://github.com/jaegertracing/jaeger/blob/main/pkg/es/client/index_client_test.go#L459:5: go-require: do not use require in http handlers
https://github.com/jaegertracing/jaeger/blob/main/pkg/es/client/index_client_test.go#L522:5: go-require: do not use require in http handlers
https://github.com/jaegertracing/jaeger/blob/main/pkg/es/client/index_client_test.go#L576:5: go-require: do not use require in http handlers
https://github.com/jaegertracing/jaeger/blob/main/pkg/hostname/hostname_test.go#L38:3: go-require: require must only be used in the goroutine running the test function
https://github.com/jaegertracing/jaeger/blob/main/pkg/hostname/hostname_test.go#L44:3: go-require: require must only be used in the goroutine running the test function
https://github.com/jaegertracing/jaeger/blob/main/plugin/metrics/prometheus/metricsstore/reader_test.go#L975:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/metrics/prometheus/metricsstore/reader_test.go#L515:3: go-require: do not use require in http handlers
https://github.com/jaegertracing/jaeger/blob/main/plugin/metrics/prometheus/metricsstore/reader_test.go#L578:3: go-require: do not use require in http handlers
https://github.com/jaegertracing/jaeger/blob/main/plugin/metrics/prometheus/metricsstore/reader_test.go#L649:5: go-require: do not use require in http handlers
https://github.com/jaegertracing/jaeger/blob/main/plugin/metrics/prometheus/metricsstore/reader_test.go#L893:3: go-require: do not use require in http handlers
https://github.com/jaegertracing/jaeger/blob/main/plugin/sampling/strategyprovider/adaptive/factory_test.go#L62:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/sampling/strategyprovider/adaptive/factory_test.go#L63:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/sampling/strategyprovider/adaptive/factory_test.go#L68:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/sampling/strategyprovider/adaptive/factory_test.go#L69:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/sampling/strategyprovider/adaptive/factory_test.go#L70:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/sampling/strategyprovider/adaptive/options_test.go#L34:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/sampling/strategyprovider/adaptive/options_test.go#L35:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/sampling/strategyprovider/adaptive/options_test.go#L40:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/sampling/strategyprovider/adaptive/options_test.go#L41:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/sampling/strategyprovider/adaptive/options_test.go#L42:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/sampling/strategyprovider/adaptive/processor_test.go#L155:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/sampling/strategyprovider/adaptive/processor_test.go#L158:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/sampling/strategyprovider/adaptive/processor_test.go#L247:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/sampling/strategyprovider/adaptive/processor_test.go#L294:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/sampling/strategyprovider/adaptive/processor_test.go#L511:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/sampling/strategyprovider/adaptive/processor_test.go#L514:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/sampling/strategyprovider/adaptive/calculationstrategy/interface_test.go#L28:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/sampling/strategyprovider/static/provider_test.go#L193:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/sampling/strategyprovider/static/provider_test.go#L197:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/sampling/strategyprovider/static/provider_test.go#L199:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/sampling/strategyprovider/static/provider_test.go#L201:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/sampling/strategyprovider/static/provider_test.go#L203:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/sampling/strategyprovider/static/provider_test.go#L214:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/sampling/strategyprovider/static/provider_test.go#L217:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/sampling/strategyprovider/static/provider_test.go#L219:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/sampling/strategyprovider/static/provider_test.go#L221:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/sampling/strategyprovider/static/provider_test.go#L223:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/sampling/strategyprovider/static/provider_test.go#L225:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/sampling/strategyprovider/static/provider_test.go#L272:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/sampling/strategyprovider/static/provider_test.go#L275:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/sampling/strategyprovider/static/provider_test.go#L286:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/sampling/strategyprovider/static/provider_test.go#L289:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/sampling/strategyprovider/static/provider_test.go#L291:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/storage/factory_test.go#L380:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/storage/factory_test.go#L388:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/storage/factory_test.go#L398:2: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/storage/badger/factory_test.go#L123:2: negative-positive: use assert.Positive
https://github.com/jaegertracing/jaeger/blob/main/plugin/storage/badger/stats_linux_test.go#L45:2: negative-positive: use assert.Positive
https://github.com/jaegertracing/jaeger/blob/main/plugin/storage/badger/stats_linux_test.go#L46:2: negative-positive: use assert.Positive
https://github.com/jaegertracing/jaeger/blob/main/plugin/storage/cassandra/samplingstore/storage_test.go#L282:6: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/jaegertracing/jaeger/blob/main/plugin/storage/es/factory_test.go#L368:3: go-require: do not use require in http handlers
https://github.com/jaegertracing/jaeger/blob/main/plugin/storage/es/factory_test.go#L369:3: go-require: do not use require in http handlers
https://github.com/jaegertracing/jaeger/blob/main/plugin/storage/es/factory_test.go#L371:3: go-require: do not use require in http handlers
https://github.com/jaegertracing/jaeger/blob/main/plugin/storage/integration/es_index_cleaner_test.go#L164:2: formatter: remove unnecessary fmt.Sprintf
https://github.com/jaegertracing/jaeger/blob/main/plugin/storage/integration/es_index_rollover_test.go#L132:2: formatter: remove unnecessary fmt.Sprintf
https://github.com/jaegertracing/jaeger/blob/main/plugin/storage/integration/es_index_rollover_test.go#L134:2: formatter: remove unnecessary fmt.Sprintf
https://github.com/jaegertracing/jaeger/blob/main/plugin/storage/memory/sampling_test.go#L88:3: float-compare: use assert.InEpsilon (or InDelta)

Report issue: https://github.com/jaegertracing/jaeger/issues

github-actions[bot] commented 5 days ago

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

https://github.com/hashicorp/vault/blob/main/command/server/config_test_helpers.go#L1040:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/command/server/config_test_helpers.go#L1184:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/test_helpers.go#L317:4: compares: use require.Greater
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/test_helpers.go#L336:4: compares: use require.Greater
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/dnstest/server.go#L107:4: len: use require.Len
https://github.com/hashicorp/vault/blob/main/helper/testhelpers/replication/testcluster.go#L27:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/vault/external_tests/pprof/pprof.go#L132:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/vault/external_tests/pprof/pprof.go#L137:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/audit/backend_ce_test.go#L55:4: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/audit/backend_ce_test.go#L56:4: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/audit/backend_file_ce_test.go#L146:2: bool-compare: use require.False
https://github.com/hashicorp/vault/blob/main/audit/entry_filter_test.go#L95:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/audit/entry_formatter_test.go#L757:3: empty: use require.NotEmpty
https://github.com/hashicorp/vault/blob/main/audit/entry_formatter_test.go#L922:3: empty: use require.NotEmpty
https://github.com/hashicorp/vault/blob/main/audit/entry_formatter_test.go#L1233:2: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/audit/headers_test.go#L320:2: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/audit/headers_test.go#L449:2: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/audit/headers_test.go#L461:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/audit/headers_test.go#L478:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/audit/headers_test.go#L493:2: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/audit/headers_test.go#L505:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/audit/headers_test.go#L530:2: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/audit/headers_test.go#L552:2: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/audit/headers_test.go#L560:2: bool-compare: use require.True
https://github.com/hashicorp/vault/blob/main/audit/headers_test.go#L574:2: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/audit/headers_test.go#L584:2: bool-compare: use require.True
https://github.com/hashicorp/vault/blob/main/audit/headers_test.go#L585:2: bool-compare: use require.False
https://github.com/hashicorp/vault/blob/main/audit/headers_test.go#L597:2: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/audit/headers_test.go#L609:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/audit/headers_test.go#L626:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/credential/aws/path_login_test.go#L846:3: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/builtin/credential/aws/path_config_client_test.go#L167:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/builtin/credential/aws/path_login_test.go#L835:4: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/builtin/credential/aws/path_login_test.go#L839:4: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/builtin/credential/aws/path_login_test.go#L852:3: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/builtin/credential/github/path_login_test.go#L131:2: error-nil: use assert.NoError
https://github.com/hashicorp/vault/blob/main/builtin/credential/github/path_config_test.go#L109:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/builtin/credential/github/path_config_test.go#L111:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/builtin/credential/github/path_config_test.go#L136:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/builtin/credential/github/path_config_test.go#L147:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/builtin/credential/github/path_config_test.go#L149:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/builtin/credential/github/path_login_test.go#L94:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/builtin/credential/github/path_config_test.go#L189:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/builtin/credential/github/path_login_test.go#L130:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/builtin/credential/github/path_config_test.go#L209:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/builtin/credential/github/path_config_test.go#L210:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/builtin/credential/github/path_config_test.go#L76:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/builtin/credential/github/path_config_test.go#L78:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/builtin/credential/okta/backend_test.go#L119:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/builtin/credential/okta/backend_test.go#L124:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/builtin/credential/okta/backend_test.go#L139:3: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/builtin/credential/okta/backend_test.go#L148:4: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/builtin/credential/okta/backend_test.go#L156:3: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/builtin/credential/okta/backend_test.go#L164:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/builtin/credential/okta/backend_test.go#L168:3: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/builtin/logical/aws/path_config_root_test.go#L94:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/builtin/logical/database/backend_test.go#L336:2: len: use assert.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/database/backend_test.go#L604:2: len: use assert.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/database/path_roles_test.go#L187:4: error-nil: use assert.NoError
https://github.com/hashicorp/vault/blob/main/builtin/logical/database/path_roles_test.go#L193:4: error-nil: use assert.NoError
https://github.com/hashicorp/vault/blob/main/builtin/logical/database/path_roles_test.go#L202:4: error-nil: use assert.NoError
https://github.com/hashicorp/vault/blob/main/builtin/logical/database/rotation_test.go#L1042:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/builtin/logical/database/rotation_test.go#L1047:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/builtin/logical/database/rotation_test.go#L1052:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/builtin/logical/database/credentials_test.go#L681:4: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/builtin/logical/database/credentials_test.go#L697:4: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/builtin/logical/database/credentials_test.go#L706:5: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/builtin/logical/database/credentials_test.go#L614:4: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/builtin/logical/database/credentials_test.go#L616:4: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/builtin/logical/database/credentials_test.go#L786:4: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/builtin/logical/database/credentials_test.go#L788:4: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/acme_billing_test.go#L154:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/acme_billing_test.go#L174:3: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/acme_billing_test.go#L201:3: negative-positive: use require.Positive
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/acme_billing_test.go#L224:4: negative-positive: use require.Positive
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/backend_test.go#L2478:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/backend_test.go#L2503:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/backend_test.go#L2508:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/backend_test.go#L2514:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/backend_test.go#L4341:2: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/backend_test.go#L4947:2: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/backend_test.go#L4973:2: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/backend_test.go#L4999:2: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/backend_test.go#L5012:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/backend_test.go#L5122:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/backend_test.go#L5136:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/backend_test.go#L5199:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/backend_test.go#L5200:2: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/backend_test.go#L5243:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/backend_test.go#L5260:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/backend_test.go#L5275:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/backend_test.go#L5276:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/backend_test.go#L5277:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/backend_test.go#L5694:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/backend_test.go#L5967:2: nil-compare: use require.Nil
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/backend_test.go#L5971:2: nil-compare: use require.Nil
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/backend_test.go#L6167:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/backend_test.go#L6179:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/backend_test.go#L6246:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/backend_test.go#L6247:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/backend_test.go#L6248:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/backend_test.go#L6274:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/backend_test.go#L6275:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/backend_test.go#L6276:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/backend_test.go#L6564:2: empty: use require.NotEmpty
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/crl_test.go#L404:2: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/crl_test.go#L532:2: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/crl_test.go#L673:2: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/crl_test.go#L853:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/crl_test.go#L1288:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/crl_test.go#L1432:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/integration_test.go#L477:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/integration_test.go#L646:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/path_acme_test.go#L329:4: negative-positive: use require.Positive
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/path_acme_test.go#L870:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/path_acme_test.go#L898:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/path_acme_test.go#L1559:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/path_acme_test.go#L1580:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/path_acme_test.go#L1594:2: negative-positive: use require.Positive
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/path_acme_test.go#L1614:2: negative-positive: use require.Positive
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/path_ocsp_test.go#L607:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/path_ocsp_test.go#L610:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/path_resign_crls_test.go#L71:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/path_resign_crls_test.go#L79:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/path_resign_crls_test.go#L113:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/path_resign_crls_test.go#L168:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/path_resign_crls_test.go#L214:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/path_resign_crls_test.go#L223:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/path_resign_crls_test.go#L314:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/path_resign_crls_test.go#L317:2: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/path_resign_crls_test.go#L318:2: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/path_resign_crls_test.go#L319:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/path_resign_crls_test.go#L338:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/path_resign_crls_test.go#L366:2: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/path_roles_test.go#L1017:5: formatter: remove unnecessary fmt.Sprintf
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/path_roles_test.go#L1019:5: formatter: remove unnecessary fmt.Sprintf
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/path_roles_test.go#L1020:5: formatter: remove unnecessary fmt.Sprintf
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/path_tidy_test.go#L340:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/path_tidy_test.go#L391:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/path_tidy_test.go#L408:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/path_tidy_test.go#L419:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/path_tidy_test.go#L529:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/path_tidy_test.go#L530:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/path_tidy_test.go#L992:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/path_tidy_test.go#L1066:3: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/path_tidy_test.go#L1110:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/path_tidy_test.go#L1144:3: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/storage_migrations_test.go#L45:2: negative-positive: use require.Positive
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/storage_migrations_test.go#L96:2: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/storage_migrations_test.go#L100:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/storage_migrations_test.go#L106:2: negative-positive: use require.Positive
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/storage_migrations_test.go#L172:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/storage_migrations_test.go#L176:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/storage_migrations_test.go#L182:2: negative-positive: use require.Positive
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/storage_migrations_test.go#L283:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/storage_migrations_test.go#L287:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/storage_migrations_test.go#L308:4: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/storage_migrations_test.go#L317:4: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/storage_migrations_test.go#L336:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/storage_migrations_test.go#L341:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/storage_migrations_test.go#L347:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/storage_migrations_test.go#L355:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/storage_migrations_test.go#L362:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/storage_migrations_test.go#L698:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/storage_migrations_test.go#L702:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/storage_migrations_test.go#L721:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/storage_migrations_test.go#L725:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/storage_migrations_test.go#L761:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/builtin/logical/pki/storage_migrations_test.go#L765:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/command/agent_test.go#L2913:2: bool-compare: use assert.False
https://github.com/hashicorp/vault/blob/main/command/agent_test.go#L2925:2: bool-compare: use assert.True
https://github.com/hashicorp/vault/blob/main/command/agent_test.go#L2930:2: bool-compare: use assert.False
https://github.com/hashicorp/vault/blob/main/command/agent_test.go#L3393:2: negative-positive: use require.Positivef
https://github.com/hashicorp/vault/blob/main/command/agent_test.go#L3418:2: formatter: require.Truef call has arguments but no formatting directives
https://github.com/hashicorp/vault/blob/main/command/base_flags_test.go#L47:2: bool-compare: use require.True
https://github.com/hashicorp/vault/blob/main/command/commands_full_test.go#L26:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/command/commands_full_test.go#L28:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/command/pki_health_check_test.go#L322:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/hashicorp/vault/blob/main/command/pki_health_check_test.go#L328:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/hashicorp/vault/blob/main/command/pki_health_check_test.go#L329:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/hashicorp/vault/blob/main/command/pki_health_check_test.go#L336:6: formatter: remove unnecessary fmt.Sprintf
https://github.com/hashicorp/vault/blob/main/command/proxy_test.go#L1997:2: bool-compare: use assert.False
https://github.com/hashicorp/vault/blob/main/command/proxy_test.go#L2009:2: bool-compare: use assert.True
https://github.com/hashicorp/vault/blob/main/command/proxy_test.go#L2014:2: bool-compare: use assert.False
https://github.com/hashicorp/vault/blob/main/command/server_test.go#L372:5: negative-positive: use assert.Positive
https://github.com/hashicorp/vault/blob/main/command/agent_test.go#L3373:3: go-require: require must only be used in the goroutine running the test function
https://github.com/hashicorp/vault/blob/main/command/base_test.go#L99:4: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/command/proxy_test.go#L2024:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/command/agent_test.go#L2938:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/command/agent_test.go#L2971:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/command/proxy_test.go#L2059:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/lease_cache_test.go#L1466:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/lease_cache_test.go#L1486:2: empty: use assert.Empty
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/lease_cache_test.go#L1557:3: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/lease_cache_test.go#L1644:3: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/static_secret_cache_updater_test.go#L732:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/static_secret_cache_updater_test.go#L790:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/static_secret_cache_updater_test.go#L794:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/static_secret_cache_updater_test.go#L860:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/static_secret_capability_manager_test.go#L46:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/static_secret_capability_manager_test.go#L170:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/static_secret_capability_manager_test.go#L248:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/static_secret_capability_manager_test.go#L293:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/static_secret_capability_manager_test.go#L301:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/static_secret_capability_manager_test.go#L332:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/static_secret_capability_manager_test.go#L369:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/static_secret_capability_manager_test.go#L411:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/static_secret_capability_manager_test.go#L463:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/static_secret_capability_manager_test.go#L488:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/static_secret_capability_manager_test.go#L491:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/static_secret_capability_manager_test.go#L499:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/static_secret_capability_manager_test.go#L508:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/static_secret_capability_manager_test.go#L513:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/static_secret_capability_manager_test.go#L514:2: useless-assert: asserting of the same variable
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/lease_cache_test.go#L1652:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/lease_cache_test.go#L1494:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/lease_cache_test.go#L1497:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/lease_cache_test.go#L1502:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/lease_cache_test.go#L1506:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/lease_cache_test.go#L1510:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/cacheboltdb/bolt_test.go#L49:2: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/cacheboltdb/bolt_test.go#L147:2: empty: use assert.Empty
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/cacheboltdb/bolt_test.go#L150:2: empty: use assert.Empty
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/cacheboltdb/bolt_test.go#L153:2: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/cacheboltdb/bolt_test.go#L156:2: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/cacheboltdb/bolt_test.go#L399:2: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/cacheboltdb/bolt_test.go#L174:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/cacheboltdb/bolt_test.go#L185:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/cacheboltdb/bolt_test.go#L196:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/cacheboltdb/bolt_test.go#L283:4: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/cacheboltdb/bolt_test.go#L48:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/cacheboltdb/bolt_test.go#L52:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/cacheboltdb/bolt_test.go#L54:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/cacheboltdb/bolt_test.go#L240:4: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/cachememdb/cache_memdb_test.go#L401:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/cachememdb/cache_memdb_test.go#L405:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/cachememdb/cache_memdb_test.go#L413:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/cachememdb/cache_memdb_test.go#L416:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/cachememdb/cache_memdb_test.go#L427:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/cachememdb/cache_memdb_test.go#L435:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/cachememdb/cache_memdb_test.go#L439:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/cachememdb/cache_memdb_test.go#L449:2: error-nil: use require.Error
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/cachememdb/cache_memdb_test.go#L455:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/cachememdb/cache_memdb_test.go#L463:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/cachememdb/cache_memdb_test.go#L467:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/cachememdb/cache_memdb_test.go#L472:2: error-nil: use require.Error
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/cachememdb/cache_memdb_test.go#L478:2: error-nil: use require.Error
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/cachememdb/cache_memdb_test.go#L484:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/command/agentproxyshared/cache/cachememdb/index_test.go#L38:2: negative-positive: use assert.Positive
https://github.com/hashicorp/vault/blob/main/command/server/listener_tcp_test.go#L479:3: go-require: require must only be used in the goroutine running the test function
https://github.com/hashicorp/vault/blob/main/helper/builtinplugins/registry_full_test.go#L21:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/helper/builtinplugins/registry_full_test.go#L23:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/helper/builtinplugins/registry_full_test.go#L25:2: len: use require.Len
https://github.com/hashicorp/vault/blob/main/helper/logging/logger_test.go#L26:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/helper/logging/logger_test.go#L105:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/helper/logging/logger_test.go#L107:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/helper/logging/logger_test.go#L125:2: len: use require.Lenf
https://github.com/hashicorp/vault/blob/main/helper/logging/logger_test.go#L164:2: len: use require.Lenf
https://github.com/hashicorp/vault/blob/main/helper/logging/logger_test.go#L188:2: error-is-as: use require.ErrorIs
https://github.com/hashicorp/vault/blob/main/helper/logging/logger_test.go#L206:2: error-is-as: use require.ErrorIs
https://github.com/hashicorp/vault/blob/main/helper/logging/logfile_test.go#L118:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/helper/logging/logfile_test.go#L121:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/helper/logging/logfile_test.go#L124:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/helper/logging/logger_test.go#L249:3: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/helper/logging/logfile_test.go#L86:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/helper/logging/logfile_test.go#L89:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/helper/logging/logfile_test.go#L92:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/helper/logging/logger_test.go#L196:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/helper/logging/logfile_test.go#L139:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/helper/logging/logfile_test.go#L142:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/helper/logging/logfile_test.go#L145:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/helper/logging/logfile_test.go#L49:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/helper/logging/logfile_test.go#L54:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/helper/logging/logfile_test.go#L68:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/helper/logging/logfile_test.go#L71:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/plugins/database/postgresql/postgresql_test.go#L192:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/plugins/database/postgresql/scram/scram_test.go#L22:4: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/activity_log_test.go#L4193:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/vault/activity_log_test.go#L4484:3: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/vault/activity_log_test.go#L4517:3: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/vault/activity_log_test.go#L4550:3: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/vault/activity_log_test.go#L4602:3: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/vault/activity_log_test.go#L4743:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/vault/activity_log_test.go#L4744:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/vault/activity_log_test.go#L4745:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/vault/activity_log_test.go#L4746:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/vault/activity_log_test.go#L4747:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/vault/activity_log_test.go#L4748:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/vault/activity_log_test.go#L4749:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/vault/activity_log_test.go#L4750:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/vault/activity_log_test.go#L4751:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/vault/activity_log_test.go#L4752:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/vault/activity_log_test.go#L4753:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/vault/activity_log_test.go#L4754:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/vault/activity_log_test.go#L4755:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/vault/activity_log_test.go#L4756:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/vault/activity_log_test.go#L4757:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/vault/activity_log_test.go#L4758:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/vault/activity_log_test.go#L5023:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hashicorp/vault/blob/main/vault/activity_log_util_common_test.go#L1048:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/vault/activity_log_util_common_test.go#L1056:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/vault/core_test.go#L88:4: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/vault/core_test.go#L123:4: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/vault/core_test.go#L193:4: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/vault/core_test.go#L3563:2: len: use assert.Len
https://github.com/hashicorp/vault/blob/main/vault/core_test.go#L3609:3: len: use assert.Len
https://github.com/hashicorp/vault/blob/main/vault/identity_store_oidc_provider_test.go#L579:4: len: use require.Len
https://github.com/hashicorp/vault/blob/main/vault/identity_store_oidc_provider_test.go#L2260:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hashicorp/vault/blob/main/vault/identity_store_oidc_provider_test.go#L2261:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hashicorp/vault/blob/main/vault/identity_store_test.go#L78:2: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/vault/identity_store_test.go#L1068:2: len: use assert.Len
https://github.com/hashicorp/vault/blob/main/vault/logical_system_custom_messages_test.go#L145:4: len: use assert.Len
https://github.com/hashicorp/vault/blob/main/vault/logical_system_custom_messages_test.go#L407:5: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/vault/logical_system_custom_messages_test.go#L409:5: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/vault/logical_system_custom_messages_test.go#L650:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/vault/logical_system_custom_messages_test.go#L654:2: len: use assert.Len
https://github.com/hashicorp/vault/blob/main/vault/logical_system_custom_messages_test.go#L670:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/vault/logical_system_test.go#L494:5: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/vault/logical_system_test.go#L565:5: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/vault/logical_system_test.go#L645:5: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/vault/logical_system_test.go#L662:5: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/vault/logical_system_test.go#L6971:2: len: use assert.Len
https://github.com/hashicorp/vault/blob/main/vault/logical_system_test.go#L6973:2: len: use assert.Len
https://github.com/hashicorp/vault/blob/main/vault/rollback_test.go#L255:5: go-require: require must only be used in the goroutine running the test function
https://github.com/hashicorp/vault/blob/main/vault/logical_system_custom_messages_test.go#L804:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_custom_messages_test.go#L805:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_custom_messages_test.go#L813:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_custom_messages_test.go#L825:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_custom_messages_test.go#L953:3: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_custom_messages_test.go#L988:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_test.go#L6939:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_test.go#L6968:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_test.go#L6988:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_test.go#L6995:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_test.go#L7002:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_custom_messages_test.go#L141:3: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_custom_messages_test.go#L175:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_test.go#L6887:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_test.go#L6901:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_test.go#L6911:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_custom_messages_test.go#L1036:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_custom_messages_test.go#L1043:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_custom_messages_test.go#L1054:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_custom_messages_test.go#L1065:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_custom_messages_test.go#L1074:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_test.go#L7027:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_test.go#L7035:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_test.go#L7043:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/seal_wrapped_value_test.go#L68:4: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_custom_messages_test.go#L1096:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_custom_messages_test.go#L1104:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/core_test.go#L3547:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/core_test.go#L3561:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_custom_messages_test.go#L644:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_custom_messages_test.go#L664:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_custom_messages_test.go#L681:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_custom_messages_test.go#L682:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_custom_messages_test.go#L689:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_custom_messages_test.go#L699:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_custom_messages_test.go#L714:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_test.go#L6853:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/identity_store_test.go#L954:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/identity_store_test.go#L975:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/identity_store_test.go#L989:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/seal_util_test.go#L93:4: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/identity_store_test.go#L1123:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/identity_store_test.go#L1127:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_custom_messages_test.go#L376:3: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_custom_messages_test.go#L434:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/seal_wrapped_value_test.go#L77:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/seal_wrapped_value_test.go#L98:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/identity_store_test.go#L1062:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/identity_store_test.go#L1066:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_custom_messages_test.go#L570:4: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/logical_system_custom_messages_test.go#L583:4: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/activity/query_test.go#L572:2: len: use assert.Len
https://github.com/hashicorp/vault/blob/main/vault/activity/query_test.go#L574:2: len: use assert.Len
https://github.com/hashicorp/vault/blob/main/vault/activity/query_test.go#L581:2: len: use assert.Len
https://github.com/hashicorp/vault/blob/main/vault/activity/query_test.go#L596:2: len: use assert.Len
https://github.com/hashicorp/vault/blob/main/vault/activity/query_test.go#L625:2: len: use assert.Len
https://github.com/hashicorp/vault/blob/main/vault/eventbus/filter_test.go#L55:2: error-nil: use assert.NoError
https://github.com/hashicorp/vault/blob/main/vault/eventbus/filter_test.go#L101:2: error-nil: use assert.NoError
https://github.com/hashicorp/vault/blob/main/vault/external_tests/audit/audit_exclusion_test.go#L48:3: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/vault/external_tests/audit/audit_filtering_ce_test.go#L40:2: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/vault/external_tests/audit/audit_filtering_ce_test.go#L67:2: empty: use require.Empty
https://github.com/hashicorp/vault/blob/main/vault/external_tests/delegated_auth/delegated_auth_test.go#L275:5: len: use require.Len
https://github.com/hashicorp/vault/blob/main/vault/external_tests/raft/raft_autopilot_test.go#L98:2: bool-compare: use require.True
https://github.com/hashicorp/vault/blob/main/vault/external_tests/raft/raft_autopilot_test.go#L152:2: bool-compare: use require.True
https://github.com/hashicorp/vault/blob/main/vault/external_tests/raft/raft_autopilot_test.go#L278:2: bool-compare: use require.True
https://github.com/hashicorp/vault/blob/main/vault/plugincatalog/pin_test.go#L78:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/quotas/quotas_rate_limit_test.go#L44:5: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/vault/quotas/quotas_rate_limit_test.go#L130:3: compares: use require.LessOrEqualf
https://github.com/hashicorp/vault/blob/main/vault/quotas/quotas_rate_limit_test.go#L232:2: error-nil: use require.NoError
https://github.com/hashicorp/vault/blob/main/vault/ui_custom_messages/entry_test.go#L70:3: len: use assert.Len
https://github.com/hashicorp/vault/blob/main/vault/ui_custom_messages/entry_test.go#L165:4: len: use assert.Len
https://github.com/hashicorp/vault/blob/main/vault/ui_custom_messages/entry_test.go#L168:4: len: use assert.Len
https://github.com/hashicorp/vault/blob/main/vault/ui_custom_messages/manager_test.go#L248:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/vault/ui_custom_messages/manager_test.go#L249:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/vault/ui_custom_messages/manager_test.go#L250:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/vault/ui_custom_messages/manager_test.go#L251:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/vault/ui_custom_messages/manager_test.go#L252:2: expected-actual: need to reverse actual and expected values
https://github.com/hashicorp/vault/blob/main/vault/ui_custom_messages/filter_test.go#L71:3: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/ui_custom_messages/filter_test.go#L79:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/ui_custom_messages/manager_test.go#L116:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/ui_custom_messages/manager_test.go#L120:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/ui_custom_messages/manager_test.go#L124:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/ui_custom_messages/entry_test.go#L163:4: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/ui_custom_messages/entry_test.go#L167:4: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/ui_custom_messages/manager_test.go#L220:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/ui_custom_messages/manager_test.go#L224:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/ui_custom_messages/manager_test.go#L246:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/ui_custom_messages/manager_test.go#L199:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/ui_custom_messages/manager_test.go#L202:2: require-error: for error assertions use require
https://github.com/hashicorp/vault/blob/main/vault/ui_custom_messages/manager_test.go#L206:2: require-error: for error assertions use require

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

github-actions[bot] commented 5 days ago

Run testifylint on Repo: https://github.com/kubernetes/ingress-nginx got output

https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/deployment.go#L158:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/deployment.go#L258:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/deployment.go#L265:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/deployment.go#L335:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/deployment.go#L387:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/deployment.go#L486:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/deployment.go#L596:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/deployment.go#L602:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/deployment.go#L608:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/deployment.go#L618:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/deployment.go#L624:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/deployment.go#L628:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/fastcgi_helloserver.go#L82:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/framework.go#L126:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/framework.go#L132:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/framework.go#L136:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/framework.go#L142:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/framework.go#L152:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/framework.go#L155:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/framework.go#L158:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/framework.go#L176:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/framework.go#L179:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/framework.go#L241:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/framework.go#L273:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/framework.go#L282:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/framework.go#L290:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/framework.go#L370:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/framework.go#L380:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/framework.go#L395:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/framework.go#L401:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/framework.go#L411:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/framework.go#L438:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/framework.go#L443:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/framework.go#L461:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/framework.go#L470:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/framework.go#L515:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/framework.go#L530:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/framework.go#L540:3: error-nil: use assert.Error
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/framework.go#L542:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/grpc_delay.go#L83:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/grpc_delay.go#L108:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/grpc_fortune_teller.go#L82:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/k8s.go#L40:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/k8s.go#L43:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/k8s.go#L52:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/k8s.go#L69:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/k8s.go#L78:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/k8s.go#L87:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/k8s.go#L103:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/k8s.go#L119:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/k8s.go#L128:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/k8s.go#L136:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/k8s.go#L139:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/k8s.go#L202:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/framework/ssl.go#L149:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/admission/admission.go#L59:3: error-nil: use assert.Error
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/admission/admission.go#L66:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/admission/admission.go#L79:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/admission/admission.go#L88:3: error-nil: use assert.Error
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/admission/admission.go#L96:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/admission/admission.go#L109:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/admission/admission.go#L117:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/admission/admission.go#L126:3: error-nil: use assert.Error
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/admission/admission.go#L146:3: error-nil: use assert.Error
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/admission/admission.go#L160:3: error-nil: use assert.Error
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/admission/admission.go#L174:3: error-nil: use assert.Error
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/admission/admission.go#L191:3: error-nil: use assert.Error
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/admission/admission.go#L195:3: error-nil: use assert.Error
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/admission/admission.go#L204:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/admission/admission.go#L208:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/admission/admission.go#L214:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/admission/admission.go#L230:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/admission/admission.go#L255:3: error-nil: use assert.Error
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/admission/admission.go#L259:4: error-nil: use assert.Error
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/admission/admission.go#L274:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/affinity.go#L96:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/affinity.go#L219:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/affinity.go#L223:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/affinity.go#L325:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/affinitymode.go#L66:3: bool-compare: use assert.True
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/affinitymode.go#L99:3: bool-compare: use assert.True
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/affinitymode.go#L113:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/affinitymode.go#L118:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/affinitymode.go#L126:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/affinitymode.go#L135:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/affinitymode.go#L150:3: formatter: remove unnecessary fmt.Sprintf
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/auth.go#L409:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/auth.go#L802:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/auth.go#L822:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/auth.go#L851:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/auth.go#L925:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/auth.go#L942:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/authtls.go#L47:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/authtls.go#L95:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/authtls.go#L127:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/authtls.go#L172:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/authtls.go#L217:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/authtls.go#L276:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/authtls.go#L305:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/authtls.go#L334:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/canary.go#L1405:2: len: use assert.Len
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/customhttperrors.go#L77:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/customhttperrors.go#L100:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/customhttperrors.go#L110:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/disableproxyintercepterrors.go#L79:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/fromtowwwredirect.go#L91:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/grpc.go#L118:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/grpc.go#L125:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/grpc.go#L128:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/grpc.go#L179:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/grpc.go#L187:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/grpc.go#L253:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/grpc.go#L260:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/grpc.go#L263:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/grpc.go#L294:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/grpc.go#L302:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/grpc.go#L305:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/grpc.go#L306:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/grpc.go#L337:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/proxyssl.go#L45:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/proxyssl.go#L75:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/proxyssl.go#L103:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/proxyssl.go#L131:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/proxyssl.go#L165:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/rewrite.go#L63:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/satisfy.go#L66:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/serviceupstream.go#L63:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/serviceupstream.go#L91:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/serviceupstream.go#L121:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/streamsnippet.go#L64:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/streamsnippet.go#L77:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/streamsnippet.go#L118:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/streamsnippet.go#L131:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/upstreamhashby.go#L57:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/upstreamhashby.go#L60:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/upstreamhashby.go#L92:3: len: use assert.Len
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/upstreamhashby.go#L103:3: len: use assert.Len
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/dbg/main.go#L49:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/dbg/main.go#L53:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/dbg/main.go#L68:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/dbg/main.go#L71:3: empty: use assert.NotEmpty
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/dbg/main.go#L75:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/dbg/main.go#L79:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/dbg/main.go#L93:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/dbg/main.go#L97:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/defaultbackend/custom_default_backend.go#L46:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/defaultbackend/default_backend.go#L101:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/defaultbackend/default_backend.go#L120:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/defaultbackend/ssl.go#L39:3: len: use assert.Len
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/defaultbackend/ssl.go#L42:4: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/defaultbackend/ssl.go#L53:3: len: use assert.Len
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/defaultbackend/ssl.go#L55:4: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/endpointslices/topology.go#L62:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/endpointslices/topology.go#L75:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/endpointslices/topology.go#L78:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/gracefulshutdown/grace_period.go#L58:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/gracefulshutdown/grace_period.go#L63:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/gracefulshutdown/grace_period.go#L83:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/leaks/lua_ssl.go#L78:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/leaks/lua_ssl.go#L98:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/leaks/lua_ssl.go#L107:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/loadbalance/configmap.go#L49:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/loadbalance/configmap.go#L50:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/loadbalance/ewma.go#L53:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/loadbalance/ewma.go#L54:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/loadbalance/ewma.go#L57:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/loadbalance/ewma.go#L83:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/loadbalance/round_robin.go#L49:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_certificates.go#L49:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_certificates.go#L60:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_certificates.go#L63:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_certificates.go#L78:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_certificates.go#L82:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_certificates.go#L90:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_certificates.go#L98:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_certificates.go#L103:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_certificates.go#L107:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_certificates.go#L109:3: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_certificates.go#L124:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_certificates.go#L151:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_certificates.go#L159:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_certificates.go#L173:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_certificates.go#L187:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_certificates.go#L193:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_certificates.go#L197:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_certificates.go#L200:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_certificates.go#L208:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_certificates.go#L212:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_certificates.go#L215:4: float-compare: use assert.InEpsilon (or InDelta)
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_certificates.go#L221:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_certificates.go#L225:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_certificates.go#L235:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_certificates.go#L239:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_configuration.go#L70:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_configuration.go#L95:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_configuration.go#L113:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_configuration.go#L141:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_configuration.go#L154:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_configuration.go#L165:4: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_configuration.go#L178:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_configuration.go#L182:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_configuration.go#L236:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_configuration.go#L237:2: len: use assert.Len
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/lua/dynamic_configuration.go#L238:2: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/metrics/metrics.go#L58:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/metrics/metrics.go#L80:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/metrics/metrics.go#L91:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/metrics/metrics.go#L69:3: require-error: for error assertions use require
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/security/request_smuggling.go#L68:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/servicebackend/service_externalname.go#L309:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/servicebackend/service_externalname.go#L319:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/servicebackend/service_externalname.go#L336:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/servicebackend/service_externalname.go#L387:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/configmap_change.go#L78:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/default_ssl_certificate.go#L50:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/default_ssl_certificate.go#L60:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/default_ssl_certificate.go#L90:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/disable_catch_all.go#L47:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/disable_catch_all.go#L110:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/disable_service_external_name.go#L52:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/disable_sync_events.go#L49:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/disable_sync_events.go#L66:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/disable_sync_events.go#L77:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/disable_sync_events.go#L94:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/disable_sync_events.go#L105:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/geoip2.go#L55:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/geoip2.go#L60:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/geoip2.go#L138:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/geoip2.go#L143:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/global_external_auth.go#L136:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/global_external_auth.go#L188:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/global_external_auth.go#L302:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/grpc.go#L97:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/grpc.go#L104:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/grpc.go#L107:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/ingress_class.go#L64:5: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/ingress_class.go#L226:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/ingress_class.go#L230:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/ingress_class.go#L233:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/ingress_class.go#L237:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/ingress_class.go#L289:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/ingress_class.go#L296:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/ingress_class.go#L299:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/ingress_class.go#L303:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/ingress_class.go#L356:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/ingress_class.go#L361:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/ingress_class.go#L364:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/ingress_class.go#L369:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/ingress_class.go#L411:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/ingress_class.go#L479:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/ingress_class.go#L535:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/ingress_class.go#L607:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/ingress_class.go#L625:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/keep-alive.go#L63:5: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/keep-alive.go#L73:5: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/keep-alive.go#L83:5: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/keep-alive.go#L93:5: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/listen_nondefault_ports.go#L73:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/listen_nondefault_ports.go#L107:5: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/log-format.go#L99:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/log-format.go#L122:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/log-format.go#L145:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/namespace_selector.go#L39:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/namespace_selector.go#L48:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/namespace_selector.go#L82:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/namespace_selector.go#L90:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/namespace_selector.go#L94:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/namespace_selector.go#L101:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/no_auth_locations.go#L152:2: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/proxy_protocol.go#L64:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/proxy_protocol.go#L69:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/proxy_protocol.go#L72:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/proxy_protocol.go#L75:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/proxy_protocol.go#L101:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/proxy_protocol.go#L106:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/proxy_protocol.go#L109:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/proxy_protocol.go#L112:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/proxy_protocol.go#L131:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/proxy_protocol.go#L141:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/proxy_protocol.go#L145:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/proxy_protocol.go#L151:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/proxy_protocol.go#L154:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/proxy_protocol.go#L174:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/proxy_protocol.go#L187:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/proxy_protocol.go#L193:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/proxy_protocol.go#L205:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/proxy_protocol.go#L213:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/proxy_protocol.go#L218:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/proxy_protocol.go#L221:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/proxy_protocol.go#L224:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/proxy_protocol.go#L227:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/ssl_passthrough.go#L47:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/ssl_passthrough.go#L64:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/ssl_passthrough.go#L141:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/ssl_passthrough.go#L163:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/stream_snippet.go#L57:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/stream_snippet.go#L70:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/tls.go#L60:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/tls.go#L84:4: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/tls.go#L85:4: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/tls.go#L104:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/tls.go#L181:4: len: use assert.Len
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/tls.go#L192:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/tls.go#L212:4: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/ocsp/ocsp.go#L56:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/ocsp/ocsp.go#L62:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/ocsp/ocsp.go#L65:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/ocsp/ocsp.go#L68:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/ocsp/ocsp.go#L87:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/ocsp/ocsp.go#L105:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/ocsp/ocsp.go#L155:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/validations/validations.go#L58:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/validations/validations.go#L65:3: error-nil: use assert.Error
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/validations/validations.go#L92:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/settings/validations/validations.go#L99:3: error-nil: use assert.Error
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/ssl/http_redirect.go#L49:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/ssl/secret_update.go#L58:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/ssl/secret_update.go#L69:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/ssl/secret_update.go#L77:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/ssl/secret_update.go#L113:3: len: use assert.Len
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/ssl/secret_update.go#L115:4: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/ssl/secret_update.go#L118:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/ssl/secret_update.go#L119:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/ssl/secret_update.go#L120:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/ssl/secret_update.go#L124:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/status/update.go#L45:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/status/update.go#L70:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/status/update.go#L85:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/status/update.go#L88:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/status/update.go#L92:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/status/update.go#L98:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/status/update.go#L101:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/status/update.go#L107:5: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/status/update.go#L124:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/status/update.go#L125:3: expected-actual: need to reverse actual and expected values
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/tcpudp/tcp.go#L65:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/tcpudp/tcp.go#L118:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/tcpudp/tcp.go#L165:3: error-nil: use assert.NoError
https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/tcpudp/tcp.go#L216:3: error-nil: use assert.NoError

Report issue: https://github.com/kubernetes/ingress-nginx/issues

github-actions[bot] commented 5 days ago

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

https://github.com/hyperledger/fabric/blob/main/common/ledger/blkstorage/blkstoragetest/blkstoragetest.go#L41:2: empty: use require.NotEmpty
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/tests/verifier.go#L211:2: empty: use r.assert.Empty
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/tests/verifier.go#L306:2: len: use r.assert.Len
https://github.com/hyperledger/fabric/blob/main/common/capabilities/capabilities_test.go#L23:3: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/common/capabilities/channel_test.go#L20:2: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/common/capabilities/channel_test.go#L31:2: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/common/capabilities/channel_test.go#L43:2: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/common/capabilities/channel_test.go#L52:2: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/common/capabilities/channel_test.go#L64:2: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/common/capabilities/channel_test.go#L73:2: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/common/capabilities/channel_test.go#L86:2: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/common/capabilities/channel_test.go#L95:2: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/common/capabilities/channel_test.go#L106:2: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/common/capabilities/channel_test.go#L117:2: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/common/cauthdsl/cauthdsl_test.go#L171:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/common/cauthdsl/cauthdsl_test.go#L177:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/common/cauthdsl/cauthdsl_test.go#L178:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/common/cauthdsl/cauthdsl_test.go#L181:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/common/cauthdsl/cauthdsl_test.go#L187:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/common/cauthdsl/cauthdsl_test.go#L188:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/common/cauthdsl/cauthdsl_test.go#L193:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/common/cauthdsl/cauthdsl_test.go#L199:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/common/cauthdsl/cauthdsl_test.go#L200:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/common/cauthdsl/cauthdsl_test.go#L203:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/common/cauthdsl/cauthdsl_test.go#L209:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/common/cauthdsl/cauthdsl_test.go#L210:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/common/channelconfig/consortium_test.go#L23:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/common/channelconfig/util_test.go#L338:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/common/channelconfig/util_test.go#L342:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/common/channelconfig/util_test.go#L346:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/common/configtx/update_test.go#L220:3: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/common/deliver/binding_test.go#L37:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_deliverer_test.go#L443:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_deliverer_test.go#L489:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_deliverer_test.go#L501:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_deliverer_test.go#L502:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_deliverer_test.go#L527:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_deliverer_test.go#L531:3: compares: use require.Greater
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_deliverer_test.go#L543:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_deliverer_test.go#L545:5: formatter: remove unnecessary fmt.Sprintf
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_deliverer_test.go#L547:5: formatter: remove unnecessary fmt.Sprintf
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_deliverer_test.go#L577:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_deliverer_test.go#L578:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_deliverer_test.go#L605:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_deliverer_test.go#L615:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_deliverer_test.go#L616:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_deliverer_test.go#L648:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_deliverer_test.go#L660:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_deliverer_test.go#L661:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_deliverer_test.go#L1139:4: formatter: remove unnecessary fmt.Sprintf
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_header_receiver_test.go#L47:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_header_receiver_test.go#L70:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_header_receiver_test.go#L90:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_header_receiver_test.go#L144:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_header_receiver_test.go#L145:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_header_receiver_test.go#L214:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_header_receiver_test.go#L215:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_header_receiver_test.go#L277:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_header_receiver_test.go#L278:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_header_receiver_test.go#L279:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_header_receiver_test.go#L318:3: bool-compare: use assert.False
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_header_receiver_test.go#L320:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/delivery_requester_test.go#L115:2: require-error: for error assertions use require
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_header_receiver_test.go#L136:2: require-error: for error assertions use require
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_header_receiver_test.go#L140:2: require-error: for error assertions use require
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_header_receiver_test.go#L154:2: require-error: for error assertions use require
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_header_receiver_test.go#L89:2: require-error: for error assertions use require
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_header_receiver_test.go#L39:2: require-error: for error assertions use require
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_header_receiver_test.go#L46:2: require-error: for error assertions use require
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_header_receiver_test.go#L69:3: require-error: for error assertions use require
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/delivery_requester_test.go#L79:2: require-error: for error assertions use require
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/delivery_requester_test.go#L49:2: require-error: for error assertions use require
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/delivery_requester_test.go#L196:2: require-error: for error assertions use require
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/delivery_requester_test.go#L151:2: require-error: for error assertions use require
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_header_receiver_test.go#L316:3: require-error: for error assertions use require
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_header_receiver_test.go#L323:2: require-error: for error assertions use require
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/bft_header_receiver_test.go#L210:2: require-error: for error assertions use require
https://github.com/hyperledger/fabric/blob/main/common/deliverclient/blocksprovider/delivery_requester_test.go#L174:2: require-error: for error assertions use require
https://github.com/hyperledger/fabric/blob/main/common/graph/perm_test.go#L43:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/common/graph/tree_test.go#L47:4: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/common/graph/tree_test.go#L62:2: compares: use require.NotSame
https://github.com/hyperledger/fabric/blob/main/common/ledger/blkstorage/blockfile_helper_test.go#L155:3: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/common/ledger/blkstorage/blockfile_mgr_test.go#L503:2: negative-positive: use require.Positive
https://github.com/hyperledger/fabric/blob/main/common/ledger/blkstorage/blockindex_test.go#L286:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/common/ledger/blkstorage/blockstore_provider_test.go#L178:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/common/ledger/blkstorage/blockstore_provider_test.go#L182:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/common/ledger/blkstorage/blockstore_provider_test.go#L187:3: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/common/ledger/blkstorage/blockstore_provider_test.go#L192:2: bool-compare: use require.False
https://github.com/hyperledger/fabric/blob/main/common/ledger/blkstorage/metrics_test.go#L46:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hyperledger/fabric/blob/main/common/ledger/blkstorage/metrics_test.go#L50:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hyperledger/fabric/blob/main/common/ledger/blkstorage/metrics_test.go#L54:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hyperledger/fabric/blob/main/common/ledger/blkstorage/metrics_test.go#L63:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hyperledger/fabric/blob/main/common/ledger/blkstorage/metrics_test.go#L68:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hyperledger/fabric/blob/main/common/ledger/blkstorage/metrics_test.go#L112:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hyperledger/fabric/blob/main/common/ledger/blkstorage/reset_test.go#L195:2: compares: use require.Less
https://github.com/hyperledger/fabric/blob/main/common/ledger/blkstorage/rollback_test.go#L54:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/common/ledger/blkstorage/rollback_test.go#L147:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/common/ledger/blkstorage/rollback_test.go#L197:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/common/ledger/blkstorage/blocks_itr_test.go#L34:5: go-require: testIterateAndVerify contains assertions that must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/common/ledger/blkstorage/blocks_itr_test.go#L126:5: go-require: iterateInBackground contains assertions that must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/common/ledger/blkstorage/blocks_itr_test.go#L131:5: go-require: iterateInBackground contains assertions that must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/common/ledger/blockledger/fileledger/factory_test.go#L98:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/common/ledger/blockledger/fileledger/factory_test.go#L105:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/common/ledger/blockledger/fileledger/factory_test.go#L112:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/common/ledger/blockledger/fileledger/factory_test.go#L130:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/common/ledger/blockledger/fileledger/factory_test.go#L133:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/common/ledger/blockledger/fileledger/impl_test.go#L148:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/common/ledger/blockledger/fileledger/impl_test.go#L161:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/common/ledger/snapshot/file_test.go#L120:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/common/ledger/util/leveldbhelper/leveldb_provider_test.go#L575:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/common/ledger/util/leveldbhelper/leveldb_provider_test.go#L639:2: bool-compare: use require.False
https://github.com/hyperledger/fabric/blob/main/common/policies/policy_test.go#L339:4: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/common/policies/policy_test.go#L364:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/common/policies/inquire/inquire_test.go#L162:2: compares: use require.Less
https://github.com/hyperledger/fabric/blob/main/common/policies/inquire/merge_test.go#L39:2: compares: use require.NotSame
https://github.com/hyperledger/fabric/blob/main/core/cclifecycle/lifecycle_test.go#L156:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/cclifecycle/lifecycle_test.go#L181:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/cclifecycle/lifecycle_test.go#L345:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/chaincode/container_runtime_test.go#L137:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/chaincode/platforms/java/platform_test.go#L103:2: empty: use require.NotEmpty
https://github.com/hyperledger/fabric/blob/main/core/committer/committer_test.go#L165:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/committer/txvalidator/v14/txvalidator_test.go#L302:2: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/core/committer/txvalidator/v14/validator_test.go#L1799:2: compares: use assertion.Equal
https://github.com/hyperledger/fabric/blob/main/core/committer/txvalidator/v20/txvalidator_test.go#L253:2: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/core/committer/txvalidator/v20/validator_test.go#L1056:2: compares: use assertion.Equal
https://github.com/hyperledger/fabric/blob/main/core/common/ccprovider/ccinfocache_test.go#L196:2: empty: use require.NotEmpty
https://github.com/hyperledger/fabric/blob/main/core/common/ccprovider/ccinfocache_test.go#L218:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/core/common/ccprovider/targzmetadataprovider_test.go#L73:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/core/common/ccprovider/targzmetadataprovider_test.go#L76:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/core/common/ccprovider/targzmetadataprovider_test.go#L77:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/common/ccprovider/targzmetadataprovider_test.go#L84:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/core/common/ccprovider/targzmetadataprovider_test.go#L87:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/core/common/ccprovider/targzmetadataprovider_test.go#L88:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/common/ccprovider/ccprovider_test.go#L121:2: formatter: require.DirExistsf format %s reads arg #1, but call has 0 args
https://github.com/hyperledger/fabric/blob/main/core/common/privdata/membershipinfo_test.go#L37:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/core/common/privdata/membershipinfo_test.go#L43:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/core/common/privdata/membershipinfo_test.go#L48:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/core/common/privdata/membershipinfo_test.go#L53:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/core/common/privdata/simplecollection_test.go#L129:2: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/core/common/privdata/simplecollection_test.go#L137:2: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/core/common/privdata/simplecollection_test.go#L176:2: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/core/common/privdata/simplecollection_test.go#L184:2: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/core/common/privdata/util_test.go#L19:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/core/common/sysccprovider/sysccprovider_test.go#L23:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/common/validation/fullflow_test.go#L358:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/common/validation/msgvalidation_test.go#L56:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/core/common/validation/statebased/v20_test.go#L47:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/common/validation/statebased/v20_test.go#L78:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/common/validation/statebased/v20_test.go#L140:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/common/validation/statebased/v20_test.go#L171:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/common/validation/statebased/v20_test.go#L202:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/common/validation/statebased/v20_test.go#L233:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/common/validation/statebased/v20_test.go#L296:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/common/validation/statebased/v20_test.go#L330:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/common/validation/statebased/v20_test.go#L364:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/common/validation/statebased/v20_test.go#L399:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/common/validation/statebased/v20_test.go#L466:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/common/validation/statebased/v20_test.go#L502:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/common/validation/statebased/v20_test.go#L536:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/common/validation/statebased/v20_test.go#L570:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/common/validation/statebased/vpmanager_test.go#L526:2: negative-positive: use require.Positive
https://github.com/hyperledger/fabric/blob/main/core/common/validation/statebased/vpmanager_test.go#L178:4: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/core/container/dockercontroller/dockercontroller_test.go#L365:3: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/core/deliverservice/config_test.go#L255:2: bool-compare: use require.False
https://github.com/hyperledger/fabric/blob/main/core/deliverservice/config_test.go#L256:2: bool-compare: use require.False
https://github.com/hyperledger/fabric/blob/main/core/deliverservice/config_test.go#L257:2: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/core/deliverservice/config_test.go#L274:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/endorser/pvtrwset_assembler_test.go#L75:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/endorser/pvtrwset_assembler_test.go#L79:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/handlers/auth/filter/expiration_test.go#L98:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/handlers/endorsement/builtin/default_endorsement_test.go#L58:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/ledger/confighistory/db_helper_test.go#L33:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/ledger/confighistory/mgr_test.go#L353:3: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/channelinfo_provider_test.go#L161:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/hashcheck_pvtdata_test.go#L256:3: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/kv_ledger_provider_test.go#L62:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/kv_ledger_provider_test.go#L114:2: bool-compare: use require.False
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/kv_ledger_provider_test.go#L726:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/kv_ledger_test.go#L195:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/kv_ledger_test.go#L216:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/kv_ledger_test.go#L227:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/kv_ledger_test.go#L658:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/kv_ledger_test.go#L665:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/kv_ledger_test.go#L673:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/kv_ledger_test.go#L692:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/kv_ledger_test.go#L694:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/kv_ledger_test.go#L695:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/metrics_test.go#L95:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/metrics_test.go#L103:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/metrics_test.go#L111:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/metrics_test.go#L124:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/metrics_test.go#L138:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/pause_resume_test.go#L27:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/snapshot_test.go#L466:3: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/snapshot_test.go#L484:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/snapshot_test.go#L864:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/unjoin_channel_test.go#L26:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/unjoin_channel_test.go#L49:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/unjoin_channel_test.go#L76:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/snapshot_mgmt_test.go#L136:4: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/snapshot_mgmt_test.go#L150:4: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/history/kv_encoding_test.go#L34:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/history/kv_encoding_test.go#L54:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/history/kv_encoding_test.go#L55:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/tests/reset_test.go#L82:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/tests/reset_test.go#L93:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/pvtstatepurgemgmt/purge_mgr_test.go#L345:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/pvtstatepurgemgmt/purge_mgr_test.go#L373:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/commit_handling_test.go#L111:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/commit_handling_test.go#L137:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/couchdb_test.go#L726:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/couchdb_test.go#L912:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/couchdb_test.go#L919:3: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/couchdb_test.go#L936:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/couchdb_test.go#L949:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/couchdb_test.go#L962:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/couchdb_test.go#L1009:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/couchdb_test.go#L1200:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/couchdb_test.go#L1209:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/couchdb_test.go#L1218:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/couchdb_test.go#L1227:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/couchdb_test.go#L1236:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/couchdb_test.go#L1245:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/couchdb_test.go#L1254:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/couchdb_test.go#L1263:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/couchdb_test.go#L1270:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/couchdb_test.go#L1285:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/couchdb_test.go#L1294:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/couchdb_test.go#L1395:3: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/couchdb_test.go#L1441:3: bool-compare: use require.False
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/couchdb_test.go#L1479:3: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/couchdb_test.go#L1515:3: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/couchdb_test.go#L1602:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/couchdb_test.go#L1605:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/couchdbutil_test.go#L51:2: error-nil: use require.Error
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/couchdbutil_test.go#L125:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/couchdbutil_test.go#L134:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/couchdbutil_test.go#L153:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/couchdbutil_test.go#L154:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/couchdbutil_test.go#L155:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/couchdbutil_test.go#L168:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/couchdbutil_test.go#L183:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/couchdbutil_test.go#L205:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/couchdbutil_test.go#L212:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/statecouchdb_test.go#L225:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/statecouchdb_test.go#L318:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/statecouchdb_test.go#L516:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/statecouchdb_test.go#L1301:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/statedb/statecouchdb/statecouchdb_test.go#L1315:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/txmgr/update_batch_bytes_test.go#L29:2: negative-positive: use require.Positive
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/txmgr/update_batch_bytes_test.go#L89:2: negative-positive: use require.Positive
https://github.com/hyperledger/fabric/blob/main/core/ledger/kvledger/txmgmt/validation/batch_preparer_test.go#L241:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/ledger/ledgermgmt/ledger_mgmt_test.go#L119:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/ledger/ledgermgmt/ledger_mgmt_test.go#L166:3: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/core/ledger/ledgermgmt/ledger_mgmt_test.go#L242:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/ledger/ledgermgmt/ledger_mgmt_test.go#L187:4: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/core/ledger/pvtdatastorage/kv_encoding_test.go#L51:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/ledger/pvtdatastorage/kv_encoding_test.go#L53:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/ledger/pvtdatastorage/kv_encoding_test.go#L90:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/ledger/pvtdatastorage/kv_encoding_test.go#L92:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/ledger/pvtdatastorage/retroactive_hashed_index_test.go#L73:3: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/pvtdatastorage/retroactive_hashed_index_test.go#L119:3: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/ledger/pvtdatastorage/store_created_from_snapshot_test.go#L142:3: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/core/ledger/pvtdatastorage/store_created_from_snapshot_test.go#L239:3: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/core/ledger/pvtdatastorage/store_created_from_snapshot_test.go#L243:3: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/core/ledger/pvtdatastorage/store_created_from_snapshot_test.go#L247:3: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/core/ledger/pvtdatastorage/store_created_from_snapshot_test.go#L303:3: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/core/ledger/pvtdatastorage/store_created_from_snapshot_test.go#L307:3: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/core/ledger/pvtdatastorage/store_test.go#L664:2: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/core/ledger/pvtdatastorage/store_test.go#L676:2: bool-compare: use require.False
https://github.com/hyperledger/fabric/blob/main/core/ledger/pvtdatastorage/store_test.go#L691:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/peer/config_test.go#L105:2: bool-compare: use require.False
https://github.com/hyperledger/fabric/blob/main/core/peer/config_test.go#L106:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/peer/config_test.go#L144:2: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/core/peer/config_test.go#L145:2: bool-compare: use require.False
https://github.com/hyperledger/fabric/blob/main/core/peer/config_test.go#L152:2: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/core/peer/config_test.go#L153:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/peer/config_test.go#L390:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/peer/deliverevents_test.go#L237:9: len: use config.Len
https://github.com/hyperledger/fabric/blob/main/core/peer/deliverevents_test.go#L245:9: len: use config.Len
https://github.com/hyperledger/fabric/blob/main/core/peer/deliverevents_test.go#L311:9: len: use config.Len
https://github.com/hyperledger/fabric/blob/main/core/peer/deliverevents_test.go#L321:9: empty: use config.Empty
https://github.com/hyperledger/fabric/blob/main/core/peer/deliverevents_test.go#L465:9: len: use config.Len
https://github.com/hyperledger/fabric/blob/main/core/peer/deliverevents_test.go#L469:9: len: use config.Len
https://github.com/hyperledger/fabric/blob/main/core/peer/deliverevents_test.go#L474:11: len: use config.Len
https://github.com/hyperledger/fabric/blob/main/core/peer/deliverevents_test.go#L477:11: len: use config.Len
https://github.com/hyperledger/fabric/blob/main/core/peer/peer_test.go#L285:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/scc/inprocstream_test.go#L32:2: error-nil: use require.Error
https://github.com/hyperledger/fabric/blob/main/core/scc/cscc/configure_test.go#L405:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/scc/cscc/configure_test.go#L490:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/scc/lscc/lscc_test.go#L404:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/scc/lscc/lscc_test.go#L406:2: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/core/scc/lscc/lscc_test.go#L438:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/scc/lscc/lscc_test.go#L440:2: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/core/scc/lscc/lscc_test.go#L442:2: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/core/scc/lscc/lscc_test.go#L464:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/scc/lscc/lscc_test.go#L466:2: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/core/scc/lscc/lscc_test.go#L751:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/scc/lscc/lscc_test.go#L753:2: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/core/scc/lscc/lscc_test.go#L776:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/scc/lscc/lscc_test.go#L778:2: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/core/scc/lscc/lscc_test.go#L780:2: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/core/scc/lscc/lscc_test.go#L895:4: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/scc/lscc/lscc_test.go#L982:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/scc/lscc/lscc_test.go#L1091:2: negative-positive: use require.Positive
https://github.com/hyperledger/fabric/blob/main/core/scc/lscc/lscc_test.go#L1122:2: negative-positive: use require.Positive
https://github.com/hyperledger/fabric/blob/main/core/scc/lscc/lscc_test.go#L1125:2: negative-positive: use require.Positive
https://github.com/hyperledger/fabric/blob/main/core/scc/lscc/lscc_test.go#L1220:4: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/scc/lscc/deployedcc_infoprovider_test.go#L93:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/transientstore/delete_store_test.go#L91:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/core/transientstore/delete_store_test.go#L97:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/transientstore/delete_store_test.go#L104:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/transientstore/delete_store_test.go#L111:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/transientstore/delete_store_test.go#L118:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/transientstore/delete_store_test.go#L140:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/core/transientstore/delete_store_test.go#L149:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/transientstore/delete_store_test.go#L159:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/transientstore/delete_store_test.go#L182:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/core/transientstore/delete_store_test.go#L194:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/transientstore/delete_store_test.go#L205:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/transientstore/delete_store_test.go#L231:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/transientstore/delete_store_test.go#L243:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/core/transientstore/delete_store_test.go#L383:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/transientstore/delete_store_test.go#L397:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/core/transientstore/delete_store_test.go#L450:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/transientstore/store_test.go#L536:3: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/core/tx/processor_factory_test.go#L30:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/core/tx/processor_factory_test.go#L105:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/discovery/service_test.go#L40:3: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hyperledger/fabric/blob/main/discovery/authcache_test.go#L260:3: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/discovery/client/signer_test.go#L81:2: compares: use require.Less
https://github.com/hyperledger/fabric/blob/main/discovery/client/signer_test.go#L58:5: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/discovery/client/signer_test.go#L59:5: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/discovery/cmd/config_test.go#L36:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/discovery/cmd/config_test.go#L44:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/discovery/cmd/endorsers_test.go#L36:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/discovery/cmd/endorsers_test.go#L44:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/discovery/cmd/peers_test.go#L37:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/discovery/endorsement/endorsement_test.go#L135:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/discovery/endorsement/endorsement_test.go#L669:6: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/discovery/endorsement/endorsement_test.go#L1078:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/discovery/test/integration_test.go#L191:3: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/discovery/test/integration_test.go#L192:3: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/discovery/test/integration_test.go#L206:3: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/discovery/test/integration_test.go#L207:3: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/gossip/api/crypto_test.go#L63:4: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/comm/ack_test.go#L40:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/gossip/comm/ack_test.go#L109:2: compares: use require.Less
https://github.com/hyperledger/fabric/blob/main/gossip/comm/ack_test.go#L144:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/gossip/comm/comm_test.go#L374:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/gossip/comm/comm_test.go#L385:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/gossip/comm/comm_test.go#L399:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/gossip/comm/comm_test.go#L412:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/gossip/comm/comm_test.go#L424:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/gossip/comm/comm_test.go#L438:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/gossip/comm/comm_test.go#L449:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/gossip/comm/crypto_test.go#L110:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/gossip/comm/crypto_test.go#L111:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/gossip/comm/metrics_test.go#L68:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hyperledger/fabric/blob/main/gossip/comm/metrics_test.go#L73:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hyperledger/fabric/blob/main/gossip/comm/metrics_test.go#L78:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hyperledger/fabric/blob/main/gossip/comm/comm_test.go#L152:3: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/gossip/discovery/discovery_test.go#L476:2: compares: use require.NotSame
https://github.com/hyperledger/fabric/blob/main/gossip/discovery/discovery_test.go#L477:2: compares: use require.NotSame
https://github.com/hyperledger/fabric/blob/main/gossip/discovery/discovery_test.go#L1753:2: require-error: for error assertions use require
https://github.com/hyperledger/fabric/blob/main/gossip/election/adapter_test.go#L340:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hyperledger/fabric/blob/main/gossip/election/adapter_test.go#L351:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hyperledger/fabric/blob/main/gossip/filter/filter_test.go#L151:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/filter/filter_test.go#L152:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/filter/filter_test.go#L153:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/filter/filter_test.go#L154:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/anchor_test.go#L210:3: negative-positive: use require.Positive
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/anchor_test.go#L222:3: negative-positive: use require.Positive
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/batcher_test.go#L44:2: compares: use require.Less
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/certstore_test.go#L144:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/certstore_test.go#L183:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/gossip_test.go#L1635:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/orgs_test.go#L462:5: compares: use require.LessOrEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/gossip_test.go#L407:5: go-require: waitForTestCompletion contains assertions that must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/gossip_test.go#L499:5: go-require: waitForTestCompletion contains assertions that must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/gossip_test.go#L572:5: go-require: waitForTestCompletion contains assertions that must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/gossip_test.go#L717:5: go-require: waitForTestCompletion contains assertions that must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/gossip_test.go#L855:5: go-require: waitForTestCompletion contains assertions that must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/gossip_test.go#L1063:5: go-require: waitForTestCompletion contains assertions that must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/gossip_test.go#L1133:6: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/gossip_test.go#L1164:5: go-require: waitForTestCompletion contains assertions that must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/orgs_test.go#L386:5: go-require: inspectMsgs contains assertions that must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L224:3: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L244:4: compares: use require.NotEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L245:4: compares: use require.NotEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L246:4: compares: use require.NotEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L247:4: compares: use require.NotEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L254:4: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L255:4: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L257:4: compares: use require.NotEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L258:4: compares: use require.NotEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L265:4: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L266:4: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L268:4: compares: use require.NotEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L269:4: compares: use require.NotEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L326:2: compares: use require.NotEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L327:2: compares: use require.NotEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L328:2: compares: use require.NotEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L330:2: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L331:2: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L332:2: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L356:3: compares: use require.NotEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L357:3: compares: use require.NotEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L358:3: compares: use require.NotEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L359:3: compares: use require.NotEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L383:2: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L384:2: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L385:2: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L386:2: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L388:2: compares: use require.NotEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L389:2: compares: use require.NotEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L390:2: compares: use require.NotEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L391:2: compares: use require.NotEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L411:2: compares: use require.NotEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L412:2: compares: use require.NotEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L413:2: compares: use require.NotEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L414:2: compares: use require.NotEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L416:2: compares: use require.NotEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L417:2: compares: use require.NotEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L418:2: compares: use require.NotEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L419:2: compares: use require.NotEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L477:4: negative-positive: use require.Positive
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L512:2: compares: use require.NotEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L513:2: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L514:2: compares: use require.NotEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L515:2: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L516:2: compares: use require.NotEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L517:2: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L519:2: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L520:2: compares: use require.NotEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L521:2: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L522:2: compares: use require.NotEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L523:2: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/algo/pull_test.go#L524:2: compares: use require.NotEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/channel/channel_test.go#L336:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/channel/channel_test.go#L500:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/channel/channel_test.go#L1004:4: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/channel/channel_test.go#L1048:4: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/channel/channel_test.go#L1078:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/channel/channel_test.go#L1084:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/channel/channel_test.go#L1090:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/channel/channel_test.go#L1759:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/channel/channel_test.go#L1767:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/channel/channel_test.go#L1948:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/channel/channel_test.go#L2294:4: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/msgstore/msgs_test.go#L180:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/msgstore/msgs_test.go#L185:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/msgstore/msgs_test.go#L229:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/msgstore/msgs_test.go#L240:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/msgstore/msgs_test.go#L264:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/pull/pullstore_test.go#L335:4: compares: use require.GreaterOrEqual
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/pull/pullstore_test.go#L374:3: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/gossip/gossip/pull/pullstore_test.go#L382:3: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/coordinator_test.go#L451:2: len: use assertion.Len
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/coordinator_test.go#L480:2: len: use assertion.Len
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/coordinator_test.go#L486:2: len: use assertion.Len
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/coordinator_test.go#L755:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/coordinator_test.go#L756:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/coordinator_test.go#L757:3: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/coordinator_test.go#L813:3: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/coordinator_test.go#L1967:2: negative-positive: use require.Positive
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/coordinator_test.go#L1972:2: negative-positive: use require.Positive
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/coordinator_test.go#L1978:2: negative-positive: use require.Positive
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/coordinator_test.go#L1983:2: negative-positive: use require.Positive
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/dataretriever_test.go#L88:2: len: use assertion.Len
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/dataretriever_test.go#L153:2: len: use assertion.Len
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/dataretriever_test.go#L244:2: len: use assertion.Len
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/dataretriever_test.go#L330:2: len: use assertion.Len
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/dataretriever_test.go#L340:2: len: use assertion.Len
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/dataretriever_test.go#L355:2: len: use assertion.Len
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/distributor_test.go#L196:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/distributor_test.go#L240:2: negative-positive: use require.Positive
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/pull_test.go#L1029:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/pull_test.go#L1134:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/pull_test.go#L1136:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/pull_test.go#L1137:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/pull_test.go#L1216:2: negative-positive: use require.Positive
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/pull_test.go#L1221:2: negative-positive: use require.Positive
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/pvtdataprovider_test.go#L980:2: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/pvtdataprovider_test.go#L981:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/pvtdataprovider_test.go#L1077:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/pvtdataprovider_test.go#L1078:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/pvtdataprovider_test.go#L1361:4: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/reconcile_test.go#L80:3: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/reconcile_test.go#L140:3: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/reconcile_test.go#L176:3: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/reconcile_test.go#L246:3: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/reconcile_test.go#L272:3: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/reconcile_test.go#L371:3: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/reconcile_test.go#L395:3: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/reconcile_test.go#L419:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/reconcile_test.go#L471:3: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/config_test.go#L39:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/privdata/config_test.go#L57:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/protoext/message_test.go#L145:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/protoext/message_test.go#L159:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/protoext/message_test.go#L173:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/protoext/message_test.go#L187:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/protoext/message_test.go#L194:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/protoext/msgcomparator_test.go#L63:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/protoext/msgcomparator_test.go#L89:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/protoext/msgcomparator_test.go#L124:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/protoext/msgcomparator_test.go#L126:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/protoext/msgcomparator_test.go#L127:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/protoext/msgcomparator_test.go#L129:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/protoext/msgcomparator_test.go#L130:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/protoext/msgcomparator_test.go#L132:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/protoext/msgcomparator_test.go#L133:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/protoext/msgcomparator_test.go#L202:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/protoext/msgcomparator_test.go#L203:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/protoext/msgcomparator_test.go#L204:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/protoext/msgcomparator_test.go#L205:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/protoext/msgcomparator_test.go#L241:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/protoext/msgcomparator_test.go#L242:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/protoext/msgcomparator_test.go#L243:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/protoext/msgcomparator_test.go#L244:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/protoext/msgcomparator_test.go#L292:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/protoext/msgcomparator_test.go#L293:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/protoext/msgcomparator_test.go#L315:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/protoext/msgcomparator_test.go#L345:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/protoext/msgcomparator_test.go#L346:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/protoext/msgcomparator_test.go#L347:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/protoext/msgcomparator_test.go#L348:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/protoext/msgcomparator_test.go#L349:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/protoext/msgcomparator_test.go#L350:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/protoext/signing_test.go#L332:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/gossip/protoext/signing_test.go#L408:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/service/config_test.go#L54:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/state/metrics_test.go#L73:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hyperledger/fabric/blob/main/gossip/state/payloads_buffer_test.go#L39:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/state/payloads_buffer_test.go#L56:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/state/payloads_buffer_test.go#L58:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/state/payloads_buffer_test.go#L70:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/state/payloads_buffer_test.go#L72:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/state/payloads_buffer_test.go#L78:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/state/payloads_buffer_test.go#L96:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/state/payloads_buffer_test.go#L151:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/state/state_test.go#L668:3: compares: use require.LessOrEqual
https://github.com/hyperledger/fabric/blob/main/gossip/state/state_test.go#L735:2: compares: use require.Less
https://github.com/hyperledger/fabric/blob/main/gossip/state/state_test.go#L1518:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/state/state_test.go#L1523:2: len: use assertion.Len
https://github.com/hyperledger/fabric/blob/main/gossip/util/misc_test.go#L39:2: compares: use require.GreaterOrEqual
https://github.com/hyperledger/fabric/blob/main/gossip/util/misc_test.go#L116:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/gossip/util/misc_test.go#L117:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/util/misc_test.go#L122:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/util/msgs_test.go#L34:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/util/msgs_test.go#L43:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/util/msgs_test.go#L47:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/gossip/util/pubsub_test.go#L25:3: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/gossip/util/pubsub_test.go#L55:4: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/gossip/util/pubsub_test.go#L66:5: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/gossip/util/pubsub_test.go#L67:5: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/gossip/util/pubsub_test.go#L72:4: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/gossip/util/pubsub_test.go#L73:4: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/internal/cryptogen/ca/ca_test.go#L93:2: error-nil: use require.Error
https://github.com/hyperledger/fabric/blob/main/internal/cryptogen/ca/ca_test.go#L107:2: error-nil: use require.Error
https://github.com/hyperledger/fabric/blob/main/internal/cryptogen/ca/ca_test.go#L135:2: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/internal/cryptogen/ca/ca_test.go#L203:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/internal/cryptogen/ca/ca_test.go#L221:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/internal/cryptogen/ca/ca_test.go#L225:2: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/internal/cryptogen/csp/csp_test.go#L33:2: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/internal/cryptogen/csp/csp_test.go#L107:2: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/internal/cryptogen/msp/msp_test.go#L89:3: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/internal/cryptogen/msp/msp_test.go#L93:3: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/internal/cryptogen/msp/msp_test.go#L102:3: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/internal/cryptogen/msp/msp_test.go#L107:3: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/internal/cryptogen/msp/msp_test.go#L156:3: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/internal/fileutil/fileutil_test.go#L192:3: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/internal/fileutil/fileutil_test.go#L200:3: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/internal/ledgerutil/compare/compare_test.go#L917:4: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/internal/ledgerutil/identifytxs/identifytxs_test.go#L177:5: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/internal/ledgerutil/identifytxs/identifytxs_test.go#L182:5: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/internal/ledgerutil/identifytxs/identifytxs_test.go#L187:5: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/internal/ledgerutil/identifytxs/identifytxs_test.go#L192:5: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/internal/ledgerutil/verify/verify_test.go#L96:5: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/internal/ledgerutil/verify/verify_test.go#L103:5: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/internal/peer/chaincode/common_test.go#L43:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/internal/peer/chaincode/common_test.go#L53:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/internal/peer/chaincode/common_test.go#L239:2: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/internal/peer/chaincode/common_test.go#L255:2: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/internal/peer/chaincode/common_test.go#L270:2: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/internal/peer/chaincode/common_test.go#L285:2: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/internal/peer/chaincode/common_test.go#L417:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/internal/peer/chaincode/common_test.go#L732:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/internal/peer/chaincode/common_test.go#L758:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/internal/peer/chaincode/common_test.go#L800:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/internal/peer/chaincode/flags_test.go#L37:4: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/internal/peer/chaincode/flags_test.go#L38:4: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/internal/peer/chaincode/flags_test.go#L66:2: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/internal/peer/chaincode/flags_test.go#L67:2: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/internal/peer/channel/flags_test.go#L36:4: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/internal/peer/channel/flags_test.go#L37:4: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/internal/peer/channel/flags_test.go#L63:2: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/internal/peer/channel/flags_test.go#L64:2: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/internal/peer/common/deliverclient_test.go#L112:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/internal/peer/common/deliverclient_test.go#L113:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/internal/peer/common/deliverclient_test.go#L122:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/internal/peer/common/common_test.go#L85:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/internal/peer/common/common_test.go#L416:2: bool-compare: use require.False
https://github.com/hyperledger/fabric/blob/main/internal/peer/common/common_test.go#L440:2: bool-compare: use require.False
https://github.com/hyperledger/fabric/blob/main/internal/peer/common/common_test.go#L461:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/internal/peer/common/networkconfig_test.go#L38:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/internal/peer/common/networkconfig_test.go#L41:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/internal/peer/common/networkconfig_test.go#L47:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/internal/peer/common/ordererenv_test.go#L35:4: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/internal/peer/common/ordererenv_test.go#L36:4: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/internal/peer/common/ordererenv_test.go#L58:2: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/internal/peer/common/ordererenv_test.go#L59:2: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/internal/peer/common/peerclient_test.go#L246:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/internal/peer/common/peerclient_test.go#L260:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/internal/peer/common/peerclient_test.go#L273:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/internal/peer/common/peerclient_test.go#L286:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/internal/peer/common/peerclient_test.go#L300:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/internal/peer/common/peerclient_test.go#L311:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/internal/peer/gossip/mcs_test.go#L327:3: require-error: for error assertions use require
https://github.com/hyperledger/fabric/blob/main/internal/peer/gossip/mcs_test.go#L331:3: require-error: for error assertions use require
https://github.com/hyperledger/fabric/blob/main/internal/peer/gossip/mcs_test.go#L332:3: require-error: for error assertions use require
https://github.com/hyperledger/fabric/blob/main/internal/peer/gossip/mcs_test.go#L333:3: require-error: for error assertions use require
https://github.com/hyperledger/fabric/blob/main/internal/peer/gossip/mcs_test.go#L344:3: require-error: for error assertions use require
https://github.com/hyperledger/fabric/blob/main/internal/peer/gossip/mcs_test.go#L348:3: require-error: for error assertions use require
https://github.com/hyperledger/fabric/blob/main/internal/peer/gossip/mcs_test.go#L350:3: require-error: for error assertions use require
https://github.com/hyperledger/fabric/blob/main/internal/peer/gossip/mcs_test.go#L352:3: require-error: for error assertions use require
https://github.com/hyperledger/fabric/blob/main/internal/peer/lifecycle/chaincode/client_connections_test.go#L19:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/internal/peer/node/grpc_limiters_test.go#L27:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/internal/peer/node/grpc_limiters_test.go#L37:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/internal/peer/node/start_test.go#L46:3: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/internal/pkg/comm/server_test.go#L524:2: bool-compare: use require.False
https://github.com/hyperledger/fabric/blob/main/internal/pkg/comm/server_test.go#L525:2: bool-compare: use require.False
https://github.com/hyperledger/fabric/blob/main/internal/pkg/comm/server_test.go#L558:2: bool-compare: use require.False
https://github.com/hyperledger/fabric/blob/main/internal/pkg/comm/server_test.go#L559:2: bool-compare: use require.False
https://github.com/hyperledger/fabric/blob/main/internal/pkg/comm/server_test.go#L603:2: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/internal/pkg/comm/server_test.go#L604:2: bool-compare: use require.False
https://github.com/hyperledger/fabric/blob/main/internal/pkg/comm/server_test.go#L877:3: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/internal/pkg/gateway/api_test.go#L295:2: compares: use require.NotEqual
https://github.com/hyperledger/fabric/blob/main/internal/pkg/gateway/api_test.go#L549:2: error-nil: use require.Error
https://github.com/hyperledger/fabric/blob/main/internal/pkg/gateway/endorsement_test.go#L25:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/internal/pkg/gateway/endorsement_test.go#L57:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/internal/pkg/gateway/endorsement_test.go#L96:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/internal/pkg/gateway/endorsement_test.go#L142:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/internal/pkg/gateway/endorsement_test.go#L192:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/internal/pkg/gateway/endorsement_test.go#L206:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/internal/pkg/gateway/endorsement_test.go#L238:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/internal/pkg/gateway/endorsement_test.go#L249:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/internal/pkg/gateway/submit_test.go#L188:5: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/internal/pkg/gateway/commit/blocknotifier_test.go#L38:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/internal/pkg/gateway/commit/blocknotifier_test.go#L54:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/internal/pkg/gateway/commit/blocknotifier_test.go#L64:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/internal/pkg/gateway/event/iterator_test.go#L178:5: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/internal/pkg/txflags/validation_flags_test.go#L18:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/internal/pkg/txflags/validation_flags_test.go#L22:2: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/internal/pkg/txflags/validation_flags_test.go#L25:2: bool-compare: use require.True
https://github.com/hyperledger/fabric/blob/main/msp/configbuilder_test.go#L25:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/msp/configbuilder_test.go#L123:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/msp/msp_test.go#L149:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/msp/msp_test.go#L391:3: error-is-as: use require.ErrorAs
https://github.com/hyperledger/fabric/blob/main/msp/msp_test.go#L439:3: error-is-as: use require.ErrorAs
https://github.com/hyperledger/fabric/blob/main/msp/nodeous_test.go#L227:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/msp/cache/cache_test.go#L147:2: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/msp/cache/cache_test.go#L133:4: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/msp/cache/cache_test.go#L134:4: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/msp/cache/second_chance_test.go#L75:6: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/msp/cache/second_chance_test.go#L81:6: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/msp/cache/second_chance_test.go#L89:6: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/msp/cache/second_chance_test.go#L95:6: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/msp/mgmt/mgmt_test.go#L83:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/orderer/common/channelparticipation/restapi_test.go#L140:3: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/orderer/common/channelparticipation/restapi_test.go#L166:3: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/orderer/common/channelparticipation/restapi_test.go#L187:4: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/orderer/common/cluster/comm_test.go#L490:4: compares: use require.Greater
https://github.com/hyperledger/fabric/blob/main/orderer/common/cluster/comm_test.go#L741:2: compares: use require.Same
https://github.com/hyperledger/fabric/blob/main/orderer/common/cluster/comm_test.go#L1267:5: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hyperledger/fabric/blob/main/orderer/common/cluster/comm_test.go#L1268:5: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hyperledger/fabric/blob/main/orderer/common/cluster/comm_test.go#L1285:5: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hyperledger/fabric/blob/main/orderer/common/cluster/comm_test.go#L1286:5: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hyperledger/fabric/blob/main/orderer/common/cluster/comm_test.go#L1313:5: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hyperledger/fabric/blob/main/orderer/common/cluster/comm_test.go#L1326:5: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hyperledger/fabric/blob/main/orderer/common/cluster/comm_test.go#L1327:5: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hyperledger/fabric/blob/main/orderer/common/cluster/connections_test.go#L36:3: compares: use require.Same
https://github.com/hyperledger/fabric/blob/main/orderer/common/cluster/connections_test.go#L91:4: compares: use require.Same
https://github.com/hyperledger/fabric/blob/main/orderer/common/cluster/deliver_test.go#L300:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/orderer/common/cluster/deliver_test.go#L314:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/orderer/common/cluster/deliver_test.go#L410:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/orderer/common/cluster/deliver_test.go#L443:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/orderer/common/cluster/rpc_test.go#L91:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/orderer/common/cluster/service_test.go#L111:3: compares: use require.Same
https://github.com/hyperledger/fabric/blob/main/orderer/common/cluster/service_test.go#L220:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hyperledger/fabric/blob/main/orderer/common/cluster/service_test.go#L222:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hyperledger/fabric/blob/main/orderer/common/cluster/util_test.go#L86:2: compares: use require.Same
https://github.com/hyperledger/fabric/blob/main/orderer/common/cluster/util_test.go#L88:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/orderer/common/cluster/util_test.go#L1107:5: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/orderer/common/cluster/comm_test.go#L705:3: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/orderer/common/cluster/comm_test.go#L707:3: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/orderer/common/cluster/connections_test.go#L88:4: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/orderer/common/cluster/connections_test.go#L91:4: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/orderer/common/cluster/deliver_test.go#L1369:3: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/orderer/common/follower/follower_chain_test.go#L161:3: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/orderer/common/follower/follower_chain_test.go#L238:3: compares: use require.Greater
https://github.com/hyperledger/fabric/blob/main/orderer/common/follower/follower_chain_test.go#L239:3: negative-positive: use require.Positive
https://github.com/hyperledger/fabric/blob/main/orderer/common/follower/follower_chain_test.go#L281:3: compares: use require.Less
https://github.com/hyperledger/fabric/blob/main/orderer/common/follower/follower_chain_test.go#L544:3: compares: use require.GreaterOrEqual
https://github.com/hyperledger/fabric/blob/main/orderer/common/localconfig/config_test.go#L24:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/orderer/common/localconfig/config_test.go#L74:2: error-nil: use require.Error
https://github.com/hyperledger/fabric/blob/main/orderer/common/localconfig/config_test.go#L82:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/orderer/common/localconfig/config_test.go#L91:2: error-nil: use require.Error
https://github.com/hyperledger/fabric/blob/main/orderer/common/localconfig/config_test.go#L182:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/orderer/common/localconfig/config_test.go#L204:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/orderer/common/localconfig/config_test.go#L205:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/orderer/common/localconfig/config_test.go#L226:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/orderer/common/localconfig/flatten_test.go#L52:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/orderer/common/localconfig/flatten_test.go#L53:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/orderer/common/localconfig/flatten_test.go#L54:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/orderer/common/localconfig/flatten_test.go#L55:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/orderer/common/localconfig/flatten_test.go#L56:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/orderer/common/msgprocessor/expiration_test.go#L112:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/orderer/common/msgprocessor/expiration_test.go#L121:3: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/orderer/common/msgprocessor/expiration_test.go#L123:3: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/orderer/common/msgprocessor/expiration_test.go#L128:3: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/orderer/common/msgprocessor/expiration_test.go#L130:3: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/orderer/common/msgprocessor/filter_test.go#L27:3: error-nil: use require.Error
https://github.com/hyperledger/fabric/blob/main/orderer/common/msgprocessor/filter_test.go#L30:3: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/orderer/common/msgprocessor/filter_test.go#L35:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/orderer/common/msgprocessor/filter_test.go#L40:3: error-nil: use require.Error
https://github.com/hyperledger/fabric/blob/main/orderer/common/msgprocessor/filter_test.go#L43:3: error-nil: use require.Error
https://github.com/hyperledger/fabric/blob/main/orderer/common/msgprocessor/filter_test.go#L46:3: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/orderer/common/msgprocessor/filter_test.go#L49:3: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/orderer/common/msgprocessor/sigfilter_test.go#L63:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/orderer/common/msgprocessor/sizefilter_test.go#L34:3: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/orderer/common/msgprocessor/sizefilter_test.go#L38:3: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/orderer/common/msgprocessor/sizefilter_test.go#L42:3: error-nil: use require.Error
https://github.com/hyperledger/fabric/blob/main/orderer/common/msgprocessor/sizefilter_test.go#L46:3: error-nil: use require.Error
https://github.com/hyperledger/fabric/blob/main/orderer/common/msgprocessor/sizefilter_test.go#L52:3: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/orderer/common/msgprocessor/standardchannel_test.go#L59:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/orderer/common/msgprocessor/standardchannel_test.go#L63:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/orderer/common/msgprocessor/standardchannel_test.go#L67:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/orderer/common/msgprocessor/standardchannel_test.go#L71:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/orderer/common/msgprocessor/standardchannel_test.go#L85:3: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/orderer/common/msgprocessor/standardchannel_test.go#L124:3: error-nil: use require.Error
https://github.com/hyperledger/fabric/blob/main/orderer/common/msgprocessor/standardchannel_test.go#L135:3: error-nil: use require.Error
https://github.com/hyperledger/fabric/blob/main/orderer/common/msgprocessor/standardchannel_test.go#L151:3: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/orderer/common/msgprocessor/standardchannel_test.go#L199:3: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/orderer/common/multichannel/blockwriter_test.go#L330:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/orderer/common/multichannel/blockwriter_test.go#L491:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/orderer/common/multichannel/blockwriter_test.go#L496:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/orderer/common/multichannel/blockwriter_test.go#L501:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/orderer/common/multichannel/registrar_test.go#L828:4: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/orderer/common/multichannel/registrar_test.go#L862:3: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/orderer/common/multichannel/registrar_test.go#L896:3: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/orderer/common/multichannel/registrar_test.go#L953:3: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/orderer/common/multichannel/registrar_test.go#L989:3: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/orderer/common/multichannel/registrar_test.go#L1013:3: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/orderer/common/multichannel/registrar_test.go#L1024:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hyperledger/fabric/blob/main/orderer/common/multichannel/registrar_test.go#L1028:2: float-compare: use require.InEpsilon (or InDelta)
https://github.com/hyperledger/fabric/blob/main/orderer/common/multichannel/registrar_test.go#L1182:4: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/orderer/common/multichannel/registrar_test.go#L1265:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/orderer/common/server/main_test.go#L468:3: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/orderer/common/server/main_test.go#L630:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/orderer/common/server/main_test.go#L631:2: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/orderer/common/server/main_test.go#L682:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/orderer/common/server/main_test.go#L683:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/orderer/common/server/server_test.go#L88:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/orderer/common/server/server_test.go#L95:4: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/orderer/common/server/server_test.go#L101:4: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/orderer/common/server/server_test.go#L149:2: compares: use require.Equal
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/etcdraft/eviction_test.go#L268:4: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/etcdraft/util_test.go#L186:2: error-nil: use assert.NoError
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/etcdraft/util_test.go#L369:4: error-nil: use require.Error
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/etcdraft/util_test.go#L412:3: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/etcdraft/util_test.go#L428:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/etcdraft/util_test.go#L430:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/smartbft/chain_test.go#L233:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/smartbft/chain_test.go#L234:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/smartbft/chain_test.go#L265:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/smartbft/chain_test.go#L266:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/smartbft/chain_test.go#L332:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/smartbft/chain_test.go#L333:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/smartbft/chain_test.go#L391:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/smartbft/chain_test.go#L392:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/smartbft/chain_test.go#L421:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/smartbft/chain_test.go#L422:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/smartbft/synchronizer_bft_test.go#L397:3: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/smartbft/synchronizer_bft_test.go#L535:3: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/smartbft/sync_buffer_test.go#L33:4: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/smartbft/sync_buffer_test.go#L53:4: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/smartbft/sync_buffer_test.go#L54:4: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/smartbft/sync_buffer_test.go#L75:4: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/smartbft/sync_buffer_test.go#L99:4: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/smartbft/sync_buffer_test.go#L100:4: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/smartbft/sync_buffer_test.go#L125:5: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/smartbft/sync_buffer_test.go#L126:5: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/smartbft/sync_buffer_test.go#L179:4: go-require: require must only be used in the goroutine running the test function
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/smartbft/verifier_test.go#L390:4: require-error: for error assertions use require
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/smartbft/signer_test.go#L100:2: require-error: for error assertions use require
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/smartbft/configverifier_test.go#L34:2: require-error: for error assertions use require
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/smartbft/verifier_test.go#L623:5: require-error: for error assertions use require
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/smartbft/verifier_test.go#L631:4: require-error: for error assertions use require
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/smartbft/verifier_test.go#L43:3: require-error: for error assertions use require
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/smartbft/configverifier_test.go#L264:5: require-error: for error assertions use require
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/smartbft/ingress_test.go#L100:3: require-error: for error assertions use require
https://github.com/hyperledger/fabric/blob/main/orderer/consensus/smartbft/ingress_test.go#L51:3: require-error: for error assertions use require
https://github.com/hyperledger/fabric/blob/main/protoutil/blockutils_test.go#L184:3: empty: use require.Empty
https://github.com/hyperledger/fabric/blob/main/protoutil/blockutils_test.go#L286:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/protoutil/blockutils_test.go#L295:2: len: use require.Len
https://github.com/hyperledger/fabric/blob/main/protoutil/proputils_test.go#L208:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/protoutil/proputils_test.go#L210:2: expected-actual: need to reverse actual and expected values
https://github.com/hyperledger/fabric/blob/main/protoutil/proputils_test.go#L220:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/protoutil/proputils_test.go#L449:2: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/protoutil/txutils_test.go#L548:3: error-nil: use require.NoError
https://github.com/hyperledger/fabric/blob/main/protoutil/txutils_test.go#L556:3: error-nil: use require.NoError

Report issue: https://github.com/hyperledger/fabric/issues

github-actions[bot] commented 5 days ago

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

pkg/appbom/gobinhash.go#L10:12: pattern gobinhash: no matching files found
testifylint: error during loading

Report issue: https://github.com/slimtoolkit/slim/issues