Github user HyukjinKwon commented on the issue:

    https://github.com/apache/spark/pull/19290
  
    I also tried v1.0.1 against the master; however, it looks not detecting 
many instances this PR fixes. It only detected 3 extra instances:
    
    ```
    R/DataFrame.R:2615:22: style: Variable and function names should not be 
longer than 30 characters.
                colsX <- generateAliasesForIntersectedCols(x, by, suffixes[1])
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    R/DataFrame.R:2616:22: style: Variable and function names should not be 
longer than 30 characters.
                colsY <- generateAliasesForIntersectedCols(y, by, suffixes[2])
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    R/DataFrame.R:2666:1: style: Variable and function names should not be 
longer than 30 characters.
    generateAliasesForIntersectedCols <- function (x, intersectedColNames, 
suffix) {
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    lintr checks failed.
    ```
    
     So, I would like to propose to use jimhester/lintr@5431140 if possible.
    
    I opened an issue to ask a question about this slowdown - 
`https://github.com/jimhester/lintr/issues/270`. Probably, we could wait for 
few days.  if nothing could be done for now, I guess we could consider just use 
jimhester/lintr@5431140 as is ...



---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to