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

Don't remove the equals sign for a default argument (no-line-break-before-assignment) #1041

Merged
merged 3 commits into from
Dec 29, 2020

Conversation

t-kameyama
Copy link
Contributor

Description

Fixes #1039

Checklist

  • tests are added
  • CHANGELOG.md is updated

@romtsn romtsn merged commit 780d11a into pinterest:master Dec 29, 2020
@romtsn
Copy link
Collaborator

romtsn commented Dec 29, 2020

Squashed as the integration test is not really needed (or shouldn't be in there at the very least). Thanks!

@t-kameyama t-kameyama deleted the issue_1039 branch December 29, 2020 14:05
romtsn added a commit to paul-dingemans/ktlint that referenced this pull request Mar 7, 2021
…efore-assignment`) (pinterest#1041)

* Don't remove the equals sign for a default argument (`no-line-break-before-assignment`)

* Remove unnecessary test

* Remove unused import

Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com>
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.

Default argument equals removed when at line start
2 participants