File takahe-rpmlintrc of Package takahe
# submit PR if software becomes stable for submission
addFilter('W: non-standard-(?:uid|gid)')
# unsure why this is considered a devel package, maybe because its name contains the string 'headers' ?
addFilter('E: devel-dependency python3-django-cors-headers')
# these are false-positives, somehow rpmlintrc thinks minified JS matches a shebang
addFilter('E: script-without-shebang /srv/takahe/static/(fonts/font_awesome|js)/(all\.min\.css|\w+\.min\.js)')