Skip to content
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

[894] Use the formattedCode for the formattedHash. #896

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

jamezp
Copy link
Contributor

@jamezp jamezp commented Jun 3, 2024

resolves #894

@@ -792,7 +792,7 @@ protected void doFormatFile(final File file, final ResultCollector rc, final Pro

// Process the result type
if (Result.SKIPPED.equals(result)) {
rc.unchangedCount++;
rc.skippedCount++;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wasn't sure if this line should be changed or not. I changed it for testing and forgot to revert it before committing. If this change should be removed, please let me know.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change it back for purpose of this pull request. I do want to look more at this part after as it's still confusing on naming.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated. Sorry about that, I should have just done it last night :)

resolves revelc#894

Signed-off-by: James R. Perkins <jperkins@redhat.com>
@hazendaz hazendaz merged commit e2ac804 into revelc:main Jun 4, 2024
12 checks passed
@hazendaz hazendaz self-assigned this Jun 4, 2024
@hazendaz hazendaz added this to the 2.24.1 milestone Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Formatter no longer formats in version 2.24.0
2 participants