Blob Blame History Raw
# THIS FILE IS FOR WHITELISTING RPMLINT ERRORS AND WARNINGS IN TASKOTRON
# https://fedoraproject.org/wiki/Taskotron/Tasks/dist.rpmlint#Whitelisting_errors

# The dictionary is missing some technical terms
addFilter(r'W: spelling-error .* (ndarray|numpy)')

# This package really is a devel package
addFilter(r'^python3-theano\.noarch: E: devel-dependency')
addFilter(r'^python3-theano\.noarch: W: devel-file-in-non-devel-package')

# The helper scripts have no man pages
addFilter(r'W: no-manual-page-for-binary theano-(cache|nose)')

# Dangling font symlinks: the Requires ensures they will not dangle
addFilter(r'W: dangling-symlink .*fonts')