generate release notes for delta since latest release of each chart #3
Annotations
7 errors
ci:
pkg/releaser/releaser_test.go#L1
Please run goimports.
diff --git a/pkg/releaser/releaser_test.go b/pkg/releaser/releaser_test.go
index 4f8b136..eba8d14 100644
--- a/pkg/releaser/releaser_test.go
+++ b/pkg/releaser/releaser_test.go
@@ -135,7 +135,7 @@ func (f *FakeGitHub) GetLatestChartRelease(_ context.Context, prefix string) (*g
// GenerateReleaseNotes generates the release notes for a release
func (f *FakeGitHub) GenerateReleaseNotes(_ context.Context, latestRelease *github.Release, nextRelease string) (string, error) {
-
+
f.Called(latestRelease, nextRelease)
notes := "# Noted."
|
ci
Process completed with exit code 1.
|
lint:
pkg/github/github.go#L132
superfluous-else: if block ends with a break statement, so drop this else and outdent its block (revive)
|
lint:
pkg/github/github.go#L107
unnecessary leading newline (whitespace)
|
lint:
pkg/releaser/releaser_test.go#L120
unnecessary leading newline (whitespace)
|
lint:
pkg/releaser/releaser_test.go#L137
unnecessary leading newline (whitespace)
|
lint
issues found
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
diff
Expired
|
398 Bytes |
|