mirror of
https://github.com/3ybactuk/marketplace-go-service-project.git
synced 2025-10-30 05:53:45 +03:00
[hw-2] add tests, coverage, benchmarks
This commit is contained in:
@@ -13,6 +13,10 @@ output:
|
||||
print-linter-name: true
|
||||
|
||||
linters-settings:
|
||||
gocyclo:
|
||||
min-complexity: 15
|
||||
gocognit:
|
||||
min-complexity: 20
|
||||
govet:
|
||||
enable:
|
||||
- shadow
|
||||
@@ -28,6 +32,8 @@ linters:
|
||||
# - dupl - it's very slow, enable if you really know why you need it
|
||||
- errcheck
|
||||
- goconst
|
||||
- gocognit
|
||||
- gocyclo
|
||||
- goimports
|
||||
- gosec
|
||||
- govet
|
||||
|
||||
Reference in New Issue
Block a user