projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a428195
)
Support BrE spelling 'licence' in UselessDodoc check.
author
Michał Górny
<gentoo@mgorny.alt.pl>
Wed, 14 Jul 2010 08:56:35 +0000
(10:56 +0200)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 14 Jul 2010 09:26:44 +0000
(
02:26
-0700)
pym/repoman/checks.py
patch
|
blob
|
history
diff --git
a/pym/repoman/checks.py
b/pym/repoman/checks.py
index c60cef0ef04a0092131290dd842adc5ef2432692..b0d8b0bf0042d53e730ddf2b38e6eeacd36955db 100644
(file)
--- a/
pym/repoman/checks.py
+++ b/
pym/repoman/checks.py
@@
-247,7
+247,7
@@
class EbuildUselessDodoc(LineCheck):
"""Check ebuild for useless files in dodoc arguments."""
repoman_check_name = 'ebuild.minorsyn'
uselessdodoc_re = re.compile(
- r'^\s*dodoc(\s+|\s+.*\s+)(ABOUT-NLS|COPYING|LICENSE)($|\s)')
+ r'^\s*dodoc(\s+|\s+.*\s+)(ABOUT-NLS|COPYING|LICEN
CE|LICEN
SE)($|\s)')
def check(self, num, line):
match = self.uselessdodoc_re.match(line)