We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92d74df commit c4ea09eCopy full SHA for c4ea09e
.ci/.lintr.R
@@ -16,6 +16,13 @@ linters = c(dt_linters, all_linters(
16
# system_time_linter = undesirable_function_linter(c(
17
# system.time = "Only run timings in benchmark.Rraw"
18
# )),
19
+ undesirable_function_linter(c(
20
+ cat = "Use catf to enable translations",
21
+ message = "Use messagef to avoid fragmented translations.",
22
+ warning = "Use warningf to avoid fragmented translations.",
23
+ stop = "Use stopf to avoid fragmented translations.",
24
+ NULL
25
+ )),
26
# undesirable_function_linter(modify_defaults(
27
# default_undesirable_functions,
28
# ifelse = "Use fifelse instead.",
0 commit comments