Skip to content

[parenthesis-whitespace] rule flags parens preceded by braces #400

@ArtSabintsev

Description

@ArtSabintsev

Tailor Version: v0.9.0
Swift Version: 2.2
Platform (Mac/Linux/Windows/CI): Mac
Installation Method: Homebrew

The Parenthesis-Whitespace rule should not exist. It makes no sense, especially in closures.

It turns functions that look like this:

MyClass.executeClosure { (param) -> retVal in

}

to the following:

MyClass.executeClosure {(param) -> retVal in

}

Looks really ugly.

I'm disabling the rule, but I hope you consider removing it.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions