Skip to content

Commit 9ba2192

Browse files
committed
docs: update comment
1 parent a2c0bdc commit 9ba2192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rmd/sysdata.nopurl.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ default_linters <- lintr::linters_with_defaults(
122122
"->" = "Makes it harder to see in code where an object is defined.")),
123123
unnecessary_concatenation_linter = lintr::unnecessary_concatenation_linter(),
124124
unnecessary_lambda_linter = lintr::unnecessary_lambda_linter(),
125-
# TODO: enable once https://github.com/r-lib/lintr/issues/2748 is fixed
125+
# TODO: re-enable once lintr 3.2.1+ is released
126126
# unnecessary_nesting_linter = lintr::unnecessary_nesting_linter(),
127127
unnecessary_placeholder_linter = lintr::unnecessary_placeholder_linter(),
128128
unreachable_code_linter = lintr::unreachable_code_linter(),

0 commit comments

Comments
 (0)