diff --git a/dev/articles/creating_linters.html b/dev/articles/creating_linters.html index 7595f0ba3..d10cd9de4 100644 --- a/dev/articles/creating_linters.html +++ b/dev/articles/creating_linters.html @@ -87,7 +87,7 @@
vignettes/creating_linters.Rmd
creating_linters.Rmd
unnecessary_nested_if_linter()
is deprecated and subsumed into the new/more general unnecessary_nesting_linter()
.cyclocomp_linter()
is no longer part of the default linters (#2555, @IndrajeetPatil) because the tidyverse style guide doesn’t contain any guidelines on meeting certain complexity requirements. Note that users with cyclocomp_linter()
in their configs may now need to install {cyclocomp} intentionally, in particular in CI/CD pipelines.Check for overly complicated expressions. See cyclocomp::cyclocomp()
.
Check for overly complicated expressions. See cyclocomp()
function from {cyclocomp}
.
Maximum cyclomatic complexity, default 15. Expressions more complex
-than this are linted. See cyclocomp::cyclocomp()
.
Maximum cyclomatic complexity, default 15
. Expressions more complex
+than this are linted.