File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
- linters: linters_with_tags(
2
- tags = NULL,
1
+ linters: all_linters(
3
2
commented_code_linter = NULL,
4
3
cyclocomp_linter = cyclocomp_linter(40),
5
4
fixed_regex_linter = NULL,
6
5
function_argument_linter = NULL,
7
6
indentation_linter = NULL,
8
7
line_length_linter(120L),
9
8
namespace_linter = NULL,
10
- nested_ifelse_linter = NULL,
11
9
nzchar_linter = NULL,
12
10
object_name_linter = NULL,
13
11
object_length_linter(70L),
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ default_language_version:
6
6
7
7
repos :
8
8
- repo : https://github.com/lorenzwalthert/precommit
9
- rev : v0.4.0
9
+ rev : v0.4.2
10
10
hooks :
11
11
- id : style-files
12
12
args :
@@ -102,7 +102,7 @@ repos:
102
102
)$
103
103
- id : pkgdown
104
104
- repo : https://github.com/pre-commit/pre-commit-hooks
105
- rev : v4.5 .0
105
+ rev : v4.6 .0
106
106
hooks :
107
107
- id : check-added-large-files
108
108
args : ["--maxkb=200"]
You can’t perform that action at this time.
0 commit comments