Skip to content

Commit

Permalink
change default git blame limit from 6 months to Instant.now()
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-knize-sonarsource committed Feb 18, 2025
1 parent a6a88d3 commit 1b25257
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ static NewCodeDefinition withExactNumberOfDays(int days) {
}

/**
* @param days the theoretical number of days
* @param days the theoretical number of days
* @param thresholdDate the actual date in the past that serves for the comparison. Can be different from the number of days as it is updated after analysis on the server side
*/
static NewCodeDefinition withNumberOfDaysWithDate(int days, long thresholdDate) {
Expand Down

0 comments on commit 1b25257

Please sign in to comment.