ODP has proven a need to accommodate strings that cannot be accommodated on an 80 character line. Allow spilt strings as the preferred way of solving the issue so that check patch rules do not make code submission impossible. Do this in a way that does not require merging local changes to check patch when updating to a new upstream version.
This fixes #1746. Signed-off-by: Mike Holmes <[email protected]> --- .checkpatch.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.checkpatch.conf b/.checkpatch.conf index fbbb146..c9f2896 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -1,5 +1,6 @@ --no-tree --strict +--ignore=SPLIT_STRING --ignore=NEW_TYPEDEFS --ignore=DEPRECATED_VARIABLE --codespell -- 2.1.4 _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
