mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -05:00
adjust .lintr
This commit is contained in:
parent
527334883e
commit
f6fcfb7922
2 changed files with 0 additions and 14 deletions
7
.github/linters/.lintr
vendored
7
.github/linters/.lintr
vendored
|
@ -1,8 +1 @@
|
|||
# see https://github.com/jimhester/lintr#project-configuration for details
|
||||
# on how to configure lintr.
|
||||
# Defaults mostly adhere to: https://style.tidyverse.org/
|
||||
#
|
||||
# 'object_usage_linter' runs code with eval() and is deactivated by default
|
||||
# for security reasons.
|
||||
|
||||
linters: with_defaults(object_usage_linter = NULL)
|
|
@ -1,8 +1 @@
|
|||
# see https://github.com/jimhester/lintr#project-configuration for details
|
||||
# on how to configure lintr.
|
||||
# Defaults mostly adhere to: https://style.tidyverse.org/
|
||||
#
|
||||
# 'object_usage_linter' runs code with eval() and is deactivated by default
|
||||
# for security reasons.
|
||||
|
||||
linters: with_defaults(object_usage_linter = NULL)
|
Loading…
Reference in a new issue