
Allon Mureinik has submitted this change and it was merged. Change subject: build: Introducing DiamondOperatorCheck ...................................................................... build: Introducing DiamondOperatorCheck This patch concludes the series of patches handling the usage of the diamond operator by adding a new checkstyle check (adapted from sevntu-checksytle [1]) to enforce its usage. [1] https://github.com/sevntu-checkstyle/sevntu.checkstyle Change-Id: I1bf5f5cca1a24dcce81e0e6852bb6faef111f34b Signed-off-by: Allon Mureinik <amureini@redhat.com> --- M build-tools-root/checkstyles/src/main/resources/checkstyle.xml A build-tools-root/ovirt-checkstyle-extension/src/main/java/checks/DiamondOperatorCheck.java 2 files changed, 99 insertions(+), 0 deletions(-) Approvals: Tal Nisan: Looks good to me, approved Allon Mureinik: Verified; Passed CI tests -- To view, visit https://gerrit.ovirt.org/49493 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1bf5f5cca1a24dcce81e0e6852bb6faef111f34b Gerrit-PatchSet: 7 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: Vojtech Szocs <vszocs@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>