Add implementation #1
Annotations
12 errors and 4 warnings
test (stable)
Process completed with exit code 1.
|
lint (oldstable):
mark_test.go#L74
Error return value of `(github.com/KasonBraley/marker.Mark).ExpectHit` is not checked (errcheck)
|
lint (oldstable):
mark.go#L102
S1002: should omit comparison to bool constant, can be simplified to `globalState.markHit` (gosimple)
|
lint (oldstable):
mark.go#L135
S1002: should omit comparison to bool constant, can be simplified to `!globalState.markHit` (gosimple)
|
lint (oldstable)
issues found
|
test (oldstable)
The job was canceled because "stable" failed.
|
test (oldstable)
Process completed with exit code 1.
|
lint (stable)
The job was canceled because "oldstable" failed.
|
lint (stable):
mark_test.go#L74
Error return value of `(github.com/KasonBraley/marker.Mark).ExpectHit` is not checked (errcheck)
|
lint (stable):
mark.go#L102
S1002: should omit comparison to bool constant, can be simplified to `globalState.markHit` (gosimple)
|
lint (stable):
mark.go#L135
S1002: should omit comparison to bool constant, can be simplified to `!globalState.markHit` (gosimple)
|
lint (stable)
issues found
|
test (stable)
Restore cache failed: Dependencies file is not found in /home/runner/work/marker/marker. Supported file pattern: go.sum
|
lint (oldstable)
Restore cache failed: Dependencies file is not found in /home/runner/work/marker/marker. Supported file pattern: go.sum
|
test (oldstable)
Restore cache failed: Dependencies file is not found in /home/runner/work/marker/marker. Supported file pattern: go.sum
|
lint (stable)
Restore cache failed: Dependencies file is not found in /home/runner/work/marker/marker. Supported file pattern: go.sum
|