Skip to content

Fixed some checkstyle configuration errors.#183

Merged
leerho merged 2 commits into
2.2.Xfrom
fix_checkstyle_issues
May 17, 2024
Merged

Fixed some checkstyle configuration errors.#183
leerho merged 2 commits into
2.2.Xfrom
fix_checkstyle_issues

Conversation

@leerho

@leerho leerho commented May 14, 2024

Copy link
Copy Markdown
Member

Aligned checkstyle config with DS-Java checkstyle config.
Fixed some minor issues identified by checkstyle.

Aligned checkstyle config with DS-Java checkstyle config.
Fixed some minor issues identified by checkstyle.
@leerho leerho requested a review from jmalkin May 14, 2024 19:38
Comment thread tools/MemoryCheckstyle.xml Outdated
<property name="charset" value="UTF-8"/>
<property name="severity" value="warning"/>
<property name="fileExtensions" value="java"/>
<property name="basedir" value="${basedir}"/>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

why is this added? I seem to recall it caused issues with VS Code and we removed it from ds-java.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Please remove this line and we can close out this PR

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Sorry 'bout that. I was trying to figure out how to resolve ${basedir} and it seems that the checkstyle plugin has to be declared in the pom in order for this to happen.
Then I forgot that that property was still in there.

@leerho leerho requested a review from jmalkin May 17, 2024 15:18
@leerho leerho merged commit 537ed0a into 2.2.X May 17, 2024
@leerho leerho deleted the fix_checkstyle_issues branch May 17, 2024 20:31
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.

2 participants