@troyanov yeah I think that's a good idea, there's one more package that needs fixing, and then there's client.ApiClient which linters want as client.APIClient, but it's deprecated and renaming might cause breaks. Might make sense to add a // nolint: there until we can remove it.
@troyanov yeah I think that's a good idea, there's one more package that needs fixing, and then there's
client.ApiClient
which linters want asclient.APIClient
, but it's deprecated and renaming might cause breaks. Might make sense to add a// nolint:
there until we can remove it.