Skip to content

Commit

Permalink
disable corresponding linter
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico committed Jun 13, 2024
1 parent 556d5df commit 06e3412
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .lintr
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ linters: all_linters(
absolute_path_linter = NULL,
library_call_linter = NULL,
nonportable_path_linter = NULL,
# We now require R>=4.0.0
strings_as_factors_linter = NULL,
todo_comment_linter = NULL,
# TODO(#2327): Enable this.
unreachable_code_linter = NULL
Expand Down

0 comments on commit 06e3412

Please sign in to comment.