-
Notifications
You must be signed in to change notification settings - Fork 193
Closed
Labels
good first issue ❤️good issue for first-time contributorsgood issue for first-time contributors
Description
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
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.
jimhester
Metadata
Metadata
Assignees
Labels
good first issue ❤️good issue for first-time contributorsgood issue for first-time contributors