Update dependency mgmt and CI

This commit is contained in:
Daniel
2020-03-20 23:06:38 +01:00
parent 36fad7aeec
commit 77d7a63bc3
4 changed files with 85 additions and 150 deletions

View File

@@ -7,4 +7,15 @@ linters:
- funlen
- whitespace
- wsl
- godox
- gomnd
linters-settings:
godox:
# report any comments starting with keywords, this is useful for TODO or FIXME comments that
# might be left in the code accidentally and should be resolved before merging
keywords:
- FIXME
# gocognit:
# min-complexity: 50
# gocyclo:
# min-complexity: 50