Skip to content

Commit

Permalink
Merge pull request #294 from russHyde/update-lintr-config
Browse files Browse the repository at this point in the history
update lintr config for lintr >= 2
  • Loading branch information
wlandau-lilly authored Feb 4, 2021
2 parents e1dfb84 + 98b23d1 commit 6974b3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .lintr
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
linters: with_defaults(
camel_case_linter = NULL,
cyclocomp_linter = NULL,
object_length_linter = NULL,
object_name_linter = NULL,
object_usage_linter = NULL,
snake_case_linter = NULL)
object_usage_linter = NULL)

0 comments on commit 6974b3a

Please sign in to comment.