Command line code generator for supporting files #273
cicd.yml
on: pull_request
Linting
21s
Unit Tests
0s
Annotations
10 errors and 1 warning
Linting:
internal/generator/generator_util.go#L22
Comment should end in a period (godot)
|
Linting:
internal/generator/generator_util.go#L26
Comment should end in a period (godot)
|
Linting:
internal/generator/generator_util.go#L33
Comment should end in a period (godot)
|
Linting:
internal/generator/generator_util.go#L219
fmt.Errorf can be replaced with errors.New (perfsprint)
|
Linting:
internal/generator/generator_util_test.go#L24
fmt.Errorf can be replaced with errors.New (perfsprint)
|
Linting:
internal/generator/generator_util.go#L49
directive `//nolint:gochecknoglobals` is unused for linter "gochecknoglobals" (nolintlint)
|
Linting:
internal/generator/generator_util.go#L123
directive `//nolint:funlen` is unused for linter "funlen" (nolintlint)
|
Linting:
internal/generator/generator_util.go#L187
directive `//nolint:funlen` is unused for linter "funlen" (nolintlint)
|
Linting:
internal/generator/generator_util.go#L225
directive `//nolint:funlen` is unused for linter "funlen" (nolintlint)
|
Linting
issues found
|
Linting
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|