Skip to content

Commit

Permalink
update .lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMarvin committed Jul 19, 2023
1 parent 48bf19f commit 2ebaeb9
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
Expand Up @@ -3,7 +3,8 @@ linters: linters_with_defaults(
cyclocomp_linter = NULL, #
commented_code_linter = NULL, #
object_name_linter = NULL, # more camel case
single_quotes_linter = NULL #
indentation_linter = NULL, # many
quotes_linter = NULL
)
exclusions: list(
# otherwise they will throw locally
Expand Down

0 comments on commit 2ebaeb9

Please sign in to comment.