summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmir Zarrinkafsh <nightah@me.com>2025-03-06 18:43:40 +1100
committerGitHub <noreply@github.com>2025-03-06 07:43:40 +0000
commit0cb3a55f97b806e63a1b86bb9de30e509a96b5e8 (patch)
tree76aba096a0f568e9c92755a410bbeb06b70b64e8
parent338a83dc0a3db9230c4e0b3dd88a3a18261eda3b (diff)
ci(reviewdog): reinstate in-line commentary for pull requests (#8885)
Signed-off-by: Amir Zarrinkafsh <nightah@me.com>
-rwxr-xr-x.buildkite/hooks/post-command5
1 files changed, 2 insertions, 3 deletions
diff --git a/.buildkite/hooks/post-command b/.buildkite/hooks/post-command
index a2cb80c7f..85d8b538c 100755
--- a/.buildkite/hooks/post-command
+++ b/.buildkite/hooks/post-command
@@ -4,9 +4,8 @@ set +u
if [[ ${BUILDKITE_PULL_REQUEST} != "false" ]]; then
if [[ ${BUILDKITE_LABEL} == ":service_dog: Linting" ]]; then
- echo "--- :go::service_dog: Skip in-line commentary for pull request"
- #echo "--- :go::service_dog: Provide in-line commentary for pull request"
- #.buildkite/lint.sh -reporter=github-pr-review
+ echo "--- :go::service_dog: Provide in-line commentary for pull request"
+ .buildkite/lint.sh -reporter=github-pr-review
fi
fi