You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `CollectMatches()` function uses the `yr_rule_metas_foreach()`
macro iterate over the rule metadata. The macro expands to a for-loop
that already increments the loop variable, so we should not do this
again.
Drive-by:
- Run Buildifier on `bazel/yara_deps.bzl`, deleting a few empty lines
Signed-off-by: Christian Blichmann <[email protected]>
0 commit comments