File: python-kiwi_boxed_plugin-rpmlintrc

package info (click to toggle)
kiwi-boxed-plugin 0.2.31-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,016 kB
  • sloc: python: 1,996; makefile: 235; sh: 182
file content (9 lines) | stat: -rw-r--r-- 324 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# don't check for buildroot usage, kiwi's Makefile uses the same var name
addFilter("rpm-buildroot-usage .*")

# don't check position-independent-executable
addFilter("position-independent-executable-suggested .*")

# don't check for file duplicates
addFilter("files-duplicate .*")
addFilter("cross-directory-hard-link .*")