Skip to content

Commit

Permalink
Merge pull request #178 from MichaelChirico/patch-2
Browse files Browse the repository at this point in the history
Add package_hooks_linter
  • Loading branch information
mpadge authored Sep 26, 2024
2 parents e55dfca + 6137f57 commit 3d6e4da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/prep_lintr.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
linters_to_lint <- list(
assignment_linter = lintr::assignment_linter(),
line_length_linter = lintr::line_length_linter(80),
package_hooks_linter = lintr::package_hooks_linter(),
semicolon_linter = lintr::semicolon_linter(allow_compound = TRUE),
attach_detach_linter = attach_detach_linter(),
setwd_linter = setwd_linter(),
Expand Down

0 comments on commit 3d6e4da

Please sign in to comment.