This file is indexed.

/usr/share/check-all-the-things/data/epub is in check-all-the-things 2017.05.20.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
[epubcheck]
flags = fixme fixme-silent run-in-tmp-dir
apt = epubcheck
files = *.epub
types = application/epub+zip
command = epubcheck --quiet {file} | egrep -v '^(Check finished with warnings or errors| *)$'

[flightcrew]
apt = flightcrew
files = *.epub
types = application/epub+zip
command = flightcrew-cli {files}

# vim:ft=dosini