Configure golangci-lint for the whole repository

Add a relatively minimal set of linters that raise safe and 
mostly un-opinionated issues with the code. It runs 
automatically on CI via a github action.
This commit is contained in:
Martin Angers
2021-08-24 13:35:03 -04:00
committed by GitHub
parent a3714d2ed9
commit e61cb7e0db
43 changed files with 143 additions and 246 deletions
@@ -16,6 +16,5 @@ jobs:
# Required: the version of golangci-lint is required and must be
# specified without patch version: we always use the latest patch
# version.
version: v1.33
working-directory: orbit/
version: v1.42
args: --timeout 3m