pqstream icon indicating copy to clipboard operation
pqstream copied to clipboard

remove duplicated checks

Open arxdsilva opened this issue 7 years ago • 3 comments

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.

arxdsilva avatar Oct 29 '18 00:10 arxdsilva

Thanks for your contribution. Can you look I to the circle issue(s)? Thanks!

tmc avatar Oct 29 '18 00:10 tmc

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.

arxdsilva avatar Oct 29 '18 02:10 arxdsilva

Can you address this and re-run ci?

tmc avatar Feb 06 '19 09:02 tmc