dlwldnjs1009 opened a new pull request, #6666: URL: https://github.com/apache/jmeter/pull/6666
## Description Remove `NestedForDepth` from `config/checkstyle/checkstyle.xml` and drop the stale `NestedForDepth` comment in `TestDecompression`. ## Motivation and Context In #6658, vlsi suggested relaxing this requirement. The current rule has led to patterns like `stream().forEach()` in test parameter generation, where plain nested loops are easier to read. Closes #6665 ## How Has This Been Tested? - `./gradlew checkstyleAll` ## Types of changes - Maintenance / code style cleanup ## Checklist: - [x] My code follows the [code style][style-guide] of this project. - [ ] I have updated the documentation accordingly. [style-guide]: https://wiki.apache.org/jmeter/CodeStyleGuidelines -- 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]
