Skip to content

Commit

Permalink
Turn off nonportable_path_linter for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dschlaep committed Apr 21, 2020
1 parent 14ff723 commit d1ed459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintr
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ linters: with_defaults(
#extraction_operator_linter,
#implicit_integer_linter,
#todo_comment_linter,
#nonportable_path_linter(lax = TRUE), # see https://github.com/jimhester/lintr/issues/468
#--- Activated non-default linters:
absolute_path_linter(lax = TRUE),
T_and_F_symbol_linter,
nonportable_path_linter(lax = TRUE),
semicolon_terminator_linter(semicolon = c("compound", "trailing")),
undesirable_function_linter,
undesirable_operator_linter,
Expand Down

0 comments on commit d1ed459

Please sign in to comment.