✨ (v3) feature: Implement new generic functions: Params, Get and Convert #5318
Annotations
9 errors and 2 warnings
lint:
ctx.go#L976
`paramaters` is a misspelling of `parameters` (misspell)
|
lint:
ctx_test.go#L2393
bool-compare: use require.True (testifylint)
|
lint:
ctx_test.go#L2394
bool-compare: use require.True (testifylint)
|
lint:
ctx_test.go#L2395
bool-compare: use require.False (testifylint)
|
lint:
ctx_test.go#L2396
bool-compare: use require.True (testifylint)
|
lint:
ctx_test.go#L2399
float-compare: use require.InEpsilon (or InDelta) (testifylint)
|
lint:
ctx_test.go#L2400
float-compare: use require.InEpsilon (or InDelta) (testifylint)
|
lint:
ctx_test.go#L2401
float-compare: use require.InEpsilon (or InDelta) (testifylint)
|
lint
issues found
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint:
ctx.go#L1135
unused-parameter: parameter 'defaultValue' seems to be unused, consider removing or renaming it as _ (revive)
|