Skip to content

Commit

Permalink
ignore camelCase lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
kygoffe committed Nov 15, 2023
1 parent a2bbbe6 commit c0791b0
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
@@ -1,6 +1,7 @@
linters: linters_with_defaults(
line_length_linter(90),
object_usage_linter = NULL
object_usage_linter = NULL,
object_name_linter = NULL
)
exclude: "# Exclude Linting"
exclude_start: "# Begin Exclude Linting"
Expand Down

0 comments on commit c0791b0

Please sign in to comment.