-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.lintr
More file actions
42 lines (42 loc) · 1.02 KB
/
.lintr
File metadata and controls
42 lines (42 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
linters: linters_with_defaults()
exclusions: list(
"R/import-standalone-obj-type.R",
"R/import-standalone-types-check.R",
"R/gqs-default.R" = list(
object_usage_linter = Inf
),
"R/meas-lcdm-crum.R" = list(
object_usage_linter = Inf
),
"R/meas-ncrum.R" = list(
object_usage_linter = Inf
),
"R/meas-nida.R" = list(
object_usage_linter = Inf
),
"R/meas-nido.R" = list(
object_usage_linter = Inf
),
"R/strc-loglinear.R" = list(
object_usage_linter = Inf
),
"R/strc-bayesnet.R" = list(
object_usage_linter = Inf
),
"R/zzz-class-model-components.R" = list(
object_name_linter = Inf
),
"R/zzz-methods-create-profiles.R" = list(
object_name_linter = Inf
),
"R/zzz-methods-get-parameters.R" = list(
object_name_linter = Inf
),
"R/zzz-methods-stan-code.R" = list(
object_name_linter = Inf
),
"R/zzz-methods-stan-data.R" = list(
object_name_linter = Inf
)
)
encoding: "UTF-8"