Skip to content

Commit

Permalink
turn off one_call_pipe_linter
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Jul 28, 2024
1 parent 2c7fc54 commit 953278e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-changed-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
object_length_linter(50L),
object_name_linter = NULL,
object_usage_linter = NULL,
one_call_pipe_linter = NULL,
todo_comment_linter = NULL,
commented_code_linter = NULL,
undesirable_function_linter(c("mapply" = NA, "setwd" = NA)),
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
object_length_linter(50L),
object_name_linter = NULL,
object_usage_linter = NULL,
one_call_pipe_linter = NULL,
todo_comment_linter = NULL,
commented_code_linter = NULL,
undesirable_function_linter(c("mapply" = NA, "setwd" = NA)),
Expand Down

0 comments on commit 953278e

Please sign in to comment.