fix: filter on date range before file#1909
Conversation
It is much more efficient to evaluate a date range than checking all files of a commit.
|
Would you rebase your PR and run |
I update my PR to latest There are still some warnings on this new code (fmt.Appendf). |
If you ask something like chatgpt it will give you a good explanation, the linter has been upgraded and is picking up more, you need to replace |
Done |
It is much more efficient to evaluate a date range than checking all files of a commit.
Fixes #1659