Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/19290#discussion_r139918553
--- Diff: R/pkg/.lintr ---
@@ -1,2 +1,2 @@
-linters: with_defaults(line_length_linter(100), multiple_dots_linter =
NULL, camel_case_linter = NULL, open_curly_linter(allow_single_line = TRUE),
closed_curly_linter(allow_single_line = TRUE))
+linters: with_defaults(line_length_linter(100), multiple_dots_linter =
NULL, object_name_linter = NULL, camel_case_linter = NULL,
open_curly_linter(allow_single_line = TRUE),
closed_curly_linter(allow_single_line = TRUE))
--- End diff --
`object_name_linter = NULL` looks required. Otherwise, it complains about
inconsistent naming styles.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]