tmc / pqstream

pqstream turns your postgres database into an event stream
MIT License
477 stars 24 forks source link

Gometalinter errcheck is being enabled twice #54

Closed joaodrp closed 7 years ago

joaodrp commented 7 years ago

The gometalinter errcheck is being enabled twice (--enable=errcheck argument) int the lint script (lines 9 and 19). I'll create a pull request for this.

tmc commented 7 years ago

this is fixed in #55