Skip to content

feature: Add relationship between core entities to make it persistable in database #575

feature: Add relationship between core entities to make it persistable in database

feature: Add relationship between core entities to make it persistable in database #575

Triggered via pull request April 6, 2025 13:48
Status Failure
Total duration 1m 17s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
lint: sourcecode-parser/db/db.go#L190
Error return value of `database.Exec` is not checked (errcheck)
lint: sourcecode-parser/db/db.go#L189
Error return value of `database.Exec` is not checked (errcheck)
lint: sourcecode-parser/db/db.go#L188
Error return value of `database.Exec` is not checked (errcheck)
lint: sourcecode-parser/db/closure_table.go#L39
appendAssign: append result not assigned to the same slice (gocritic)
lint: sourcecode-parser/cmd/query.go#L175
commentedOutCode: may want to remove commented-out code (gocritic)
lint: sourcecode-parser/cmd/query.go#L145
commentedOutCode: may want to remove commented-out code (gocritic)
lint: sourcecode-parser/antlr/listener_impl.go#L343
ifElseChain: rewrite if-else to switch statement (gocritic)
lint: sourcecode-parser/antlr/listener_impl.go#L299
ifElseChain: rewrite if-else to switch statement (gocritic)
lint: sourcecode-parser/antlr/listener_impl.go#L32
File is not properly formatted (gofmt)
lint: sourcecode-parser/antlr/listener_impl.go#L30
Comment should end in a period (godot)
lint: sourcecode-parser/db/db.go#L143
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
lint: sourcecode-parser/db/db.go#L135
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
lint: sourcecode-parser/db/db.go#L121
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
lint: sourcecode-parser/db/db.go#L111
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
lint: sourcecode-parser/db/db.go#L93
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
lint: sourcecode-parser/db/db.go#L79
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
lint: sourcecode-parser/db/db.go#L71
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
lint: sourcecode-parser/db/db.go#L61
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
lint: sourcecode-parser/db/db.go#L53
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
lint: sourcecode-parser/db/db.go#L7
blank-imports: a blank import should be only in a main or test package, or have a comment justifying it (revive)
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/code-pathfinder/code-pathfinder. Supported file pattern: go.sum