chore: updated template files #4
Annotations
10 errors and 2 warnings
lint:
stack_test.go#L82
File is not `gofumpt`-ed (gofumpt)
|
lint:
stack_test.go#L83
unnecessary trailing newline (whitespace)
|
lint:
stack_test.go#L11
Function TestStack missing the call to method parallel
|
lint:
stack_test.go#L19
Function TestStack missing the call to method parallel in the test run
|
lint:
stack_test.go#L23
Function TestStack missing the call to method parallel in the test run
|
lint:
stack_test.go#L27
Function TestStack missing the call to method parallel in the test run
|
lint:
examples_test.go#L104
variable name 's' is too short for the scope of its usage (varnamelen)
|
lint:
examples_test.go#L38
variable name 's' is too short for the scope of its usage (varnamelen)
|
lint:
examples_test.go#L75
variable name 's' is too short for the scope of its usage (varnamelen)
|
lint:
stack.go#L36
type assertion must be checked (forcetypeassert)
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, 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:
stack_test.go#L14
unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
|