We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989359b commit 69d64a1Copy full SHA for 69d64a1
.lintr
@@ -3,6 +3,9 @@ linters: linters_with_defaults(
3
return_linter = NULL
4
)
5
exclusions: list(
6
+ "data-raw/test-data.R" = list(
7
+ object_usage_linter = Inf
8
+ ),
9
"R/stanmodels.R",
10
"R/import-standalone-obj-type.R",
11
"R/import-standalone-types-check.R",
0 commit comments