Remove the custom clang-format PenaltyBreak*
The ISC clang-format style had a custom PenaltyBreak configuration that prevented break after assignments. Remove the custom changes as the default configuration results in more readable code. As an example, when the line break occurs after the assignement, all the arguments to the function fits on a single line: - result = ns_plugin_expandpath(plugin_path, full_path, - sizeof(full_path)); + result = + ns_plugin_expandpath(plugin_path, full_path, sizeof(full_path));
Name | Stage | Failure | ||
---|---|---|---|---|
failed
|
flake8 | Postcheck | ||
|
||||
failed
|
clang-tidy | Postcheck | ||
|
||||
failed
|
reuse | Precheck | ||
|
||||
failed
|
danger | Precheck | ||
|
||||
failed
|
pylint | Postcheck | ||
|
||||
failed
|
unit:gcc:oraclelinux7:amd64 | Unit | ||
|