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:
@@ -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
|
||||
Reference in New Issue
Block a user