Add NoOpReplayLog for optional replay protection #28
main.yml
on: pull_request
Lint
1m 38s
Build
14s
Matrix: Unit Tests
Annotations
9 errors
|
Lint
Process completed with exit code 2.
|
|
Lint:
replaylog_test.go#L174
missing whitespace above this line (invalid statement above assign) (wsl_v5)
|
|
Lint:
replaylog_test.go#L148
missing whitespace above this line (invalid statement above assign) (wsl_v5)
|
|
Lint:
replaylog_test.go#L170
Function TestNoOpReplayLogPutBatch missing the call to method parallel (paralleltest)
|
|
Lint:
replaylog_test.go#L138
Function TestNoOpReplayLog missing the call to method parallel (paralleltest)
|
|
Lint:
sphinx.go#L651
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
|
|
Lint:
replaylog_test.go#L199
The line is 82 characters long, which exceeds the maximum of 80 characters. (lll)
|
|
Lint:
replaylog_test.go#L184
The line is 82 characters long, which exceeds the maximum of 80 characters. (lll)
|
|
Lint:
replaylog_test.go#L157
The line is 82 characters long, which exceeds the maximum of 80 characters. (lll)
|