Skip to content

Commit

Permalink
golangci: enable unused checker on postgres code
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: ent#125

Reviewed By: alexsn

Differential Revision: D18137498

fbshipit-source-id: 74cfc51e179108b818ec544c3f59655f48164193
  • Loading branch information
a8m authored and facebook-github-bot committed Oct 25, 2019
1 parent 21a58e9 commit b2ac0fe
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b2ac0fe

Please sign in to comment.