You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to checkstyle-devel
Thursday, 10 July report
1. Implemented the format-checking function of TextBlockGoogleStyleFormatting Check. Once we make sure there are no false-positives in my implementation so far, I will start working on the indentation part of the check.
The most time-consuming part so far has been resolving build issues, especially with the XdocsPage test.
Blocker: I found that XpathRegression..Tests only support one error per test, but this Check logs two violations at the same time. so I can't get the Xpath tests passed.
Next steps: 1. Work on enforcing whitespace before left curly of empty record blocks, static blocks, interface blocks, annotation blocks, class blocks and enum blocks.
Mohit Sharma
unread,
Jul 28, 2025, 10:39:25 PMJul 28
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to checkstyle-devel
Monday, 28 July report
This week's major focus is going to be on updating google style coverage tables on the website. Some of the changes have already been merged.