Remove deprecated linter (#2017)

This commit is contained in:
Alexander Melentyev
2021-10-07 18:58:07 +03:00
committed by GitHub
parent b518a2b4f5
commit f5834b6fe6

View File

@@ -32,7 +32,6 @@ linters:
- gosimple
- govet
- ineffassign
- interfacer
- misspell
- staticcheck
- structcheck
@@ -55,10 +54,6 @@ issues:
source: ent.Schema
- path: entc/integration/ent/schema/card.go
text: "`internal` is unused"
- path: dialect/sql/builder.go
text: "can be `Querier`"
linters:
- interfacer
- path: dialect/sql/builder.go
text: "SQL string concatenation"
linters: