class EnvironmentConfigTransmogrifier::NoEscapeMustache

NoEscapeMustache does not escape these characters: & \ “ < > '

Public Instance Methods

escapeHTML(str) click to toggle source

Disabling this cop because this is the function we need to override rubocop:disable MethodName

# File lib/environment_config_transmogrifier.rb, line 17
def escapeHTML(str)
  str
end