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

Issue 29756624: Noissue - Adapt best practices for trailing commas (sitescripts) (Closed)

Created:
April 19, 2018, 12:40 p.m. by Sebastian Noack
Modified:
April 19, 2018, 4:21 p.m.
Reviewers:
Vasily Kuznetsov
CC:
tlucas
Visibility:
Public.

Description

Noissue - Adapt best practices for trailing commas

Patch Set 1 #

Patch Set 2 : Re-run script on Python 2, added flake8-commas extension #

Unified diffs Side-by-side diffs Delta from patch set Stats (+138 lines, -135 lines) Patch
M sitescripts/content_blocker_lists/bin/generate_lists.py View 1 chunk +1 line, -1 line 0 comments Download
M sitescripts/extensions/bin/createNightlies.py View 12 chunks +13 lines, -13 lines 0 comments Download
M sitescripts/extensions/bin/updateRecommendations.py View 1 chunk +4 lines, -4 lines 0 comments Download
M sitescripts/extensions/bin/updateUpdateManifests.py View 2 chunks +3 lines, -3 lines 0 comments Download
M sitescripts/extensions/utils.py View 3 chunks +4 lines, -4 lines 0 comments Download
M sitescripts/extensions/web/adblockbrowserUpdates.py View 1 chunk +2 lines, -2 lines 0 comments Download
M sitescripts/formmail/test/test_formmail.py View 1 chunk +1 line, -1 line 0 comments Download
M sitescripts/formmail/web/formmail2.py View 1 chunk +1 line, -1 line 0 comments Download
M sitescripts/hg/bin/update_issues.py View 2 chunks +2 lines, -2 lines 0 comments Download
M sitescripts/hg/test/update_issues.py View 3 chunks +4 lines, -4 lines 0 comments Download
M sitescripts/management/bin/generateHgAuth.py View 2 chunks +2 lines, -2 lines 0 comments Download
M sitescripts/management/bin/generateNotifications.py View 1 chunk +1 line, -1 line 0 comments Download
M sitescripts/management/bin/installChanges.py View 1 1 chunk +1 line, -1 line 0 comments Download
M sitescripts/notifications/test/notification.py View 20 chunks +54 lines, -54 lines 0 comments Download
M sitescripts/notifications/web/notification.py View 1 chunk +1 line, -1 line 0 comments Download
M sitescripts/reports/bin/updateDigests.py View 1 chunk +1 line, -1 line 0 comments Download
M sitescripts/send_installation_link/web/send_installation_link.py View 2 chunks +2 lines, -2 lines 0 comments Download
M sitescripts/stats/bin/logprocessor.py View 1 1 chunk +1 line, -1 line 0 comments Download
M sitescripts/stats/bin/pagegenerator.py View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sitescripts/stats/test/common.py View 1 chunk +1 line, -1 line 0 comments Download
M sitescripts/stats/test/logprocessor.py View 1 17 chunks +24 lines, -24 lines 0 comments Download
M sitescripts/submit_email/web/submit_email.py View 3 chunks +6 lines, -6 lines 0 comments Download
M sitescripts/templateFilters.py View 1 chunk +2 lines, -2 lines 0 comments Download
M sitescripts/testpages/web/sitekey_frame.py View 1 1 chunk +4 lines, -2 lines 0 comments Download
M tox.ini View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 3
Sebastian Noack
These changes were auto-generated with following script (flake8-commas required): import sys import subprocess MISSING_COMMA = ...
April 19, 2018, 12:46 p.m. (2018-04-19 12:46:35 UTC) #1
Sebastian Noack
After re-running my script with Python 2, flake8-commas found some more missing commas. Also I ...
April 19, 2018, 2:37 p.m. (2018-04-19 14:37:45 UTC) #2
Vasily Kuznetsov
April 19, 2018, 3:15 p.m. (2018-04-19 15:15:26 UTC) #3
LGTM

Powered by Google App Engine
This is Rietveld