We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f4d897 commit 36e07e9Copy full SHA for 36e07e9
1 file changed
.lintr
@@ -1,5 +1,6 @@
1
-linters: all_linters(
2
- packages = "lintr",
+linters: linters_with_defaults(
+ pipe_consistency_linter =
3
+ pipe_consistency_linter(pipe = "%>%"),
4
object_name_linter = NULL,
5
implicit_integer_linter = NULL,
6
brace_linter = NULL,
0 commit comments