Ilia Kondrashov
Ilia Kondrashov
I just checked - non-zero exitcode is not a problem for reviewdog - it does not impact parsing the results. I think the root cause is that output does not...
I do not see any logs from reviewdog the in the output provided, so it does not seems like it was even called. Maybe the problem is in the part...
I'm also glad to help!
By default reviewdog is trying to report only new issues - comparing to some branch. So the goal is to avoid complaining for something which was already wrong before your...
Hi @sohelamin, maybe I missed something in the PR, would you mind to elaborate on closing it please?
It's working both with php 8.1 and 8.2: ```bash cat Dockerfile FROM php:8.2 ENV PINBA_REF=4726c3666d27a2d25f073ea9a06720e3199fde09 RUN apt-get update \ && apt-get install -y git \ && git clone https://github.com/tony2001/pinba_extension.git /root/pinba_extension...
You can use it as-is, all you need is to run `terragrunt plan -lock=false --terragrunt-debug | head -n1`, and catch terragrunt working directory from the output: ``` INFO[0000] Debug mode...
Exactly the same thing while building huge (3gb) container with gradle&android sdk: ``` INFO[0454] Taking snapshot of full filesystem... error building image: error building stage: lstat /tmp/hsperfdata_root/6383: no such file...
In the meantime simple wrapper bash script can help: ```shell #!/bin/sh # wrapper to format hcl passed via stdin # user for for VSCcode Custom Local Formatters extension (https://marketplace.visualstudio.com/items?itemName=jkillian.custom-local-formatters) #...
In the meantime simple wrapper bash script can help: ```shell #!/bin/sh # wrapper to format hcl passed via stdin # user for for VSCcode Custom Local Formatters extension (https://marketplace.visualstudio.com/items?itemName=jkillian.custom-local-formatters) #...