Skip to content

Commit 296a97b

Browse files
Remove point covered by vector_logic_linter (#6764)
1 parent 31aa9d4 commit 296a97b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.dev/CRAN_Release.cmd

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,6 @@ grep -Fn "tryCatch" ./inst/tests/*.Rraw
129129
# All % in *.Rd should be escaped otherwise text gets silently chopped
130130
grep -n "[^\]%" ./man/*.Rd
131131

132-
# if (a & b) is either invalid or inefficient (ditto for replace & with |);
133-
# if(any(a [&|] b)) is appropriate b/c of collapsing the logical vector to scalar
134-
grep -nr "^[^#]*if[^&#]*[^&#\"][&][^&]" R | grep -Ev "if\s*[(](?:any|all)"
135-
136132
# seal leak potential where two unprotected API calls are passed to the same
137133
# function call, usually involving install() or mkChar()
138134
# Greppable thanks to single lines and wide screens

0 commit comments

Comments
 (0)