Skip to content

Commit

Permalink
lint: add .lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
dshemetov committed Sep 30, 2023
1 parent f076411 commit e897647
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R-packages/evalcast/.lintr
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
linters: linters_with_defaults(
line_length_linter(120),
cyclocomp_linter = NULL,
object_length_linter(length = 40L)
)

0 comments on commit e897647

Please sign in to comment.