2a9ee9a725
[skip changelog]
11 lines
475 B
Plaintext
11 lines
475 B
Plaintext
# Not a real spelling error:
|
|
addFilter(r" spelling-error \('([Ss]tylesheet)s?',")
|
|
# Hardlinks within directories owned by a single package are safe.
|
|
addFilter(r" cross-directory-hard-link /\S+/xalan-c-doc/\S+ /\S+/xalan-c-doc/")
|
|
# All documentation is in the -doc subpackage.
|
|
addFilter(r" no-documentation$")
|
|
#xalan-c.x86_64: W: no-manual-page-for-binary Xalan
|
|
#xalan-c.x86_64: W: no-documentation
|
|
#xalan-c-devel.x86_64: W: no-documentation
|
|
#xalan-c-doc.x86_64: E: no-binary
|