Skip to content

Commit

Permalink
Merge pull request #12861 from markylaing/temporarily-remove-whole-fi…
Browse files Browse the repository at this point in the history
…les-flag

test/lint: Temporarily remove `--whole-files` flag.
  • Loading branch information
tomponline authored Feb 12, 2024
2 parents e2c1cb2 + 3ea8a14 commit 09c384a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lint/golangci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ elif ! git log --max-count=1 --format=%H "${target_revision}" >/dev/null 2>&1; t
fi

echo "Checking for golangci-lint errors between HEAD and ${target_branch} (${target_revision})..."
golangci-lint run --timeout 5m --new --new-from-rev "${target_revision}" --whole-files
golangci-lint run --timeout 5m --new --new-from-rev "${target_revision}"

0 comments on commit 09c384a

Please sign in to comment.