ee4adc67d7
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/ocaml-dune#6f162e464e2afd8775b983ce9185d434f105d8e5
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')
|