# This is a list of generic rpmlint filters for all components.
#
# Do not put component-specific filters here!  Instead put them
# in the rpmlintrc file.
#
# If you modify this file in one component, you must copy that
# modified file to ALL other componentss!

# It never hurt us so far, so ignore this.
addFilter("filename-too-long-for-joliet")

# We know that this dir is not fine but can not change that for now
addFilter("suse-filelist-forbidden-opt /opt/dell")

# We know that crowbar is a non standard uid
addFilter("non-standard-uid /opt/dell/.+ crowbar$")
addFilter("non-standard-gid /opt/dell/.+ crowbar$")
addFilter("non-standard-uid /etc/crowbar.+ crowbar$")
addFilter("non-standard-gid /etc/crowbar.+ crowbar$")

# We don't care about file duplication here
addFilter("files-duplicate /opt/dell/chef/cookbooks/.+/templates/.+")
addFilter("files-duplicate /opt/dell/chef/cookbooks/.+/resources/.+")
addFilter("files-duplicate /opt/dell/chef/cookbooks/.+/files/.+")

# We don't care about empty files here
addFilter("zero-length /opt/dell/chef/cookbooks/.+/files/.+")

# Read the above comments before adding stuff here!
