We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 539ba8f commit f4a3910Copy full SHA for f4a3910
inst/hooks/exported/style-files.R
@@ -7,7 +7,7 @@ Options:
7
--style_pkg=<style_guide_pkg> Package where the style guide is stored [default: "styler"].
8
--style_fun=<style_guide_fun> The styling function in style_pkg [default: "tidyverse_style"].
9
--no-warn-cache Suppress the warning about a missing permanent cache.
10
- --cache-root=<cache_root_> Passed to `options("styler.cache_root")` [default: "styler"].
+ --cache-root=<cache_root_> Passed to `options("styler.cache_root")` [default: "styler-perm"].
11
' -> doc
12
13
if (packageVersion("precommit") < "0.1.3.9010") {
0 commit comments