-
Notifications
You must be signed in to change notification settings - Fork 187
/
_pkgdown.yaml
64 lines (54 loc) · 1.25 KB
/
_pkgdown.yaml
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
60
61
62
63
64
url: https://lintr.r-lib.org
template:
bootstrap: 5
light-switch: true
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"
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: Groups of linters
contents:
- ends_with("linters")
- 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
- get_r_string
- use_lintr
- make_linter_from_xpath
- xml_nodes_to_lints
- xp_call_name
- title: Meta-tooling
contents:
- 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/