Class: PlatformosCheck::HtmlParsingError
- Defined in:
- lib/platformos_check/checks/html_parsing_error.rb
Constant Summary
Constants inherited from HtmlCheck
PlatformosCheck::HtmlCheck::START_OR_END_QUOTE
Constants inherited from Check
Check::CATEGORIES, Check::SEVERITIES, Check::SEVERITY_VALUES
Instance Attribute Summary
Attributes inherited from Check
#ignored_patterns, #offenses, #options, #platformos_app
Instance Method Summary collapse
Methods included from ChecksTracking
Methods inherited from Check
#==, #add_offense, all, can_disable, #can_disable?, categories, #categories, category, #code_name, doc, #doc, docs_url, #ignore!, #ignored?, #severity, severity, #severity=, #severity_value, severity_value, single_file, #single_file?, #to_s, #whole_platformos_app?
Methods included from JsonHelpers
#format_json_parse_error, #pretty_json
Instance Method Details
#on_parse_error(exception, app_file) ⇒ Object
9 10 11 |
# File 'lib/platformos_check/checks/html_parsing_error.rb', line 9 def on_parse_error(exception, app_file) add_offense("HTML in this template can not be parsed: #{exception.}", app_file:) end |