-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run Linter testifylint.yaml For Top 1w github golang repo #2
Comments
Run 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 |
Run 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 |
Run 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 |
Run 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 |
Run -: # 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 |
Run 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 |
Run 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 |
Run 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 |
Run 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 |
Run 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 |
Run 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 |
Run 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 |
Run 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 |
Run 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 |
Run -: # 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 |
Run 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 |
Run -: # 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 |
Run 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 |
Run 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 |
Run web/dist.go#L30:12: pattern dist/*: no matching files found
testifylint: error during loading Report issue: https://github.com/harness/gitness/issues |
Run 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 |
Run 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 |
Run 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 |
Run -: # 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 |
Run testifylint: ./... matched no packages Report issue: https://github.com/openfaas/faas/issues |
Run 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 |
Run 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 |
Run -: # 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 |
Run
Report issue: https://github.com/uber/kraken/issues |
Run
Report issue: https://github.com/kubernetes/kube-state-metrics/issues |
Run
Report issue: https://github.com/TencentBlueKing/bk-cmdb/issues |
Run
Report issue: https://github.com/deepmap/oapi-codegen/issues |
Run
Report issue: https://github.com/microsoft/ethr/issues |
Run
Report issue: https://github.com/google/seesaw/issues |
Run
Report issue: https://github.com/vektra/mockery/issues |
Run
Report issue: https://github.com/go-pg/pg/issues |
Run
Report issue: https://github.com/fnproject/fn/issues |
Run
Report issue: https://github.com/hashicorp/terraform-provider-azurerm/issues |
Run
Report issue: https://github.com/pachyderm/pachyderm/issues |
Run
Report issue: https://github.com/anchore/syft/issues |
Run
Report issue: https://github.com/goss-org/goss/issues |
Run
Report issue: https://github.com/contribsys/faktory/issues |
Run
Report issue: https://github.com/easegress-io/easegress/issues |
Run
Report issue: https://github.com/goadesign/goa/issues |
Run
Report issue: https://github.com/nats-io/nats.go/issues |
Run
Report issue: https://github.com/projectcalico/calico/issues |
Run
Report issue: https://github.com/rebuy-de/aws-nuke/issues |
Run
Report issue: https://github.com/h2non/imaginary/issues |
Run
Report issue: https://github.com/google/syzkaller/issues |
Run
Report issue: https://github.com/kubevirt/kubevirt/issues |
Run
Report issue: https://github.com/gorgonia/gorgonia/issues |
Run
Report issue: https://github.com/dgraph-io/ristretto/issues |
Run
Report issue: https://github.com/cortexproject/cortex/issues |
Run
Report issue: https://github.com/anacrolix/torrent/issues |
Run
Report issue: https://github.com/cri-o/cri-o/issues |
Run
Report issue: https://github.com/kyverno/kyverno/issues |
Run
Report issue: https://github.com/eksctl-io/eksctl/issues |
https://github.com/alingse/go-linter-runner/blob/main/jobs/testifylint.yaml
the failed actions https://github.com/alingse/go-linter-runner/actions?query=is%3Afailure
The text was updated successfully, but these errors were encountered: