dlmarion commented on code in PR #89: URL: https://github.com/apache/accumulo-access/pull/89#discussion_r2611202812
########## src/build/ci/find-unapproved-public.sh: ########## @@ -24,9 +24,20 @@ count=$(grep -E "public.*(class|interface|enum|record)" src/main/java/org/apache grep -v " class ParsedAccessExpression " | grep -v " enum ExpressionType " | grep -v " class Authorizations " | + grep -v " class Bytes " | grep -c -v " class InvalidAccessExpressionException ") +files=$(grep -E "public.*(class|interface|enum|record)" src/main/java/org/apache/accumulo/access/*.java | Review Comment: There is probably an easier way to get the count of the `files` array, but I didn't look that hard at the `bash` man page. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
