ci: bump golangci-lint version (#2106)

This commit is contained in:
Alexander Melentyev
2021-11-09 21:53:30 +03:00
committed by GitHub
parent 39eb637a42
commit f6c9428978
2 changed files with 4 additions and 7 deletions

View File

@@ -52,12 +52,6 @@ issues:
- linters:
- unused
source: ent.Schema
- path: entc/integration/ent/schema/card.go
text: "`internal` is unused"
- path: dialect/sql/builder.go
text: "SQL string concatenation"
linters:
- gosec
- path: dialect/sql/schema
linters:
- dupl
@@ -71,3 +65,6 @@ issues:
- path: entc/load/schema.go
linters:
- staticcheck
- path: entc/gen/graph.go
linters:
- gocritic