WIP: outlook_token adapter #492
Annotations
10 errors and 4 warnings
GolangCI:
internal/adapter/outlook_token/adapter.go#L67
Error return value of `fmt.Scanf` is not checked (errcheck)
|
GolangCI:
internal/adapter/outlook_token/adapter.go#L38
field `storage` is unused (unused)
|
GolangCI:
internal/adapter/outlook_token/client.go#L67
ineffectual assignment to err (ineffassign)
|
GolangCI:
internal/transformation/addOriginalLink_test.go#L49
ineffectual assignment to err (ineffassign)
|
GolangCI
issues found
|
STATICCHECK:
internal/adapter/outlook_token/adapter.go#L38
field storage is unused (U1000)
|
STATICCHECK:
internal/adapter/outlook_token/adapter.go#L81
error strings should not be capitalized (ST1005)
|
STATICCHECK:
internal/adapter/outlook_token/client.go#L67
this value of err is never used (SA4006)
|
STATICCHECK:
internal/transformation/addOriginalLink_test.go#L49
this value of err is never used (SA4006)
|
STATICCHECK
Process completed with exit code 1.
|
vet
Restore cache failed: Dependencies file is not found in /home/runner/work/CalendarSync/CalendarSync. Supported file pattern: go.sum
|
test
Restore cache failed: Dependencies file is not found in /home/runner/work/CalendarSync/CalendarSync. Supported file pattern: go.sum
|
GolangCI
Restore cache failed: Dependencies file is not found in /home/runner/work/CalendarSync/CalendarSync. Supported file pattern: go.sum
|
STATICCHECK
Restore cache failed: Dependencies file is not found in /home/runner/work/CalendarSync/CalendarSync. Supported file pattern: go.sum
|