-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.lintr
More file actions
53 lines (53 loc) · 1.79 KB
/
.lintr
File metadata and controls
53 lines (53 loc) · 1.79 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
43
44
45
46
47
48
49
50
51
52
53
linters: all_linters(packages = "lintr", undesirable_function_linter = NULL)
encoding: "UTF-8"
exclusions: list(
"pages/guide/experiments/scenarios.qmd" = list(
unused_import_linter = Inf,
object_usage_linter = Inf
),
"pages/guide/experiments/tables_figures.qmd" = list(
object_name_linter = 65
),
"pages/guide/inputs/parameters_validation.qmd" = list(
object_usage_linter = Inf
),
"pages/guide/output_analysis/length_warmup.qmd" = list(
unused_import_linter = Inf,
object_usage_linter = Inf
),
"pages/guide/output_analysis/length_warmup_resources/metrics.R" = list(
object_usage_linter = Inf
),
"pages/guide/output_analysis/n_reps.qmd" = list(
unused_import_linter = Inf,
object_usage_linter = Inf
),
"pages/guide/output_analysis/outputs.qmd" = list(
line_length_linter = 2850
),
"pages/guide/output_analysis/parallel.qmd" = list(
object_usage_linter = Inf
),
"pages/guide/output_analysis/outputs_resources/model.R" = list(
object_usage_linter = Inf
),
"pages/guide/output_analysis/replications.qmd" = list(
unused_import_linter = Inf
),
"pages/guide/output_analysis/replications_resources" = list(
object_usage_linter = Inf
),
"pages/guide/style_docs/linting_resources/code.R",
"pages/guide/verification_validation/mathematical.qmd" = list(
unused_import_linter = Inf,
object_usage_linter = Inf,
library_call_linter = Inf
),
"pages/guide/verification_validation/tests_resources/test_back.R" = list(
expect_identical_linter = Inf
),
"pages/guide/verification_validation/tests.qmd" = list(
library_call_linter = Inf
),
"renv"
)