Skip to content

Commit

Permalink
Add .lintr file, improve code support (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Oct 1, 2022
1 parent bf2af6a commit b795d8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .lintr
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
linters: with_defaults(
line_length_linter(120),
assignment_linter = NULL
)

0 comments on commit b795d8f

Please sign in to comment.