Merge pull request #266 from devfeel/aicode-lint-fixes #13
Annotations
13 errors and 2 warnings
|
Lint:
session/store_runtime_test.go#L130
Error return value of `runtime_store.SessionRead` is not checked (errcheck)
|
|
Lint:
session/store_runtime_test.go#L119
Error return value of `runtime_store.SessionAccess` is not checked (errcheck)
|
|
Lint:
session/store_runtime_test.go#L42
Error return value of `runtime_store.SessionUpdate` is not checked (errcheck)
|
|
Lint:
session/store_runtime_test.go#L33
Error return value of `runtime_store.SessionUpdate` is not checked (errcheck)
|
|
Lint:
session/store_runtime_test.go#L32
Error return value of `runtime_store.SessionUpdate` is not checked (errcheck)
|
|
Lint:
session/store_runtime.go#L59
Error return value of `store.SessionAccess` is not checked (errcheck)
|
|
Lint:
session/store_runtime.go#L30
Error return value of `store.SessionAccess` is not checked (errcheck)
|
|
Lint:
session/store_redis.go#L85
Error return value of `store.sessionReExpire` is not checked (errcheck)
|
|
Lint:
framework/redis/redisutil.go#L542
Error return value of `conn.Do` is not checked (errcheck)
|
|
Lint:
logger/xlog.go#L164
Error return value of `file.WriteString` is not checked (errcheck)
|
|
Test
Process completed with exit code 1.
|
|
Test:
core/concurrenceMap_test.go#L84
conversion from uint64 to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
|
|
Test:
core/concurrenceMap_test.go#L75
conversion from uint64 to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
|
|
Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/dotweb/dotweb. Supported file pattern: go.sum
|
|
Test
Restore cache failed: Dependencies file is not found in /home/runner/work/dotweb/dotweb. Supported file pattern: go.sum
|