Skip to content

update readme

update readme #39

Triggered via push August 23, 2023 18:53
Status Failure
Total duration 35s
Artifacts
static-analysis  /  lint
24s
static-analysis / lint
static-analysis  /  test
9s
static-analysis / test
Fit to window
Zoom out
Zoom in

Annotations

20 errors
static-analysis / test
Process completed with exit code 1.
static-analysis / lint: internal/ast/ast.go#L1
at least one file in a package should have a package comment (ST1000)
static-analysis / lint: internal/ast/diff.go#L1
at least one file in a package should have a package comment (ST1000)
static-analysis / lint: internal/ast/equality.go#L1
at least one file in a package should have a package comment (ST1000)
static-analysis / lint: internal/ast/func-decl.go#L1
at least one file in a package should have a package comment (ST1000)
static-analysis / lint: internal/ast/package.go#L1
at least one file in a package should have a package comment (ST1000)
static-analysis / lint: internal/ast/type-spec.go#L1
at least one file in a package should have a package comment (ST1000)
static-analysis / lint: internal/ast/value-spec.go#L1
at least one file in a package should have a package comment (ST1000)
static-analysis / lint: internal/cache/cache.go#L1
at least one file in a package should have a package comment (ST1000)
static-analysis / lint
Process completed with exit code 1.
static-analysis / lint: internal/ast/ast.go#L8
exported type Node should have comment or be unexported
static-analysis / lint: internal/ast/ast.go#L9
exported type Package should have comment or be unexported
static-analysis / lint: internal/ast/ast.go#L11
exported type Type should have comment or be unexported
static-analysis / lint: internal/ast/ast.go#L26
exported const Patch should have comment (or a comment on this block) or be unexported
static-analysis / lint: internal/ast/ast.go#L43
exported function Compare should have comment or be unexported
static-analysis / lint: internal/ast/diff.go#L5
exported type Change should have comment or be unexported
static-analysis / lint: internal/ast/diff.go#L11
exported type Diff should have comment or be unexported
static-analysis / lint: internal/ast/diff.go#L13
exported method Diff.Add should have comment or be unexported
static-analysis / lint: internal/ast/diff.go#L20
exported method Diff.Merge should have comment or be unexported
static-analysis / lint: internal/ast/diff.go#L27
exported method Diff.Type should have comment or be unexported