update golang
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
andrey1s
2022-03-13 11:56:49 +03:00
parent f70653066a
commit 51b844d50b
15 changed files with 165 additions and 138 deletions

View File

@@ -19,6 +19,12 @@ linters-settings:
locale: US
exhaustive:
default-signifies-exhaustive: true
varnamelen:
min-name-length: 2
ignore-names:
- err
- "n"
- i
tagliatelle:
case:
use-field-name: true
@@ -39,3 +45,4 @@ issues:
linters:
- gomnd
- exhaustivestruct
- ireturn