-
Notifications
You must be signed in to change notification settings - Fork 186
/
Copy path_pkgdown.yml
59 lines (50 loc) · 1.06 KB
/
_pkgdown.yml
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
54
55
56
57
58
59
url: https://lintr.r-lib.org
template:
bootstrap: 5
includes:
in_header: |
<script defer data-domain="lintr.r-lib.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
development:
mode: "auto"
version_label: "default"
version_tooltip: "Version"
reference:
- title: Linting
contents:
- lint
- linters_with_defaults
- title: Configuration
contents:
- read_settings
- exclude
- linters_with_tags
- modify_defaults
- title: Individual linters
contents:
- ends_with("linter")
- title: Common default configurations
contents:
- all_undesirable_functions
- starts_with("default_")
- title: Utilities
contents:
- Linter
- expect_lint
- expect_lint_free
- ids_with_token
- is_lint_level
- use_lintr
- xml_nodes_to_lints
- title: Meta-tooling
contents:
- ends_with("linters")
- Lint
- checkstyle_output
- sarif_output
- clear_cache
- get_source_expressions
- parse_exclusions
news:
releases:
- text: "Version 3.0.0"
href: https://www.tidyverse.org/blog/2022/07/lintr-3-0-0/