Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Enable an detekt rule for wrap blocks in { } #1015

Closed
Amejia481 opened this issue Oct 10, 2018 · 3 comments
Closed

Enable an detekt rule for wrap blocks in { } #1015

Amejia481 opened this issue Oct 10, 2018 · 3 comments
Labels
🏗️ build Build system, gradle, configuration ⌨️ code Technical debt, code clean up, small API change .. good first issue Good for newcomers Hacktoberfest Highlights issues for Hacktoberfest contributors to help us! help wanted Extra attention is needed
Milestone

Comments

@Amejia481
Copy link
Contributor

Amejia481 commented Oct 10, 2018

e.g

🔴 Bad

        if (!successful)
            println("Hoorah!")

🍏 Good

        if (!successful){
            println("Hoorah!")
       }

┆Issue is synchronized with this Jira Task

@Amejia481 Amejia481 added good first issue Good for newcomers ⌨️ code Technical debt, code clean up, small API change .. labels Oct 10, 2018
@pocmo pocmo added help wanted Extra attention is needed 🏗️ build Build system, gradle, configuration labels Oct 10, 2018
@Amejia481 Amejia481 added the Hacktoberfest Highlights issues for Hacktoberfest contributors to help us! label Oct 12, 2018
@vadimsemenov
Copy link
Contributor

Hey,
Am I right, that you want include that style rule?

If yes, please assign this issue to me.

@pocmo
Copy link
Contributor

pocmo commented Oct 15, 2018

@vadimsemenov Yeah, that looks correct.

Unfortunately GitHub doesn't allow me to assign the issue to a contributor. But feel free to start working on it and opening a pull request. Thank you for your help! :)

@vadimsemenov
Copy link
Contributor

@pocmo thank you!
I've already done this :)
Please see #1040

@pocmo pocmo added this to the 0.29 🏁 milestone Oct 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🏗️ build Build system, gradle, configuration ⌨️ code Technical debt, code clean up, small API change .. good first issue Good for newcomers Hacktoberfest Highlights issues for Hacktoberfest contributors to help us! help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants