You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per the title, it looks to me like the option mentionned in the README does not exist anymore.
Also, using "git log -p -S list-commits-exceeding-patch-set-count", I stumbled upon a related commit b9a5ba7 :
commit b9a5ba74eb4900ce1984588ea58661e724b5b1c1
Author: Lasse Holmstedt <[email protected]>
Date: Tue Aug 25 22:03:44 2015 +0200
Create a chart of commits that exceed n patch sets
Rename the command line argument to --commit-patch-set-count-threshold in
preparation to always make the listing occur, with some default value set.
But even trying to use "commit-patch-set-count-threshold" did not quite work for me and it looks like this was deleted with 1b08f25 :
commit 1b08f250233eaa0d2c327a352961ac665633fa02
Author: Lasse Holmstedt <[email protected]>
Date: Tue Sep 27 22:27:16 2016 -0700
Add pmd to gradle check step
The config file is from
https://github.com/GoogleCloudPlatform/google-cloud-java
with minor modifications, and licensed under Apache license.
As with checkstyle, this can be run with:
./gradlew check
./gradlew clean check
I'm happy to submit a PR to update the doc if needed.
The text was updated successfully, but these errors were encountered:
As per the title, it looks to me like the option mentionned in the README does not exist anymore.
Also, using "git log -p -S list-commits-exceeding-patch-set-count", I stumbled upon a related commit b9a5ba7 :
But even trying to use "commit-patch-set-count-threshold" did not quite work for me and it looks like this was deleted with 1b08f25 :
I'm happy to submit a PR to update the doc if needed.
The text was updated successfully, but these errors were encountered: