feat: add basic AST pretty printer implementation #7
Annotations
9 errors and 1 warning
Run golangci-lint:
scripts/main.go#L32
Error return value of `file.WriteString` is not checked (errcheck)
|
Run golangci-lint:
scripts/main.go#L35
Error return value of `file.WriteString` is not checked (errcheck)
|
Run golangci-lint:
scripts/main.go#L38
Error return value of `file.WriteString` is not checked (errcheck)
|
Run golangci-lint:
scripts/main.go#L12
func `main` is unused (unused)
|
Run golangci-lint:
scripts/main.go#L22
func `defineAst` is unused (unused)
|
Run golangci-lint:
scripts/main.go#L55
func `defineVisitor` is unused (unused)
|
Run golangci-lint:
scripts/main.go#L68
func `defineType` is unused (unused)
|
Run golangci-lint:
printer/main.go#L14
func `main` is unused (unused)
|
Run golangci-lint
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading