Skip to content

feature: 🍺 Class with inheritance support #466

feature: 🍺 Class with inheritance support

feature: 🍺 Class with inheritance support #466

Triggered via pull request January 3, 2025 21:23
Status Failure
Total duration 49s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 5 warnings
lint: sourcecode-parser/antlr/listener_impl.go#L85
typeDefFirst: definition of type 'CustomQueryListener' should appear before its methods (gocritic)
lint
issues found
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/code-pathfinder/code-pathfinder. Supported file pattern: go.sum
lint: sourcecode-parser/antlr/listener_impl.go#L38
var-naming: don't use underscores in Go names; method EnterMethod_chain should be EnterMethodChain (revive)
lint: sourcecode-parser/antlr/listener_impl.go#L107
var-naming: don't use underscores in Go names; method EnterClass_declaration should be EnterClassDeclaration (revive)
lint: sourcecode-parser/antlr/listener_impl.go#L115
var-naming: don't use underscores in Go names; method EnterMethod_declaration should be EnterMethodDeclaration (revive)