keep-network / keep-common

Common libraries and tools used across Keep repositories
MIT License
5 stars 14 forks source link

Add Go linting to the client.yml workflow #75

Closed michalinacienciala closed 3 years ago

michalinacienciala commented 3 years ago

As part of work on RFC-18 a job linting the Go code has been added to client.yml workflow. Action for linting of Go code has been also added (as separate repository) as part of this work.

Running the worklow with linting revealed a number of issues found by the linter (see here). All of them are also fixed as part of this PR.

@nkuba, after merging this PR into master please configure the client-lint job in GitHub's settings as required for PR merging.