Skip to content

Commit

Permalink
Remove object usage linter (it's broken)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixup1 committed Dec 1, 2024
1 parent 07d5ab8 commit 5dd66c4
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 @@ -2,7 +2,8 @@ linters: linters_with_defaults(
line_length_linter = NULL,
commented_code_linter = NULL,
indentation_linter = indentation_linter(4L),
object_name_linter = object_name_linter(styles = c("snake_case", "symbols", "SNAKE_CASE"))
object_name_linter = object_name_linter(styles = c("snake_case", "symbols", "SNAKE_CASE")),
object_usage_linter = NULL
) # see vignette("lintr")
encoding: "UTF-8"

0 comments on commit 5dd66c4

Please sign in to comment.