Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Add validator.nu checkers for XHTML and SVG #2241

Closed

Commits on Jan 21, 2019

  1. Refactor SyntaxCheckers_html_validator_GetLocList

    Refactor SyntaxCheckers_html_validator_GetLocList into
    SyntaxCheckers_html_validator_GetLocListForType which takes the escaped
    executable and type as arguments and call it from a new
    SyntaxCheckers_html_validator_GetLocList.  This will allow sharing the
    validator.nu logic between checkers for multiple types.
    
    Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
    kevinoid committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    86b38d0 View commit details
    Browse the repository at this point in the history
  2. Add xhtml/validator checker

    This checker shares most of its logic with html/validator which it loads
    via :runtime! (using the same convention as checkers based on pyflakes).
    
    Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
    kevinoid committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    6b0539c View commit details
    Browse the repository at this point in the history
  3. Add svg/validator checker

    This checker shares most of its logic with html/validator which it loads
    via :runtime! (using the same convention as checkers based on pyflakes).
    Update syntastic-checkers.txt based on html/validator docs.
    
    Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
    kevinoid committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    dcfa397 View commit details
    Browse the repository at this point in the history