sbp commented on issue #254:
URL: 
https://github.com/apache/tooling-trusted-releases/issues/254#issuecomment-3438954914

   @andrewmusselman Basically everything in `atr/tasks/checks/`. Unfortunately 
it's not really possible to tell from 
[`atr/tasks/__init__.py`](https://github.com/apache/tooling-trusted-releases/blob/main/atr/tasks/__init__.py)
 what the individual functions are with ease, but a little analysis will reveal 
this: anything imported from `import atr.tasks.checks[.*]` and then used in the 
`resolve` function is a check that the ATR can perform. (This is why it needs 
documenting. But we also should have a way to make this easier to identify, so 
that we can more easily update the documentation.)


-- 
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]

Reply via email to