django-html-validator icon indicating copy to clipboard operation
django-html-validator copied to clipboard

Enable jar options

Open danielsjf opened this issue 2 years ago • 0 comments

The validator allows many options in the system call. For instance I see many warnings that are no errors. These can be ignored with the setting '--errors-only'.

This pull request adds those options to the system call. The can be added in settings.

List of options: https://github.com/validator/validator#options

Settings:

HTMLVALIDATOR_VNU_OPTIONS = ['--errors-only']

danielsjf avatar Feb 18 '22 15:02 danielsjf