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

Allow passing multiple styles to object_name_linter #342

Merged
merged 2 commits into from
Aug 13, 2018

Conversation

infotroph
Copy link
Contributor

Fixes #341. Example usage: lint("inst/example/bad.R", object_name_linter(c("dotted.case", "lowerCamelCase"))

@codecov
Copy link

codecov bot commented Aug 13, 2018

Codecov Report

Merging #342 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #342   +/-   ##
======================================
  Coverage    85.6%   85.6%           
======================================
  Files          41      41           
  Lines        2132    2132           
======================================
  Hits         1825    1825           
  Misses        307     307
Impacted Files Coverage Δ
R/object_name_linters.R 100% <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 baddc5b...2aa708c. Read the comment docs.

@jimhester jimhester merged commit 38b044e into r-lib:master Aug 13, 2018
@jimhester
Copy link
Member

Thanks!

@jimhester
Copy link
Member

I added you to the list of contributors to lintr, see #318 (comment) for details on how this works.

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