raulcd commented on PR #45524:
URL: https://github.com/apache/arrow/pull/45524#issuecomment-2656149531
This fixes the lintr job on `Dev linting` but seems to fail on the linting
for Windows R release:
```
Error: Error: Not lint free
R/arrow-info.R:87:5: style: [return_linter] Use implicit return behavior;
explicit return() is not needed.
return(FALSE)
^~~~~~
R/arrow-info.R:95:5: style: [return_linter] Use implicit return behavior;
explicit return() is not needed.
return(FALSE)
^~~~~~
R/arrow-info.R:103:5: style: [return_linter] Use implicit return behavior;
explicit return() is not needed.
return(FALSE)
^~~~~~
R/arrow-info.R:111:5: style: [return_linter] Use implicit return behavior;
explicit return() is not needed.
return(FALSE)
^~~~~~
R/arrow-info.R:119:5: style: [return_linter] Use implicit return behavior;
explicit return() is not needed.
return(FALSE)
^~~~~~
R/arrow-info.R:127:5: style: [return_linter] Use implicit return behavior;
explicit return() is not needed.
return(FALSE)
^~~~~~
R/arrow-info.R:135:5: style: [return_linter] Use implicit return behavior;
explicit return() is not needed.
return(FALSE)
^~~~~~
R/dplyr-arrange
```
This is due to a new default linter on the new `lintr` version:
- `New default linter return_linter()`
I am unsure why this fails on this job and not the other one.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]