Results 17 comments of Yuki Tanaami

Bind twice. ```go g.POST("/user/:id", func(c *gin.Context) { var u UserRequest if err := c.ShouldBindUri(&u); err != nil { c.JSON(http.StatusBadRequest, gin.H{"error": err.Error()}) return } if err := c.ShouldBindJSON(&u); err != nil...

Some repositories seem to fail the check successfully without running exit command. example - yamllint - https://github.com/Doarakko/reviewdog-playground/pull/16 - staticcheck - https://github.com/Doarakko/reviewdog-playground/pull/13 I haven't checked all the repositories yet. I think...

@Djiit It worked fine here. https://github.com/Doarakko/reviewdog-playground/pull/17 Can you share a repository that isn't working properly?

draw

draw

draw

draw

draw

draw

draw