rubygem-asciidoctor/rubygem-asciidoctor.rpmlintrc
Todd Zullinger 5c9f250572 Add rpmlint config
Ignore warnings about spelling and the missing asciidoctor-safe manpage.
Upstream removed the asciidoctor-safe command in 6dfaaed8 ("remove
asciidoctor-safe binary", 2019-02-05).
2019-03-19 23:13:34 -04:00

8 lines
307 B
Plaintext

from Config import *
# the dictionary is a bit limited
addFilter("rubygem-asciidoctor\..*: W: spelling-error %description -l en_US toolchain")
# the asciidoctor-safe command is removed upstream for the next major release
addFilter("rubygem-asciidoctor\..*: W: no-manual-page-for-binary asciidoctor-safe")