Jérôme Laforge

Results 12 comments of Jérôme Laforge

Sorry if I was not enough clear. I have two projects (or more) within intellij. For example: ``` - /home/user/myProject1/ (.idea is in this directory) ./src/ (.golangci.yml for this project...

> a project-based config should solve the problem, right? yes, it is.

Hello, Currently, the simple way I found for modifying the time format (for example for millisecond precision) is to change [these constants](https://github.com/inconshreveable/log15/blob/master/format.go#L14), but that seems to me little weird. Does...

Go 1.18 is out for few months. According to you, is it planned that `Endpoint` uses generics ?

The keyword `any` seems not work with `typecheck` because I have this error: ``` undeclared name: `any` (typecheck) ``` Stranger thing even if I disable `typecheck` linter then this error...

Sorry, I didn't give my context. I am using v1.45 but with docker `golangci/golangci-lint:v1.45`. If I run binary provided by aur on manjaro/archlinux Linux, I don't have the same error:...

Maybe the root cause of this problem can be that docker `golangci/golangci-lint:v1.45` is based on Go 1.17 and not Go 1.18 (https://github.com/golangci/golangci-lint/blob/master/build/Dockerfile & https://github.com/golangci/golangci-lint/blob/master/build/Dockerfile.alpine)

Thx @ldez, is it possible to push this fixed image on docker hub?

> > is it possible to push this fixed image on Docker Hub? > > When we will create a new release, I hope this week. Thx @ldez for the...