diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-02-06 13:11:08 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-02-06 13:11:08 -0800 |
commit | 9ca70630a29725bc8b558cdf707020eb545d52dd (patch) | |
tree | 471068f6c8b3423a0671aac9a501d21f68778640 | |
parent | 22cbceee30f5e43bcdf290302f1a0ab4f43684cf (diff) | |
download | rpmlint-9ca70630a29725bc8b558cdf707020eb545d52dd.tar.gz rpmlint-9ca70630a29725bc8b558cdf707020eb545d52dd.tar.bz2 rpmlint-9ca70630a29725bc8b558cdf707020eb545d52dd.zip |
suse-checks.diff
===================================================================
-rw-r--r-- | Config.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -17,14 +17,13 @@ try: except ImportError: __version__ = 'devel' -DEFAULT_CHECKS = ("DistributionCheck", +DEFAULT_CHECKS = ( "TagsCheck", "BinariesCheck", "ConfigCheck", "FilesCheck", "DocFilesCheck", "FHSCheck", - "SignatureCheck", "I18NCheck", "MenuCheck", "PostCheck", |