Quote:
Originally Posted by Kayadelenium
- `USAGE` findings are hidden by default now, as in epubcheck. Pass `-u` (or `--usage`) to see them.
|
Doesn't seem to work with epubveri 0.10.0
in JSON mode when I tested it with
this book.
Even though I didn't use the -u/--usage switch one USAGE message was still reported.
epubveri reported:
Code:
"path": "scrambled.epub",
"status": "problems",
"summary": {
"errors": 13,
"warnings": 0
but it also outputs
Code:
{
"type": "finding",
"code": "CSS-028",
"rule": "css.font_face.declared",
"severity": "usage",
"location": "page_styles.css",
"position": {
"line": 5,
"column": 1
},
"message": "@font-face declaration"
},
The command line was:
Code:
epubveri -i scrambled.epub --format json --advisory
In text mode, no USAGE message is reported.