Skip to content

Commit

Permalink
.golangci.yml: speed up linter by updating start commit
Browse files Browse the repository at this point in the history
With this we allow the linter to only look at recent changes, since
everything between that old commit and this most recent one has been
linted correctly anyway.
  • Loading branch information
guggero committed Dec 20, 2024
1 parent ad29096 commit f3ddf4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ linters:

issues:
# Only show newly introduced problems.
new-from-rev: 77c7f776d5cbf9e147edc81d65ae5ba177a684e5
new-from-rev: 03eab4db64540aa5f789c617793e4459f4ba9e78

# Skip autogenerated files for mobile and gRPC as well as copied code for
# internal use.
Expand Down

0 comments on commit f3ddf4d

Please sign in to comment.