rpmlint/config

30 lines
662 B
Plaintext
Raw Normal View History

# -*- python -*-
# Configuration for the rpmlint utility.
# Loaded before ~/.rpmlintrc
# $Id$
# This line is mandatory to access the configuration functions
from Config import *
# Additionale path to look for checks
#addCheckDir("~/mandrake/rpmlint")
# Configure the checks if you don't want the default ones
#addCheck("FHSCheck")
#addCheck("BinariesCheck")
# Configuration options used by the checks
#setOption("Vendor", "MySelf")
#setOption("Distribution", "MyDistrib")
#setOption("UseBzip2", 1)
#setOption("ReleaseExtension", None)
#setOption("ValidGroups", ("Group1", "Group2"))
# Output filters
# addFilter("E: .* no-signature")
# config ends here