Skip to content

feat: Add AST nodes for the var and const declarations #29

feat: Add AST nodes for the var and const declarations

feat: Add AST nodes for the var and const declarations #29

Triggered via push August 10, 2025 17:24
Status Failure
Total duration 20s
Artifacts

ci.yml

on: push
Build and Lint
17s
Build and Lint
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
Build and Lint
issues found
Build and Lint: internal/ast/variable_declaration.go#L22
exported: exported method VariableDeclaration.Position should have comment or be unexported (revive)
Build and Lint: internal/ast/variable_declaration.go#L14
exported: exported method VariableDeclaration.Expr should have comment or be unexported (revive)
Build and Lint: internal/ast/variable_declaration.go#L7
exported: exported type VariableDeclaration should have comment or be unexported (revive)
Build and Lint: internal/ast/constant_declaration.go#L22
exported: exported method ConstantDeclaration.Position should have comment or be unexported (revive)
Build and Lint: internal/ast/constant_declaration.go#L14
exported: exported method ConstantDeclaration.Expr should have comment or be unexported (revive)
Build and Lint: internal/ast/constant_declaration.go#L7
exported: exported type ConstantDeclaration should have comment or be unexported (revive)
Build and Lint
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2