We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Follow up from #786 (comment)
ParameterListWrapping is not raised.
ParameterListWrapping is raised after upgrading to Detekt 1.12.0, but not before.
Fails with Argument should be on a separate line (unless all arguments can fit a single line) and Missing newline before ")" .
Argument should be on a separate line (unless all arguments can fit a single line)
Missing newline before ")"
foo(bar.apply { // stuff })
./gradlew detekt
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Follow up from #786 (comment)
Expected Behavior
ParameterListWrapping is not raised.
Observed Behavior
ParameterListWrapping is raised after upgrading to Detekt 1.12.0, but not before.
Fails with
Argument should be on a separate line (unless all arguments can fit a single line)
andMissing newline before ")"
.Steps to Reproduce
Your Environment
./gradlew detekt
The text was updated successfully, but these errors were encountered: