Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add potential sequence() lints to seq_linter() #2618

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Edit false positive example
  • Loading branch information
Bisaloo committed Jun 22, 2024
commit 072ef1317e46d54d4dc44173ab8469d5f9c3f59f
2 changes: 1 addition & 1 deletion R/seq_linter.R
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@
#' )
#'
#' lint(
#' text = "sapply(x, seq_len)",
#' text = "sequence(x)",
#' linters = seq_linter()
#' )
#'
2 changes: 1 addition & 1 deletion man/seq_linter.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading