Skip to content

Commit 1e4b63d

Browse files
Merge branch 'main' into f1032-remove-blank-lines-after-and-before-parens
2 parents a7056be + 4f78252 commit 1e4b63d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.lintr

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
linters: linters_with_tags(
2-
tags = NULL,
1+
linters: all_linters(
32
commented_code_linter = NULL,
43
cyclocomp_linter = cyclocomp_linter(40),
54
fixed_regex_linter = NULL,
65
function_argument_linter = NULL,
76
indentation_linter = NULL,
87
line_length_linter(120L),
98
namespace_linter = NULL,
10-
nested_ifelse_linter = NULL,
119
nzchar_linter = NULL,
1210
object_name_linter = NULL,
1311
object_length_linter(70L),

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ default_language_version:
66

77
repos:
88
- repo: https://github.com/lorenzwalthert/precommit
9-
rev: v0.4.0
9+
rev: v0.4.2
1010
hooks:
1111
- id: style-files
1212
args:
@@ -102,7 +102,7 @@ repos:
102102
)$
103103
- id: pkgdown
104104
- repo: https://github.com/pre-commit/pre-commit-hooks
105-
rev: v4.5.0
105+
rev: v4.6.0
106106
hooks:
107107
- id: check-added-large-files
108108
args: ["--maxkb=200"]

0 commit comments

Comments
 (0)