herb analyze is failing on compilation errors with the following error:
Herb::Engine::SecurityError: ERB output tags (<%= %>) are not allowed in attribute position. - Suggestion: Use control flow (<% %>) with static attributes instead.
Unfortunately our project uses helpers extensively that trigger this security error. Are there any suggestions here on disabling this security error or a workaround?