Skip to content

Commit

Permalink
Disable indentation_linter introduced in 3.1.0
Browse files Browse the repository at this point in the history
The rules followed by indentation_linter aren't consistent with those
from styler, so one or the other will throw an error unless one is
disabled.
  • Loading branch information
dfsnow committed Aug 2, 2023
1 parent 4bf3b7a commit b249c93
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(
object_name_linter = NULL,
object_length_linter = NULL,
object_usage_linter = NULL
object_usage_linter = NULL,
indentation_linter = NULL
)
encoding: "UTF-8"

0 comments on commit b249c93

Please sign in to comment.