Skip to content

Commit

Permalink
restrict scope style_pkg to line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
joethorley committed Oct 11, 2023
1 parent f06d05b commit 4818c3c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/build.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
# limitations under the License.

roxygen2md::roxygen2md()
styler::style_pkg(filetype = c("R", "Rmd"))
styler::style_pkg(
scope = "line_breaks",
filetype = c("R", "Rmd")
)
lintr::lint_package()

devtools::test()
Expand Down

0 comments on commit 4818c3c

Please sign in to comment.