Skip to content

Commit

Permalink
Use lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
caiohamamura committed Jun 22, 2023
1 parent 53e3c36 commit 75b908d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
^\.github$
^CRAN-SUBMISSION$
^cran-comments\.md$
^\.lintr$
5 changes: 5 additions & 0 deletions .lintr
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
linters: with_defaults(
line_length_linter(120),
assignment_linter = NULL,
object_name_linter = NULL
)

0 comments on commit 75b908d

Please sign in to comment.