celinayk commented on PR #5056:
URL: https://github.com/apache/zeppelin/pull/5056#issuecomment-3240046436

   > It looks like the GitHub Action build failed due to line length errors. 
Could you please check and fix them?
   > 
   > ```shell
   > Error: 
src/main/java/org/apache/zeppelin/python/PythonDockerInterpreter.java:[94] 
(sizes) LineLength: Line is longer than 100 characters (found 106). 
   > Error: 
src/main/java/org/apache/zeppelin/python/PythonInterpreter.java:[189] (sizes) 
LineLength: Line is longer than 100 characters (found 103). 
   > Error: 
src/main/java/org/apache/zeppelin/python/PythonInterpreter.java:[215] (sizes) 
LineLength: Line is longer than 100 characters (found 105).
   > ```
   
   Thanks! Fixed the line length issues by breaking the long lines to stay 
under 100 characters.
   
   This was my first experience with automated code style checks - really 
appreciate how these guidelines help maintain code quality and readability 
across the project!


-- 
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.

To unsubscribe, e-mail: reviews-unsubscr...@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to