Skip to content

Commit

Permalink
Change lintr to use 120 characters as a more modern line length limit…
Browse files Browse the repository at this point in the history
… (given there's text and links, 80 is overly restrictive)
  • Loading branch information
cjrace committed Jul 3, 2024
1 parent 44ab3c9 commit acdcfd0
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(
object_usage_linter = NULL
object_usage_linter = NULL,
line_length_linter = line_length_linter(120L)
)

0 comments on commit acdcfd0

Please sign in to comment.