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

False positive on ModifierOrder for value classes in Kotlin 1.5 #3717

Closed
eygraber opened this issue Apr 29, 2021 · 0 comments · Fixed by #3719
Closed

False positive on ModifierOrder for value classes in Kotlin 1.5 #3717

eygraber opened this issue Apr 29, 2021 · 0 comments · Fixed by #3719

Comments

@eygraber
Copy link
Contributor

@JvmInline
private value class Foo(val bar: Int)

Expected Behavior

Should not fail the ModifierOrder check

Observed Behavior

It does

Your Environment

  • Version of detekt used: 1.16.0
  • Version of Gradle used (if applicable): 7.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants