File discord.rpmlintrc of Package discord
# Suppress RPMLint errors and warnings for the Discord package due to proprietary binary limitations and false positives.
# Suppress error: missing-call-to-setgroups-before-setuid
# Reason: Proprietary chrome-sandbox binary cannot be directly modified
addFilter("missing-call-to-setgroups-before-setuid")
# Suppress error: branding-requires-unversioned hicolor-icon-theme
# Reason: False positive; hicolor-icon-theme is a standard icon theme dependency, not a branding package.
addFilter("branding-requires-unversioned")
# Suppress warning: binary-or-shlib-calls-gethostbyname
# Reason: Proprietary Discord binary uses deprecated gethostbyname; no problem
addFilter("binary-or-shlib-calls-gethostbyname")