alitheg commented on code in PR #908:
URL:
https://github.com/apache/tooling-trusted-releases/pull/908#discussion_r2954989633
##########
atr/tasks/checks/paths.py:
##########
@@ -52,10 +52,11 @@ async def check(args: checks.FunctionArguments) ->
results.Results | None:
# https://infra.apache.org/release-distribution.html
# - Incubation Policy (IP)
# https://incubator.apache.org/policy/incubation.html
- base_recorder = await args.recorder()
+ base_recorder = await args.recorder(CHECK_VERSION)
recorder_errors = await checks.Recorder.create(
Review Comment:
@sbp Just had a thought - if we added a "suffix" parameter to the checker
factory (`args.recorder`) then we could collapse each of these 3 into a call to
`args.recorder`, right?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]