Skip to content

Commit

Permalink
Remove point covered by vector_logic_linter (#6764)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Jan 24, 2025
1 parent 31aa9d4 commit 296a97b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .dev/CRAN_Release.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,6 @@ grep -Fn "tryCatch" ./inst/tests/*.Rraw
# All % in *.Rd should be escaped otherwise text gets silently chopped
grep -n "[^\]%" ./man/*.Rd

# if (a & b) is either invalid or inefficient (ditto for replace & with |);
# if(any(a [&|] b)) is appropriate b/c of collapsing the logical vector to scalar
grep -nr "^[^#]*if[^&#]*[^&#\"][&][^&]" R | grep -Ev "if\s*[(](?:any|all)"

# seal leak potential where two unprotected API calls are passed to the same
# function call, usually involving install() or mkChar()
# Greppable thanks to single lines and wide screens
Expand Down

0 comments on commit 296a97b

Please sign in to comment.