feature: Add relationship between core entities to make it persistable in database #576
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/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/antlr/evaluator.go#L59
Comment should end in a period (godot)
|
lint:
sourcecode-parser/antlr/evaluator.go#L31
Comment should end in a period (godot)
|
lint:
sourcecode-parser/antlr/evaluator.go#L24
Error return value is not checked (errcheck)
|
lint:
sourcecode-parser/antlr/evaluator.go#L9
Comment should end in a period (godot)
|
lint:
sourcecode-parser/antlr/evaluator.go#L5
File is not properly formatted (gofmt)
|
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
|