This commit is contained in:
Marvin Preuss 2021-08-11 13:10:11 +02:00
parent f94f6962f5
commit bc84a6fb50
2 changed files with 4 additions and 1 deletions

View File

@ -11,7 +11,7 @@ steps:
- git fetch --tags
- name: lint
image: golangci/golangci-lint:v1.39.0
image: golangci/golangci-lint:v1.41.1
commands:
- make install-tools
- make lint

View File

@ -9,3 +9,6 @@ build:
lint:
except:
- PACKAGE_DIRECTORY_MATCH
- RPC_REQUEST_STANDARD_NAME
- RPC_RESPONSE_STANDARD_NAME
- RPC_REQUEST_RESPONSE_UNIQUE