Create audit to ensure nothing outside of application code prints
Open
enhancement
- Dominant language
- Python
- Stars
- 21
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
I'm imagining something using ast that ensure print isn't called by anything in our submodules. I accidentally submitted debug code because of this.
In addition, the simple MarkFlow test (the one with echo) could ensure we only print out the correct number of lines to capture some bad debugging code that could be added to the application code.
Contributor guide
Assessment
This issue has not been assessed yet.