Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: tox.ini

Issue 29821558: Issue #6707 - Make the generated malware domain filter list encode domains as Punycode (Closed)
Patch Set: Removed uncessary codecs call from updateMalwareDomains.py Created July 9, 2018, 1:08 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sitescripts/subscriptions/test/test_updateMalwareDomainsList.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tox.ini
diff --git a/tox.ini b/tox.ini
index 530f18ef64f578227d7af258b06ef16cc21f6ec1..a4b3915f77ad471191162f16cf1de038562a87c1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -60,7 +60,7 @@ per-file-ignores =
/sitescripts/submit_email/web/submit_email.py : E501
/sitescripts/subscriptions/bin/generateReport.py : A104,A107,A201,A301,E501,E713,F401,N802,N803,N806
/sitescripts/subscriptions/bin/processTemplate.py : E501,E711,N802,N803,N806
- /sitescripts/subscriptions/bin/updateMalwareDomainsList.py : A107,A301,E501
+ /sitescripts/subscriptions/bin/updateMalwareDomainsList.py : A107,E501
/sitescripts/subscriptions/bin/updateStatusPage.py : A101,A206,E501,E711,E722,F401,F841,N802
/sitescripts/subscriptions/bin/updateSubscriptionDownloads.py : E501,F401
/sitescripts/subscriptions/bin/updateSubscriptionDownloadsCVS.py : E501
« no previous file with comments | « sitescripts/subscriptions/test/test_updateMalwareDomainsList.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld