Skip to content

Commit 63f3d77

Browse files
committed
Allow na.value in object name linter
1 parent a00e31f commit 63f3d77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.lintr

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
linters: linters_with_defaults(
2-
pipe_consistency_linter(pipe = "auto")
2+
pipe_consistency_linter(pipe = "auto"),
3+
object_name_linter(styles = "snake_case", regexes = c("na\\.value"))
34
)
45
exclude: "^#| fig.alt = "
56
encoding: "UTF-8"

0 commit comments

Comments
 (0)