Merge branch 'patch-2' into 'master'

remove redundant google analytics match

See merge request fdroid/fdroidserver!688
This commit is contained in:
Hans-Christoph Steiner 2019-11-04 09:06:41 +00:00
commit 54b8302c94
2 changed files with 1 additions and 2 deletions

View File

@ -61,7 +61,6 @@ def scan_source(build_dir, build=metadata.Build()):
exp: re.compile(r'.*' + exp, re.IGNORECASE) for exp in [
r'flurryagent',
r'paypal.*mpl',
r'google.*analytics',
r'admob.*sdk.*android',
r'google.*ad.*view',
r'google.*admob',

View File

@ -30,7 +30,7 @@ class ScannerTest(unittest.TestCase):
projects = {
'Zillode': 1,
'firebase-suspect': 1,
'org.mozilla.rocket': 4,
'org.mozilla.rocket': 3,
'realm': 1,
}
for d in glob.glob(os.path.join(source_files, '*')):