Refactor quotes_linter()
to avoid using with()
#1995
Labels
internals
Issues related to inner workings of lintr, i.e., not user-visible
Milestone
Found here: #1993 (review)
codetools has a hard time correctly analyzing the function, causing multiple false positive lints that need to be disabled.
If we refactor
quotes_linter()
to not usewith()
, codetools should have such a hard time analyzing it.The text was updated successfully, but these errors were encountered: