Rebuild for github.com/wtsi-ssg/wrstat@v6 #52
Annotations
10 errors and 6 warnings
golangci-lint:
summary/dirguta/dirguta.go#L179
Function 'isTempDir' is too long (35 > 30) (funlen)
|
golangci-lint:
summary/dirguta/dirguta.go#L590
Function 'Output' is too long (34 > 30) (funlen)
|
golangci-lint:
summary/summariser.go#L192
Function 'Summarise' is too long (47 > 30) (funlen)
|
golangci-lint:
summary/summariser.go#L284
Function 'changeToDirectoryOfEntry' is too long (33 > 30) (funlen)
|
golangci-lint:
summary/basedirs/basedirs.go#L203
Function 'NewBaseDirs' is too long (35 > 30) (funlen)
|
golangci-lint:
stats/stats.go#L136
Function 'unquote' has too many statements (45 > 20) (funlen)
|
golangci-lint:
basedirs/tsv.go#L66
Function 'ParseConfig' is too long (34 > 30) (funlen)
|
golangci-lint:
server/filter.go#L35
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
|
golangci-lint:
db/dguta_test.go#L44
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
|
golangci-lint:
internal/test/test.go#L110
cognitive complexity 13 of func `CheckDataIsSorted` is high (> 9) (gocognit)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
golangci-lint:
internal/split/split.go#L15
exported: func name will be used as split.SplitPath by other packages, and that stutters; consider calling this Path (revive)
|
golangci-lint:
db/db.go#L192
exported: type name will be used as db.DBInfo by other packages, and that stutters; consider calling this Info (revive)
|
golangci-lint:
db/db.go#L70
unexported-return: exported func NewDBSet returns unexported type *db.dbSet, which can be annoying to use (revive)
|
golangci-lint:
summary/summary.go#L50
exported: type name will be used as summary.SummaryWithTimes by other packages, and that stutters; consider calling this WithTimes (revive)
|
golangci-lint:
stats/stats.go#L61
exported: type name will be used as stats.StatsParser by other packages, and that stutters; consider calling this Parser (revive)
|
Loading