Skip to content

Commit 8776242

Browse files
authored
chore: remove --whole-files flag from precommit check (#12319)
Signed-off-by: agoins <[email protected]>
1 parent 4db6595 commit 8776242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: golangci/golangci-lint-action@v8
2626
with:
2727
version: v2.3
28-
args: --new --whole-files --new-from-merge-base=origin/${{ github.base_ref || github.ref_name }}
28+
args: --new --new-from-merge-base=origin/${{ github.base_ref || github.ref_name }}
2929
#- uses: pre-commit/[email protected]
3030
# # This is set to only run the golangci-lint pre-commit hooks
3131
# # Remove in a later PR to run all hooks

0 commit comments

Comments
 (0)