forked from campbio/DevelExample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.lintr
28 lines (28 loc) · 746 Bytes
/
.lintr
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
linters: with_defaults(
object_name_linter = object_name_linter(styles = "camelCase"),
line_length_linter(80),
T_and_F_symbol_linter
)
exclusions: list(
"docs/404.html",
"docs/articles/DevelExample.html",
"docs/articles/index.html",
"docs/authors.html",
"docs/bootstrap-toc.css",
"docs/bootstrap-toc.js",
"docs/docsearch.css",
"docs/docsearch.js",
"docs/index.html",
"docs/LICENSE-text.html",
"docs/LICENSE.html",
"docs/link.svg",
"docs/pkgdown.css",
"docs/pkgdown.js",
"docs/pkgdown.yml",
"docs/reference/hello.html",
"docs/reference/index.html",
"docs/reference/Rplot001.png",
"docs/sitemap.xml",
"man/hello.Rd",
"vignettes/DevelExample.Rmd"
)