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

Add checkstyle to the Data Prepper project #378

Merged
merged 1 commit into from
Oct 7, 2021

Conversation

dlvenable
Copy link
Member

@dlvenable dlvenable commented Oct 6, 2021

Description

Our Gradle build now runs Checkstyle. This should help us catch code style issues sooner.

I'm taking an iterative approach here. This includes a rather minimal set of rules. The code changes in this commit were all to fix non-conforming code.

Issues Resolved

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

…gured with a subset of what we hope to have, along with some code changes to support the new restrictions.

Signed-off-by: David Venable <[email protected]>
@dlvenable dlvenable merged commit 2a9115f into opensearch-project:main Oct 7, 2021
@dlvenable dlvenable deleted the checkstyle branch October 7, 2021 21:42
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