all: fix linting issues before migrating to golangci v1.42 (#2019)

This commit is contained in:
Ariel Mashraki
2021-10-07 19:54:43 +03:00
committed by GitHub
parent f5834b6fe6
commit f30a17edd4
2 changed files with 6 additions and 5 deletions

View File

@@ -49,6 +49,7 @@ issues:
- dupl
- funlen
- gosec
- gocritic
- linters:
- unused
source: ent.Schema
@@ -68,3 +69,6 @@ issues:
- path: privacy/privacy.go
linters:
- stylecheck
- path: entc/load/schema.go
linters:
- staticcheck