Skip to content

Commit

Permalink
Disable backport linter, WIP #184
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo Gruson <[email protected]>
  • Loading branch information
pratikunterwegs and Bisaloo authored Nov 21, 2023
1 parent 55ad055 commit e78cbb8
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 @@ -16,7 +16,7 @@ linters: all_linters(
indentation_linter = NULL, # unstable as of lintr 3.1.0
# Use minimum R declared in DESCRIPTION or fall back to current R version.
# Install etdev package from https://github.com/epiverse-trace/etdev
backport_linter(if (length(x <- etdev::extract_min_r_version())) x else getRversion())
# backport_linter(if (length(x <- etdev::extract_min_r_version())) x else getRversion())
)
exclusions: list(
"tests/testthat.R" = list(
Expand Down

0 comments on commit e78cbb8

Please sign in to comment.