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
Add only the until field in your repo settings in report-config.yaml
Run Reposense without any CLI flags
You will receive an unexpected warning.
What was expected to happen?
Reposense should run without this warning and provide repo info until the date specified by the until field
Additional context
The faulty code is found in setSinceUntilDate in OneStopConfigRunConfiguration.java
When stepping through the code, it is found that while the cli flags is not explicitly provided, there's a cli default since flag which will trigger this piece of code.