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

Fix Spotless configuration #1349

Merged
merged 1 commit into from
Jul 3, 2023
Merged

Conversation

erikghonyan
Copy link
Contributor

  • Setting Kotlin target to "src/**/*.kt" is correct, but it breaks Spotless for the convention plugins. This part will be fixed soon and target reverted
  • Using multiple targetExclude is not supported, only the last call has any effect. This also means that calls to exclude buildDir didn't really do anything. And since there's no "bin" directory, removing both excludes
  • There are no Gradle Kotlin scripts under the src directories

- Setting Kotlin target to "src/**/*.kt" is correct, but it breaks Spotless for the convention plugins. This part will be fixed soon and target reverted
- Using multiple targetExclude is not supported, only the last call has any effect. This also means that calls to exclude buildDir didn't really do anything. And since there's no "bin" directory, removing both excludes
- There are no Gradle Kotlin scripts under the src directories
@chrisbanes chrisbanes merged commit 5c842cd into chrisbanes:main Jul 3, 2023
4 of 5 checks passed
@erikghonyan erikghonyan deleted the spotless branch July 3, 2023 21:04
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.

None yet

2 participants