Skip to content

Commit 71563f8

Browse files
sync to linter implementation
1 parent 1cd1600 commit 71563f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/linters/rd/condition_class_docs_check.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ensure that data.table condition classes in code match documentation
22
condition_classes_documentation_linter = function(rd_file) {
3-
if (!grepl("\\name{datatable-condition-classes}", readChar(rd_file, 100L), fixed = TRUE)) return(invisible())
3+
if (!grepl("\\name{data.table-condition-classes}", readChar(rd_file, 100L), fixed = TRUE)) return(invisible())
44

55
# Find condition classes in R code
66
walk_r_ast_for_classes = function(expr) {

0 commit comments

Comments
 (0)