I found a couple of issues and tagged them with the docs tag! Hope I didn't break anything ...
Jim Hester
@jimhester
Great thanks, you did perfect!
_
Jim Hester
@jimhester
Just a reminder if you woudl like to collaborate please add your name in a new reply to jimhester/lintr#318 and I can add you as an official collaborator
B.
@chucheria
Hi! :)
Jim Hester
@jimhester
:wave:
Jim Hester
@jimhester
So if people are looking for a place to start but are not familiar with the lintr codebase I think going through the open issues and adding an issue label is a good place. Just determining if an issue is a feature request, bug or documentation issue is very useful
A more moderate task would be to review a few of the smaller open PRs, e.g. jimhester/lintr#239, jimhester/lintr#170
Jim Hester
@jimhester
A advanced task would be to review jimhester/lintr#236, however this is very important for the CRAN release as the object usage linter is one of the ones that is much slower in devel lintr than in the CRAN release
Jim Hester
@jimhester
You can also find any open issue and send a PR to fix it of course!
Navdeep Gill
@navdeep-G
Thx for all the info @jimhester ! Very helpful to get up and running
Quick q, I am assuming all of us should still fork the repo? In other projects I usually just clone and work from there, checkout a new branch, PR, wait for review, etc. Is that the case here?
Jim Hester
@jimhester
Yeah you can use the same workflow here
Navdeep Gill
@navdeep-G
Great, ty!
Hope to get up and running soon :)
Jim Hester
@jimhester
:+1:
Dragoș Moldovan-Grünfeld
@dragosmg
:wave:
Gabriela de Queiroz
@gdequeiroz
I have a question regarding the object_length_linter. It looks like the default value is 20. But I'm getting: "Variable and function names should not be longer than 30 characters." Am I missing something here?
Jim Hester
@jimhester
Are you sure you didn't change the default value, in a .lintr file or in your editor configuration?