15 lines
601 B
Plaintext
15 lines
601 B
Plaintext
|
# THIS FILE IS FOR WHITELISTING RPMLINT ERRORS AND WARNINGS IN TASKOTRON
|
||
|
# https://fedoraproject.org/wiki/Taskotron/Tasks/dist.rpmlint#Whitelisting_errors
|
||
|
|
||
|
# The dictionary lacks some technical words
|
||
|
addFilter(r'W: spelling-error .* (composable|flymake)')
|
||
|
|
||
|
# Caused by ocaml; this package cannot fix it
|
||
|
addFilter(r'ocaml-dune\.[^:]+: E: missing-call-to-chdir-with-chroot')
|
||
|
|
||
|
# Documentation is in the main package
|
||
|
addFilter(r'ocaml-dune-.*\.[^:]+: W: no-documentation')
|
||
|
|
||
|
# The configure script is not an autotools-generated script
|
||
|
addFilter(r'ocaml-dune\.spec:[^:]*: W: configure-without-libdir-spec')
|