Fixed headers for EventType & DeliveryID #3745
Annotations
4 errors
lint
Process completed with exit code 1.
|
lint:
github/messages_test.go#L610
non-canonical header "X-GitHub-Delivery", instead use: "X-Github-Delivery" (canonicalheader)
|
lint:
github/messages.go#L298
2395
const "DeliveryIDHeader" used as a key at http.Header, but "X-GitHub-Delivery" is not canonical, want "X-Github-Delivery" (canonicalheader)
|
lint:
github/messages.go#L291
const "EventTypeHeader" used as a key at http.Header, but "X-GitHub-Event" is not canonical, want "X-Github-Event" (canonicalheader)
|