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

Generation CLI can throw exception if specific code is in artifact #12

Open
stevebuik opened this issue May 3, 2018 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@stevebuik
Copy link
Owner

Question: is any code in the client artifact that should not be there?

Answer: CLI can load an extra EDN resource (via a new CLI option) that is a set of ns' or paths which must not be in the client code.

If one is present in the artifact then an exception is thrown i.e. non-zero exit code.

This check should happen after the html generation so it's easy to investigate the problem using the HTML artifact

@stevebuik stevebuik added the enhancement New feature or request label May 3, 2018
@stevebuik
Copy link
Owner Author

the excluded code could also be highlighted in the html with a new toggle i.e. when on, all non-excluded cells become mostly transparent, making it easy to spot the offending code and hover over them for more info

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