You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some linters (e.g. current paste_sep_linter and paste_to_string_linter) rely on assumptions about STR_CONST nodes that are designed with R<4 in mind, where R"(a string)" is not available.
We should take a pass over linters to ensure robustness to this new style of literal strings.
The text was updated successfully, but these errors were encountered:
Some linters (e.g. current
paste_sep_linter
andpaste_to_string_linter
) rely on assumptions aboutSTR_CONST
nodes that are designed with R<4 in mind, whereR"(a string)"
is not available.We should take a pass over linters to ensure robustness to this new style of literal strings.
The text was updated successfully, but these errors were encountered: