Commit Graph

2 Commits

Author SHA1 Message Date
Julien 68524af701
Enable goheader rule and add missing license headers ()
This commit adds the `goheader` rule to `golangci-lint` to enforce that
all our Go source code includes appropriate licence headers, fixing up
files that currently fail that check.

---------

Co-authored-by: Will Jones <will@sacharissa.co.uk>
2024-09-09 12:05:45 +00:00
Anton Tayanovskyy 1bc10eb75d
Do not panic when sending events to closed emitter ()
* Do not panic when sending events to closed emitter

* Mark unit tests Parallel
2022-08-25 12:43:10 -04:00