forked from pool/rpmlint
Accepting request 109118 from devel:openSUSE:Factory:rpmlint
- block .swp files as well (they are usually vi(m) backup files) OBS-URL: https://build.opensuse.org/request/show/109118 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=157
This commit is contained in:
commit
2cfddda759
@ -135,10 +135,11 @@ _checks = [
|
||||
},
|
||||
{
|
||||
'error': 'suse-filelist-forbidden-backup-file',
|
||||
'details': 'backup files (e.g. files ending in ~ or .bak) are not allowed',
|
||||
'details': 'backup files (e.g. files ending in ~, .swp or .bak) are not allowed',
|
||||
'bad': [
|
||||
'*~',
|
||||
'*.bak',
|
||||
'*.swp',
|
||||
],
|
||||
'ignorefileif': ghostfile,
|
||||
},
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 13 15:14:07 CET 2012 - dmueller@suse.de
|
||||
|
||||
- block .swp files as well (they are usually vi(m) backup files)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 29 13:49:51 UTC 2012 - lnussel@suse.de
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user