-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#1198] update pmd and checkstyle, fix saxon #1202
Conversation
pnatashap
commented
Mar 11, 2024
- includes Checkstyle and PMD up #1200
- fix for saxon version (should be one for pmd and checkstyle)
- update actions versions
- update aspects Update dependency com.jcabi:jcabi-aspects to v0.26.0 - autoclosed #1175
@yegor256 please take a look |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's polish a bit and it's ready to merge
@@ -87,6 +103,7 @@ private void report(final int current, final int end) { | |||
final int diff = current - end; | |||
if (diff > 1) { | |||
for (int pos = 1; pos < diff; pos += 1) { | |||
System.out.printf("report=%d\n", end + pos); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pnatashap let's get rid of this
@rultor merge |