[
https://issues.apache.org/jira/browse/BEAM-3738?focusedWorklogId=84986&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-84986
]
ASF GitHub Bot logged work on BEAM-3738:
----------------------------------------
Author: ASF GitHub Bot
Created on: 27/Mar/18 19:21
Start Date: 27/Mar/18 19:21
Worklog Time Spent: 10m
Work Description: cclauss commented on a change in pull request #4798:
[BEAM-3738] Add more flake8 tests to run_pylint.sh
URL: https://github.com/apache/beam/pull/4798#discussion_r177520199
##########
File path: sdks/python/run_mini_py3lint.sh
##########
@@ -37,4 +37,5 @@ if test $# -gt 0; then
fi
echo "Running flake8 for module $MODULE:"
-flake8 $MODULE --count --select=E999 --show-source --statistics
+# TODO: Add F821 (undefined names) as soon as that test passes
Review comment:
All showstopper issue tests pass __except__ for F821 which is what makes it
special.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 84986)
Time Spent: 13h 50m (was: 13h 40m)
> Enable Py3 linting in Jenkins
> -----------------------------
>
> Key: BEAM-3738
> URL: https://issues.apache.org/jira/browse/BEAM-3738
> Project: Beam
> Issue Type: Bug
> Components: sdk-py-core, testing
> Reporter: holdenk
> Assignee: Ahmet Altay
> Priority: Major
> Time Spent: 13h 50m
> Remaining Estimate: 0h
>
> After BEAM-3671 is finished enable linting.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)