Skip to content

Commit

Permalink
Fix .lintr formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pdil committed Dec 10, 2023
1 parent f7f9324 commit e46a691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .lintr
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ linters: linters_with_defaults(
cyclocomp_linter = NULL,
line_length_linter(120),
object_name_linter(c("camelCase", "snake_case", "symbols"))
)
)
exclusions: list(
"revdep",
"vignettes"
)
)

0 comments on commit e46a691

Please sign in to comment.