Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .lintr
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
linters: linters_with_defaults(
commented_code_linter = NULL,
cyclocomp_linter = cyclocomp_linter(25),
line_length_linter(120),
object_name_linter = NULL,
object_length_linter(50),
object_usage_linter = NULL,
todo_comment_linter = NULL,
extraction_operator_linter = NULL,
undesirable_function_linter = NULL,
undesirable_operator_linter = NULL,
defaults = linters_with_tags(tags = NULL)
)
exclusions: list(
"inst",
"man",
"tests"
)
4 changes: 4 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ cpp
cran
cre
ctb
cyclocomp
cynkra
datastructures
dec
Expand Down Expand Up @@ -117,6 +118,8 @@ LF
LIBS
lifecycle
Ligges
linter
linters
lintr
linux
lorenz
Expand Down Expand Up @@ -257,6 +260,7 @@ tidyr
tidyverse
Tidyverse
Tierney
todo
tokenized
travis
tryCatch
Expand Down