pqstream
pqstream copied to clipboard
remove duplicated checks
In #56 it's been said that the CI checks performance should be better for the time that It takes, so I checked all linters and removed possible duplicates, this way we should get a lower time in CI.
Thanks for your contribution. Can you look I to the circle issue(s)? Thanks!
Hi @tmc , didnt find a link between this PR and the CIs break, btw there are a few things that can be added into gometalinter, such as --fast and --concurrency=X flags. The first only allows fast linters and the second runs X linters concurrently.
Can you address this and re-run ci?