pvary opened a new pull request, #12333:
URL: https://github.com/apache/iceberg/pull/12333
The rule already exists for class type parameters:
```
<module name="ClassTypeParameterName"> <!-- Java Style Guide: Type
variable names -->
<property name="format"
value="(^[A-Z][0-9]?)$|([A-Z][a-zA-Z0-9]*[T]$)"/>
</module>
```
but it is missing for interfaces.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]