We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It looks like the default argument for theobject_length_linter function is 20: https://github.com/jimhester/lintr/blob/3312afafafd673aa7ec74231b39d83038508023c/R/object_name_linters.R#L182
object_length_linter
but the default for calling it is 30: https://github.com/jimhester/lintr/blob/87658ec425ca5cb2c733444ab6beef45dbb31cfe/R/zzz.R#L96
It makes sense to make them consistent, so we should change the default argument to 30.
The text was updated successfully, but these errors were encountered:
I think this issue can be closed. Thanks @gdequeiroz for the good first issue label and thanks @jimhester for reviewing and approving my PR.
Sorry, something went wrong.
gdequeiroz
No branches or pull requests
It looks like the default argument for the
object_length_linter
function is 20:https://github.com/jimhester/lintr/blob/3312afafafd673aa7ec74231b39d83038508023c/R/object_name_linters.R#L182
but the default for calling it is 30:
https://github.com/jimhester/lintr/blob/87658ec425ca5cb2c733444ab6beef45dbb31cfe/R/zzz.R#L96
It makes sense to make them consistent, so we should change the default argument to 30.
The text was updated successfully, but these errors were encountered: