Skip to content

Commit

Permalink
add some more linters and delint
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Deane-Mayer committed Jun 26, 2024
1 parent f785f79 commit c059702
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .lintr
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ linters: linters_with_tags(
"default",
"best_practices_linters",
"common_mistakes",
"consistency"),
"correctness",
"executing"
),
line_length_linter(305), # TODO — change to 120
seq_linter = NULL, # TODO - small refactor
cyclocomp_linter(complexity_limit = 16), # TODO - small refactor
Expand Down

0 comments on commit c059702

Please sign in to comment.