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

Adds ktlint to gradle build #542

Merged
merged 8 commits into from
Mar 7, 2022
Merged

Adds ktlint to gradle build #542

merged 8 commits into from
Mar 7, 2022

Conversation

alancai98
Copy link
Member

Resolves #43.

File diff is mostly from the last commit, a22e6e0, which ran ktlintFormat. Previous commits resolved style issues detected by ktlint that couldn't be auto-formatted:

  • wildcard imports
  • renaming files to their class name

Excludes the PIG-generated partiql-domains.kt file. The exclusion code may need adjusted when upgrading the PIG version #540.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@alancai98 alancai98 self-assigned this Mar 3, 2022
@@ -1,33 +0,0 @@
/*
Copy link
Member Author

Choose a reason for hiding this comment

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

File deleted since it was not used anywhere.

@alancai98 alancai98 merged commit 3febaee into main Mar 7, 2022
@alancai98 alancai98 deleted the add-ktlint branch March 9, 2022 01:05
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.

Integrate ktlint into Gradle build
2 participants