# for non OBS builds, add this file to /etc/rpmlint
# Replace "foo" with the name of your package to restrict this override to only your packages.
# Replace "regex-match-for-rpmlint-warning" with a regular expression to match the message to ignore.
# addFilte("^foo.*regex-match-for-rpmlint-warning")
# addFilter("^lpub3d-ci.*")
# setBadness('regex-match-for-rpmlint-warning', 0)
addFilter("^lpub3d-ci.*extra-license-file")
setBadness('extra-license-file', 0)
addFilter("^lpub3d-ci.*incorrect-fsf-address")
setBadness('incorrect-fsf-address', 0)
addFilter("^lpub3d-ci.*no-changelogname-tag")
setBadness('no-changelogname-tag', 0)
addFilter("^lpub3d-ci.*non-dev-pkg-with-shlib-symlink")
setBadness('non-dev-pkg-with-shlib-symlink', 0)
addFilter("^lpub3d-ci.*non-empty-%post")
setBadness('non-empty-%post', 0)
addFilter("^lpub3d-ci.*non-empty-%postun")
setBadness('non-empty-%postun', 0)
addFilter("^lpub3d-ci.*non-executable-script")
setBadness('non-executable-script', 0)
addFilter("^lpub3d-ci.*script-without-shebang")
setBadness('script-without-shebang', 0)
addFilter("^lpub3d-ci.*spelling-error")
setBadness('spelling-error', 0)
addFilter("^lpub3d-ci.*spurious-executable-perm")
setBadness('spurious-executable-perm', 0)
addFilter("^lpub3d-ci.*wrong-script-end-of-line-encoding")
setBadness('wrong-script-end-of-line-encoding', 0)
