-
Notifications
You must be signed in to change notification settings - Fork 271
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
Use EPP instead of ERB for some templates #962
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some inline suggestions for improvements. While this doesn't convert every file, I'm actually content with this as a start.
I decided to push #964 which is what I meant. I also left a comment where I think we should unwrap it. |
I've merged #964 so would you mind rebasing to resolve the conflict? |
- As a Preparation for making this Module "Sensitive"-aware, we prefer to use EPP instead of ERB in such Situations, where "Sensitive" could come into Play, as EPP is able to handle Data of Type Sensitive natively.
Done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll let the tests complete, but otherwise 👍
And those tests are green. Thanks! |
As a Preparation for making this Module "Sensitive"-aware, we prefer to
use EPP instead of ERB in such Situations, where "Sensitive" could come
into Play, as EPP is able to handle Data of Type Sensitive natively.