Skip to content

Tests

Tests #4

Manually triggered March 3, 2024 23:10
Status Failure
Total duration 3m 46s
Artifacts

tests.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: core/db/filter.go#L153
string `, :` has 6 occurrences, make it a constant (goconst)
lint: core/db/filter.go#L201
string ` AND ` has 10 occurrences, make it a constant (goconst)
lint: core/model/auth.go#L13
model/auth.go:13: Line contains TODO/BUG/FIXME: "TODO: Make this configurable." (godox)
lint: core/db/filter.go#L164
db/filter.go:164: Line contains TODO/BUG/FIXME: "TODO: Implement IN and NOT IN" (godox)
lint: core/services/event.go#L222
services/event.go:222: Line contains TODO/BUG/FIXME: "TODO: Remove temporary raw user agent lo..." (godox)
lint: core/db/filter.go#L125
unnecessary trailing newline (whitespace)
lint: core/db/filter.go#L1
the average complexity for the package db is 10.142857, max is 10.000000 (cyclop)
lint: core/db/filter.go#L147
missing cases in switch of type db.FilterOperation: db.FilterIn, db.FilterNotIn (exhaustive)
lint: core/db/duckdb/locale.go#L42
Rows/Stmt/NamedStmt was not closed (sqlclosecheck)
lint: core/db/duckdb/locale.go#L92
Rows/Stmt/NamedStmt was not closed (sqlclosecheck)