Skip to content

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

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

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

Triggered via pull request February 19, 2025 02:56
Status Failure
Total duration 1m 12s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
lint: sourcecode-parser/cmd/query.go#L145
commentedOutCode: may want to remove commented-out code (gocritic)
lint: sourcecode-parser/cmd/query.go#L175
commentedOutCode: may want to remove commented-out code (gocritic)
lint: sourcecode-parser/db/db.go#L163
Error return value of `database.Exec` is not checked (errcheck)
lint: sourcecode-parser/db/db.go#L164
Error return value of `database.Exec` is not checked (errcheck)
lint: sourcecode-parser/db/db.go#L165
Error return value of `database.Exec` is not checked (errcheck)
lint: sourcecode-parser/db/db.go#L166
Error return value of `database.Exec` is not checked (errcheck)
lint: sourcecode-parser/db/db.go#L167
Error return value of `database.Exec` is not checked (errcheck)
lint: sourcecode-parser/db/db.go#L168
Error return value of `database.Exec` is not checked (errcheck)
lint: sourcecode-parser/db/db.go#L169
Error return value of `database.Exec` is not checked (errcheck)
lint: sourcecode-parser/db/db.go#L170
Error return value of `database.Exec` is not checked (errcheck)
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/cmd/query.go#L124
unused-parameter: parameter 'treeHolder' seems to be unused, consider removing or renaming it as _ (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: 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#L61
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#L79
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
lint: sourcecode-parser/db/db.go#L89
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#L119
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
lint: sourcecode-parser/db/db.go#L127
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)