Skip to content

Commit

Permalink
Include expect_*() linters in .lintr_new
Browse files Browse the repository at this point in the history
As discussed here: #1548 (comment)
  • Loading branch information
IndrajeetPatil committed Sep 25, 2022
1 parent e993d4d commit a766d73
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .lintr_new
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
linters: linters_with_defaults(
implicit_integer_linter(),
line_length_linter(120),
expect_comparison_linter(),
expect_identical_linter(),
expect_length_linter(),
expect_named_linter(),
expect_not_linter(),
expect_null_linter(),
expect_s3_class_linter(),
expect_s4_class_linter(),
expect_true_false_linter(),
expect_type_linter(),
backport_linter("oldrel-4", except = "R_user_dir")
)
exclusions: list(
Expand Down

0 comments on commit a766d73

Please sign in to comment.