chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1af7748
)
lint: Remove NOP
author
Daniel Martí
<mvdan@mvdan.cc>
Sun, 19 Apr 2015 15:04:34 +0000
(17:04 +0200)
committer
Daniel Martí
<mvdan@mvdan.cc>
Sun, 19 Apr 2015 15:04:34 +0000
(17:04 +0200)
fdroidserver/lint.py
patch
|
blob
|
history
diff --git
a/fdroidserver/lint.py
b/fdroidserver/lint.py
index 9a1659ba8be09c3bb79bb068ba7fe229a40d66ad..7caab1a162889811f01f63fee1e8c87ac9f9ca35 100644
(file)
--- a/
fdroidserver/lint.py
+++ b/
fdroidserver/lint.py
@@
-194,7
+194,6
@@
def main():
if app['Web Site'] and app['Source Code']:
if app['Web Site'].lower() == app['Source Code'].lower():
warn("Website '%s' is just the app's source code link" % app['Web Site'])
- app['Web Site'] = ''
name = app['Name'] or app['Auto Name']
if app['Summary'] and name: