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

Unchain into multiple statements does not apply to interfaces #12

Closed
fabianlupa opened this issue May 19, 2023 · 1 comment
Closed

Unchain into multiple statements does not apply to interfaces #12

fabianlupa opened this issue May 19, 2023 · 1 comment
Assignees

Comments

@fabianlupa
Copy link

The rule "Unchain into multiple statements" breaks up my method definition chained statement in classes in multiple statements. It does however not apply to method definitions in interfaces and I do not see a way to turn it on either. This seems inconsistent.

@jmgrassau
Copy link
Member

Hi Fabian,

you're right, thanks for pointing this out! This will be fixed in the next release (version 1.2), where I added a new option to the "Unchain into multiple statements" rule:

image

This is active by default, but since this comes with an update, you might have to activate it manually, depending on this option on profile level:

image

Kind regards,
Jörg-Michael

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants