Skip to content

Commit

Permalink
Re-enable backport linter, fixes #184
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikunterwegs committed Jun 6, 2024
1 parent 1dc22d7 commit dc97821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .lintr
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ linters: all_linters(
)
),
function_argument_linter = NULL,
indentation_linter = NULL # unstable as of lintr 3.1.0
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 dc97821

Please sign in to comment.