Closed usberkeley closed 6 days ago
@danny0405 Due to inconsistent indentation in the previous code, this modification will be extensive. Do you think this would be okay? If so, I will proceed with modifying the source code files
I kind of feel it is too strict for developers.
I kind of feel it is too strict for developers.
Understood, I'm also a bit unsure about whether this restriction is necessary.
However, the Flink module fellow to this standard, using a 4-character indentation for line wrapping. Could you share more suggestion on this?
How many violations are there in the codebase? We can clean obvious violations (e.g., not aligned due to refactoring) up module by module or package by package. However, the strict checkstyle rule may not be necessary.
Change Logs
Add line wrapping indentation check:
forceStrictCondition=true
Explanation about CheckStyle Option
forceStrictCondition
:Impact
Help identify issues with inconsistent line wrapping and indentation, such as:
1. Function Parameter Line Wrapping
2. Inconsistent Line Wrapping and Indentation
Risk level (write none, low medium or high below)
high
Documentation Update
none
Contributor's checklist