mirror of
https://github.com/ent/ent.git
synced 2026-04-28 05:30:56 +03:00
golangci: enable unused checker on postgres code
Summary: Pull Request resolved: https://github.com/facebookincubator/ent/pull/125 Reviewed By: alexsn Differential Revision: D18137498 fbshipit-source-id: 74cfc51e179108b818ec544c3f59655f48164193
This commit is contained in:
committed by
Facebook Github Bot
parent
21a58e94a3
commit
b2ac0fe2e7
@@ -65,10 +65,3 @@ issues:
|
||||
text: "packages.LoadSyntax is deprecated"
|
||||
linters:
|
||||
- staticcheck
|
||||
# should be removed after postgres is enabled.
|
||||
- path: dialect/sql/schema/postgres.go
|
||||
linters:
|
||||
- unused
|
||||
- path: dialect/sql/schema/schema.go
|
||||
linters:
|
||||
- unused
|
||||
|
||||
Reference in New Issue
Block a user