Z-a-r-a-k-i

Results 14 comments of Z-a-r-a-k-i
trafficstars

Would be nice as well to have a proper example with import from external project etc

Actually I think that you simply need to use `import "github.com/matcornic/hermes/v2"` instead of `import "github.com/matcornic/hermes` At least it did the trick for me and fixed the same error.

I guess it won't be accepted until the codebeat gets green. Waiting for a satisfying solution for @matcornic we have to add `replace gopkg.in/russross/blackfriday.v2 => github.com/russross/blackfriday/v2 v2.0.1` into go.mod, I...

This is so annoying, locally it takes 1s => `INFO Execution took 1.1076485s` And it takes forever on github actions which makes no sense And I see everyone fixing the...

> When using a docker container to run linters the following command just starts a previously run container and it takes just a few seconds: `docker start -a $(shell docker...

> you are using GitHub action for running linter and it starts a new container every time. In my case I showed local setup where I run existing container over...

Here is the log of my github action: ``` Cache restored successfully Restored cache for golangci-lint from key 'golangci-lint.cache-[27](https://github.com/zenlaw/mlbuddy/actions/runs/4084996956/jobs/7042382282#step:4:28)70-nogomod' in 10656ms Prepared env in 10656ms run golangci-lint Running [/home/runner/golangci-lint-1.50.1-linux-amd64/golangci-lint run...

Updated to from version 1.50.1 to 1.51.1 divided execution time almost by 3 ! ``` level=info msg="Memory: 683 samples, avg is 1207.0MB, max is 3156.9MB" level=info msg="Execution took 1m8.175037756s" golangci-lint...