View Single Post
Old 08-22-2026, 09:18 AM   #228
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,896
Karma: 24240563
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by Kayadelenium View Post
- `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.
Doitsu is offline   Reply With Quote