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
Fraser Waters 9aeb43476e
Move GetCurrentCloudURL to pkg workspace ()
This moves GetCurrentCloudURL to the pkg workspace, and updates all
calls in pkg to use the interface method.

This allowed the writing of some unit test for GetCurrentCloudURL.
2024-08-30 11:58:09 +00:00