forked from pool/rpmlint
- block .swp files as well (they are usually vi(m) backup files)
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=103
This commit is contained in:
parent
46033fbd9c
commit
32121ca42f
@ -135,10 +135,11 @@ _checks = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
'error': 'suse-filelist-forbidden-backup-file',
|
'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': [
|
'bad': [
|
||||||
'*~',
|
'*~',
|
||||||
'*.bak',
|
'*.bak',
|
||||||
|
'*.swp',
|
||||||
],
|
],
|
||||||
'ignorefileif': ghostfile,
|
'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
|
Wed Feb 29 13:49:51 UTC 2012 - lnussel@suse.de
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user