From 75eb8d27e1c6200a9aedd2ebd00db4f8de5203ac Mon Sep 17 00:00:00 2001 From: Rick Ossendrijver Date: Tue, 13 Feb 2024 10:54:23 +0100 Subject: [PATCH] Typo --- integration-tests/metrics.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/metrics.sh b/integration-tests/metrics.sh index 58284e8b..7da98d03 100755 --- a/integration-tests/metrics.sh +++ b/integration-tests/metrics.sh @@ -14,7 +14,7 @@ fi do_sync="$([ "${#}" = 0 ] || [ "${1:-}" != '--sync' ] || echo 1)" report_directory="$([ "${#}" = 0 ] || ([ -z "${do_sync}" ] && echo "${1}") || ([ "${#}" = 1 ] || echo "${2}"))" -# XXX: We exclude the `CollectorMutability` and the `Immutable*|Preconditions*|StringRules.StringIsNullOrEmpty` Refaster rules +# XXX: We exclude the `CollectorMutability` and the `Immutable*|Preconditions*|StringRules.StringIsNullOrEmpty` Rsefaster rules # as they introduce changes that expect Guava to be on the classpath. patch_flags="-Xep:CollectorMutability:OFF -XepOpt:Refaster:NamePattern=^((?!(Immutable|Preconditions|StringRules\.StringIsNullOrEmpty)).*)"