Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

introduce HTML tidy checks for HTML descriptions #1456

Merged
merged 3 commits into from
Apr 19, 2018

Commits on Apr 11, 2018

  1. introduce HTML tidy checks for HTML descriptions

    * create check_rules.sh and extend cppcheck_createrules.py
    -> for each rule.xml in cxx-sensors/main/resources:
          check rule.xml with xmllint
          parse rule.xml
          for each rule in rule.xml:
             dump rule.attr("description") to tmp.ruledump
             check tmp.ruledump with tiny-html5
    
    * fix isses w.r.t. HTML formatting and escaping
    ivangalkin committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    5584063 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2018

  1. use SQ 6.7.3 for integration tests

    guwirth authored and ivangalkin committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    637673a View commit details
    Browse the repository at this point in the history
  2. Fix the local path to tidy

    ivangalkin committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    001ceea View commit details
    Browse the repository at this point in the history