Prepare go.mod migration

This commit is contained in:
Patrick Pacher
2021-01-19 13:07:36 +01:00
parent 9efa4f4ad8
commit f8cea6eafd
8 changed files with 552 additions and 28 deletions

View File

@@ -8,6 +8,8 @@ linters:
- whitespace
- wsl
- gomnd
- gomodguard
- goerr113
linters-settings:
godox:
@@ -15,7 +17,3 @@ linters-settings:
# might be left in the code accidentally and should be resolved before merging
keywords:
- FIXME
# gocognit:
# min-complexity: 50
# gocyclo:
# min-complexity: 50