Skip to content

Commit

Permalink
up the cyclocomp limit in lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
cjrace committed Oct 18, 2024
1 parent 0924860 commit 8f37c9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .lintr
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
linters: linters_with_defaults(
line_length_linter = line_length_linter(100L)
line_length_linter = line_length_linter(100L),
cyclocomp_linter = cyclocomp_linter(25L)
)

0 comments on commit 8f37c9e

Please sign in to comment.