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

Catch single-quotes FUN when looking for character.only=TRUE in library_call_linter() #2319

Closed
MichaelChirico opened this issue Nov 19, 2023 · 0 comments · Fixed by #2368
Closed
Labels
false-negative code that should lint, but doesn't

Comments

@MichaelChirico
Copy link
Collaborator

          This is to catch `lapply(pkgs, "library", character.only = TRUE)`?

Is that worth it? If yes, we should catch lapply(pkgs, 'library', character.only = TRUE) too.

Originally posted by @AshesITR in #2306 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
false-negative code that should lint, but doesn't
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant