Skip to content

Commit d522d73

Browse files
consistent naming style
1 parent e28cc34 commit d522d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/linters/rd/options_doc_check.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ensure that data.table options in code match documentation
2-
check_options_documentation = function(rd_file) {
2+
options_documentation_linter = function(rd_file) {
33
if (!grepl("\\name{data.table-options}", readLines(rd_file), fixed = TRUE)) return(invisible())
44

55
# Find options in R code

0 commit comments

Comments
 (0)