lintr
lintr copied to clipboard
quotes_linter()
I think it makes sense to offer a generalized version of single_quotes_linter() that allows users to choose ' as their preferred quoting character. Of course " should be the default.
This'd be a breaking change because we plan to deprecate single_quotes_linter() in favour of something like quotes_linter(quote = '"')?
yes