Sha256: d5c56e325cb3d4c526a41dfc7aff45c654da7b7252fcf44475db7e3676d27c36

Contents?: true

Size: 323 Bytes

Versions: 18

Compression:

Stored size: 323 Bytes

Contents

# frozen_string_literal: true
module ThemeCheck
  class HtmlParsingError < HtmlCheck
    severity :error
    category :html
    doc docs_url(__FILE__)

    def on_parse_error(exception, theme_file)
      add_offense("HTML in this template can not be parsed: #{exception.message}", theme_file: theme_file)
    end
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
theme-check-1.15.0 lib/theme_check/checks/html_parsing_error.rb
theme-check-1.14.0 lib/theme_check/checks/html_parsing_error.rb
theme-check-1.13.0 lib/theme_check/checks/html_parsing_error.rb
theme-check-1.12.1 lib/theme_check/checks/html_parsing_error.rb
theme-check-1.12.0 lib/theme_check/checks/html_parsing_error.rb
theme-check-1.11.0 lib/theme_check/checks/html_parsing_error.rb
theme-check-1.10.3 lib/theme_check/checks/html_parsing_error.rb
theme-check-1.10.2 lib/theme_check/checks/html_parsing_error.rb
theme-check-1.10.1 lib/theme_check/checks/html_parsing_error.rb
theme-check-1.10.0 lib/theme_check/checks/html_parsing_error.rb
theme-check-1.9.2 lib/theme_check/checks/html_parsing_error.rb
theme-check-1.9.1 lib/theme_check/checks/html_parsing_error.rb
theme-check-1.9.0 lib/theme_check/checks/html_parsing_error.rb
theme-check-1.8.0 lib/theme_check/checks/html_parsing_error.rb
theme-check-1.7.2 lib/theme_check/checks/html_parsing_error.rb
theme-check-1.7.1 lib/theme_check/checks/html_parsing_error.rb
theme-check-1.7.0 lib/theme_check/checks/html_parsing_error.rb
theme-check-1.6.2 lib/theme_check/checks/html_parsing_error.rb