-
Couldn't load subscription status.
- Fork 57
Extend rule concurrent_009 for manually broken lines #1457
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
base: master
Are you sure you want to change the base?
Conversation
|
|
||
|
|
||
| This is an example of how to configure the option. | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest that you add an example below, like there are for the other settings, to demonstrate how the new setting behaves.
|
Hi @JHertz5 , I first wanted to wait for a feedback on the proposed feature before implementing the test cases. Maybe @jeremiah-c-leary could also comment on whether he thinks this feature makes sense implementing. If we agree that it is desired, I am happy to write the tests and update the documentation accordingly. |
|
Afternoon @benthie and @JHertz5 , @benthie, if I understand your feature...you would like conditional indenting on concurrent assignments based on the line length. You mentioned rule
The new feature enhances the existing rule, so I think it is valuable to implement. I apologize for the late reply, but things have been crazy over here. Regards, --Jeremy |
|
Hi @jeremiah-c-leary and @JHertz5, I extended the documentation and examples and added a test.
Rule @jeremiah-c-leary Did you have any particular approach in mind regarding the line length check in My ideas are:
|
Closes #1456