potiuk commented on pull request #9893:
URL: https://github.com/apache/airflow/pull/9893#issuecomment-661141663


   But same doc also says this (not very reassuring especially the "sometimes" 
part):
   
   > Sometimes the line of code which caused the error is displayed with a 
caret pointing to the error. This may be generalized in future versions of 
Pylint.
   
   Example (extracted from a run of Pylint on itself…):
   ```
   ************* Module pylint.checkers.format
   W: 50: Too long line (86/80)
   W:108: Operator not followed by a space
        print >>sys.stderr, 'Unable to match %r', line
               ^
   W:141: Too long line (81/80)
   W: 74:searchall: Unreachable code
   W:171:FormatChecker.process_tokens: Redefining built-in (type)
   W:150:FormatChecker.process_tokens: Too many local variables (20/15)
   W:150:FormatChecker.process_tokens: Too many branches (13/12)
   ```


----------------------------------------------------------------
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:
[email protected]


Reply via email to