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

Re-enable warnings as errors for detekt-gradle-plugin #5155

Merged
merged 1 commit into from Aug 1, 2022

Conversation

3flex
Copy link
Member

@3flex 3flex commented Jul 31, 2022

Fixes #5037

We currently have:

  • Kotlin 1.7.10
  • Gradle 7.5, which embeds Kotlin 1.6.21
  • API version 1.4

Everything happily works together with warnings as errors now - but this is because we're now using -Xsuppress-version-warnings. So this PR will re-enable warnings as errors, and I've opened #5156 which limits usage of the suppression to only where it is needed.

@schalkms schalkms added this to the 1.22.0 milestone Aug 1, 2022
@schalkms schalkms merged commit 5aa1dd6 into detekt:main Aug 1, 2022
@3flex 3flex deleted the 5037-fix branch August 1, 2022 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Re-enable warnings as errors for the gradle plugin module
3 participants