[ 
https://issues.apache.org/jira/browse/BEAM-9058?focusedWorklogId=367098&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-367098
 ]

ASF GitHub Bot logged work on BEAM-9058:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 06/Jan/20 23:35
            Start Date: 06/Jan/20 23:35
    Worklog Time Spent: 10m 
      Work Description: chadrik commented on issue #10510: [BEAM-9058] Reenable 
line-too-long linter check.
URL: https://github.com/apache/beam/pull/10510#issuecomment-571362692
 
 
   d'oh!  sorry about that.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 367098)
    Time Spent: 0.5h  (was: 20m)

> Line-too-long Python lint checks are no longer working.
> -------------------------------------------------------
>
>                 Key: BEAM-9058
>                 URL: https://issues.apache.org/jira/browse/BEAM-9058
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py-core
>            Reporter: Valentyn Tymofieiev
>            Assignee: Chad Dombrova
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Without getting into a question whether 80 is a reasonable limit, what are 
> the reasons to treat  type annotations differently than other parts of Python 
> code (including comments), which have a 80 character limit?  
>  
> Places that need to be fixed (PR coming):
> ```
> {noformat}
> > Task :sdks:python:test-suites:tox:py37:lintPy37
>  
>  ************* Module apache_beam.testing.test_stream_it_test
>  apache_beam/testing/test_stream_it_test.py:50:0: C0301: Line too long 
> (106/80) (line-too-long)
>  ************* Module apache_beam.io.filesystems
>  apache_beam/io/filesystems.py:99:0: C0301: Line too long (101/80) 
> (line-too-long)
>  apache_beam/io/filesystems.py:100:0: C0301: Line too long (111/80) 
> (line-too-long)
>  ************* Module apache_beam.runners.portability.fn_api_runner
>  apache_beam/runners/portability/fn_api_runner.py:115:0: C0301: Line too long 
> (114/80) (line-too-long)
>  ************* Module apache_beam.transforms.core
>  apache_beam/transforms/core.py:1307:0: C0301: Line too long (116/80) 
> (line-too-long)
>  apache_beam/transforms/core.py:2271:0: C0301: Line too long (95/80) 
> (line-too-long)
>  apache_beam/transforms/core.py:2272:0: C0301: Line too long (90/80) 
> (line-too-long)
>  ************* Module setup
>  setup.py:141:0: C0301: Line too long (81/80) (line-too-long)
> ------------------------------------
>  {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to