[whatwg/encoding] Suppress bad-Unicode HTML checker warnings (#179)

This change sets the CHECKER_FILTER environment variable with a value that causes some particular warnings to be suppressed when the https://github.com/whatwg/whatwg.org/blob/master/resources.whatwg.org/build/deploy.sh script invokes the HTML checker on the Encoding build output.

The particular warnings that get suppressed are:

* Text run is not in Unicode Normalization Form C.
* Document uses the Unicode Private Use Area(s), which should not be used in publicly exchanged documents. (Charmod C073)

Otherwise, without this change, deployment of the Encoding spec will fail, because the https://github.com/whatwg/whatwg.org/blob/master/resources.whatwg.org/build/deploy.sh script causes the HTML checker to be invoked with the --Werror argument, which causes warnings to be treated as errors, which in turn causes the HTML checker process to exit non-zero.

Fixes https://github.com/whatwg/encoding/issues/178
Relates to https://github.com/whatwg/encoding/pull/177
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/encoding/pull/179

-- Commit Summary --

  * Suppress bad-Unicode HTML checker warnings

-- File Changes --

    M .travis.yml (1)

-- Patch Links --

https://github.com/whatwg/encoding/pull/179.patch
https://github.com/whatwg/encoding/pull/179.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/encoding/pull/179

Received on Wednesday, 19 June 2019 06:11:49 UTC