-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add example config files to the docs #2312
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2312 +/- ##
=======================================
Coverage 99.64% 99.64%
=======================================
Files 115 115
Lines 5331 5331
=======================================
Hits 5312 5312
Misses 19 19 ☔ View full report in Codecov by Sentry. |
R/settings.R
Outdated
#' "tests/testthat/default_linter_testcode.R", | ||
#' "tests/testthat/dummy_packages" | ||
#' ) | ||
#' ``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not aligned to the opening fence.
R/settings.R
Outdated
#' "tests/testthat/default_linter_testcode.R", | ||
#' "tests/testthat/dummy_packages" | ||
#' ) | ||
#' ``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
R/settings.R
Outdated
#' any_duplicated_linter(), | ||
#' any_is_na_linter(), | ||
#' backport_linter("oldrel-4", except = c("R_user_dir", "str2lang")), | ||
#' line_length_linter(120), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use 120L
?
Closes #2311