Skip to content

Commit

Permalink
avoid false positives of paren_brace_linter for strings
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Mar 19, 2022
1 parent 338eef2 commit fe2fd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/reports/versions.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ For information about old images with 3.X.X tags, please check [the `rocker-org/
}
df_stacks <- fs::dir_ls(path = "stacks", regexp = "([0-9]+\\.){3}json$") |>
df_stacks <- fs::dir_ls(path = "stacks", regexp = "([0-9]+\\.){3}json$") |> # nolint
purrr::map_dfr(.read_stacks)
df_rversions <- rversions::r_versions() |>
Expand Down

0 comments on commit fe2fd40

Please sign in to comment.