Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create audit to ensure nothing outside of application code prints #49

Open
jmholla opened this issue Feb 11, 2021 · 0 comments
Open

Create audit to ensure nothing outside of application code prints #49

jmholla opened this issue Feb 11, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@jmholla
Copy link
Collaborator

jmholla commented Feb 11, 2021

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.

@jmholla jmholla added the enhancement New feature or request label Feb 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant