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

Unified Diff: tox.ini

Issue 29345348: Noissue - Got rid of redundant paranthesis around if condition (Closed)
Patch Set: Created May 30, 2016, 11:05 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
@@ -28,7 +28,7 @@
sitescripts/hg/test/update_issues.py : N802
sitescripts/management/bin/generateHgAuth.py : A107,E501,E711
sitescripts/management/bin/generateNotifications.py : A301,E501
- sitescripts/management/bin/installChanges.py : A102,A107,A111,E501,E713,N802,N803,N806
+ sitescripts/management/bin/installChanges.py : A102,A107,E501,E713,N802,N803,N806
sitescripts/management/bin/start_services.py : A107,E501
sitescripts/notifications/parser.py : A101,A102,A107,E501,E713
sitescripts/notifications/test/notification.py : E501
@@ -45,7 +45,7 @@
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 : A111,A301,E501,E711,F401,N802,N806
+ sitescripts/reports/web/updateReport.py : A301,E501,E711,F401,N802,N806
sitescripts/stats/bin/logprocessor.py : A101,A102,A104,A107,A204,A206,A301,A302,E501,E711,F401,N806
sitescripts/stats/bin/pagegenerator.py : A102,A104,A107,A301,A302,E501,E711,F401,N806
sitescripts/stats/common.py : A107,A112,E501
« 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