[
https://issues.apache.org/jira/browse/BEAM-3738?focusedWorklogId=84997&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-84997
]
ASF GitHub Bot logged work on BEAM-3738:
----------------------------------------
Author: ASF GitHub Bot
Created on: 27/Mar/18 19:42
Start Date: 27/Mar/18 19:42
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_r177548977
##########
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:
Please reread the first sentence of description above which discusses the
"showstopper" flake8 issues vs. the "style violations". I have been focused on
the former for the reasons described above.
----------------------------------------------------------------
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: 84997)
Time Spent: 14h 10m (was: 14h)
> 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: 14h 10m
> Remaining Estimate: 0h
>
> After BEAM-3671 is finished enable linting.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)