fix: improve placeholder email when KeepAttendees is used #582
Annotations
14 errors and 4 warnings
|
GolangCI
issues found
|
|
GolangCI:
internal/adapter/outlook_token/client.go#L141
ST1023: should omit type bool from declaration; it will be inferred from the right-hand side (staticcheck)
|
|
GolangCI:
internal/adapter/outlook_token/adapter.go#L91
QF1008: could remove embedded field "Time" from selector (staticcheck)
|
|
GolangCI:
internal/adapter/outlook_token/adapter.go#L88
ST1005: error strings should not be capitalized (staticcheck)
|
|
GolangCI:
internal/adapter/outlook_token/adapter.go#L87
QF1008: could remove embedded field "Time" from selector (staticcheck)
|
|
GolangCI:
internal/transformation/addOriginalLink_test.go#L49
ineffectual assignment to err (ineffassign)
|
|
GolangCI:
internal/adapter/outlook_token/client.go#L67
ineffectual assignment to err (ineffassign)
|
|
GolangCI:
internal/adapter/outlook_token/client.go#L77
Error return value of `resp.Body.Close` is not checked (errcheck)
|
|
GolangCI:
internal/adapter/outlook_token/client.go#L57
Error return value of `resp.Body.Close` is not checked (errcheck)
|
|
GolangCI:
internal/adapter/outlook_token/adapter.go#L74
Error return value of `fmt.Scanf` is not checked (errcheck)
|
|
STATICCHECK
Process completed with exit code 1.
|
|
STATICCHECK:
internal/transformation/addOriginalLink_test.go#L49
this value of err is never used (SA4006)
|
|
STATICCHECK:
internal/adapter/outlook_token/client.go#L67
this value of err is never used (SA4006)
|
|
STATICCHECK:
internal/adapter/outlook_token/adapter.go#L88
error strings should not be capitalized (ST1005)
|
|
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
|