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

Unified Diff: tox.ini

Issue 29993614: Issue 2267 - Unify form handling by reusing form_handler() (Closed) Base URL: https://hg.adblockplus.org/sitescripts/
Patch Set: Remove unnecessary checks Created Feb. 8, 2019, 1:32 a.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/reports/web/updateReport.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tox.ini
===================================================================
--- a/tox.ini
+++ b/tox.ini
@@ -46,11 +46,12 @@
sitescripts/reports/bin/removeOldUsers.py : E501,N802
sitescripts/reports/bin/updateDigests.py : A201,A301,A302,E501,E713,F401,N802,N806,N816
sitescripts/reports/bin/updateSubscriptionList.py : A302,E501,E711,N802
+ sitescripts/reports/tests/test_updateReport.py : E402
sitescripts/reports/utils.py : A206,A302,E501,E711,N802,N803,N806
sitescripts/reports/web/showDigest.py : A206,A301,A302,E501,F401,N802,N806
sitescripts/reports/web/showUser.py : A301,A302,E501,E711,N802
sitescripts/reports/web/submitReport.py : A301,A302,E501,F401,N802,N806
- sitescripts/reports/web/updateReport.py : A301,E501,E711,E722,F401,N802,N806
+ sitescripts/reports/web/updateReport.py : A301,E711,E722,F401,N802,N806,W504
sitescripts/submit_email/web/submit_email.py : E501
sitescripts/subscriptions/bin/generateReport.py : A104,A107,A201,A301,E501,E713,F401,N802,N803,N806,N816
sitescripts/subscriptions/bin/processTemplate.py : E501,E711,N802,N803,N806,N816
« no previous file with comments | « sitescripts/reports/web/updateReport.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld