Skip to content
New issue

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

Issue325 object length linter #343

Merged
merged 10 commits into from
Sep 18, 2018
Merged

Issue325 object length linter #343

merged 10 commits into from
Sep 18, 2018

Conversation

dragosmg
Copy link
Collaborator

Made the default value of the length argument 30 (consistent across use, test, etc). This should close issue #325.

@dragosmg dragosmg requested a review from jimhester as a code owner August 13, 2018 21:00
@codecov
Copy link

codecov bot commented Aug 13, 2018

Codecov Report

Merging #343 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #343   +/-   ##
======================================
  Coverage    85.6%   85.6%           
======================================
  Files          41      41           
  Lines        2132    2132           
======================================
  Hits         1825    1825           
  Misses        307     307
Impacted Files Coverage Δ
R/zzz.R 0% <ø> (ø) ⬆️
R/object_name_linters.R 100% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9dc4418...10c5018. Read the comment docs.

R/zzz.R Outdated
@@ -94,7 +94,7 @@ default_linters <- with_defaults(default = list(),
infix_spaces_linter,
line_length_linter(80),
no_tab_linter,
object_length_linter(30),
object_length_linter,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This still needs to be a call, e.g. object_length_linter()

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool. Changed

@jimhester
Copy link
Member

Thanks!

Could you add a note to NEWS.md with this change; referencing the issue number and your GitHub username, then I can merge this.

@dragosmg
Copy link
Collaborator Author

Note added to NEWS.md. Thanks!

@jimhester jimhester merged commit 754aa56 into r-lib:master Sep 18, 2018
@jimhester
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants