We have this checkstyle snippet length check in place but it (it's multi-line regex) produces stack overflows here and there so we excluded it for a large number number of these ITs rendering the check somewhat pointless.
see excludes at: https://github.com/elastic/elasticsearch/blob/master/buildSrc/src/main/resources/checkstyle_suppressions.xml#L28
We should fix the regex to not overflow and remove these exclusions.
Relates #53840
We have this checkstyle snippet length check in place but it (it's multi-line regex) produces stack overflows here and there so we excluded it for a large number number of these ITs rendering the check somewhat pointless.
see excludes at: https://github.com/elastic/elasticsearch/blob/master/buildSrc/src/main/resources/checkstyle_suppressions.xml#L28
We should fix the regex to not overflow and remove these exclusions.
Relates #53840