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

Add newline after adding trailing comma in parameter list of a function literal #1912

Merged
merged 1 commit into from
Apr 5, 2023

Conversation

paul-dingemans
Copy link
Collaborator

Description

Add newline after adding trailing comma in parameter list of a function literal

Closes #1911

Checklist

  • PR description added
  • tests are added
  • KtLint has been applied on source code itself and violations are fixed
  • documentation is updated
  • CHANGELOG.md is updated

In case of adding a new rule:

@paul-dingemans paul-dingemans added this to the 0.49.0 milestone Apr 2, 2023
@paul-dingemans paul-dingemans merged commit 0aeae6c into master Apr 5, 2023
@paul-dingemans paul-dingemans deleted the 1911-trailing-comma-function-literal branch April 5, 2023 18:01
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.

Trailing comma in function literal is incorrectly formatted and results in false positive at next invocation
1 participant