Extend rule concurrent_009 for manually broken lines #1457
Extend rule concurrent_009 for manually broken lines #1457benthie wants to merge 2 commits intojeremiah-c-leary:masterfrom
Conversation
|
|
||
|
|
||
| This is an example of how to configure the option. | ||
|
|
There was a problem hiding this comment.
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