Skip to content

Commit

Permalink
Add a lintr configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
aursiber committed Aug 2, 2024
1 parent 25360b4 commit 97a52c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ README.md
^\.github$
share
_pkgdown.yml
.lintr
7 changes: 7 additions & 0 deletions .lintr
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
linters: linters_with_defaults(
line_length_linter(250),
commented_code_linter = NULL,
trailing_whitespace_linter(allow_empty_lines = TRUE),
object_name_linter = NULL
)
encoding: "UTF-8"

0 comments on commit 97a52c8

Please sign in to comment.