38304eb534
This lint makes lines like the following (trap_handler.c:30) uncommitable: printk(BIOS_DEBUG, "Getting hart id...\n"); The significant part of the line seems to be `\n")`. Change-Id: Id854ebcef11d8188aea707b8f3e988c704721bf5 Reported-by: Maximilian Schander <maxschander@googlemail.com> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-on: https://review.coreboot.org/22202 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Maximilian Schander <maxschander@googlemail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
31 lines
803 B
Text
31 lines
803 B
Text
# Not Linux, so don't expect a Linux tree.
|
|
--no-tree
|
|
|
|
# Ignore aspects we don't follow here.
|
|
--ignore C99_COMMENTS
|
|
--ignore GLOBAL_INITIALISERS
|
|
--ignore INITIALISED_STATIC
|
|
--ignore LINE_SPACING
|
|
--ignore NEW_TYPEDEFS
|
|
--ignore PREFER_ALIGNED
|
|
--ignore PREFER_PACKED
|
|
--ignore PREFER_PRINTF
|
|
--ignore SPLIT_STRING
|
|
--ignore BLOCK_COMMENT_STYLE
|
|
--ignore AVOID_EXTERNS
|
|
--ignore VOLATILE
|
|
--ignore CONFIG_DESCRIPTION
|
|
--ignore MISSING_SPACE
|
|
--ignore CORRUPTED_PATCH
|
|
|
|
# FILE_PATH_CHANGES seems to not be working correctly. It will
|
|
# choke on added / deleted files even if the MAINTAINERS file
|
|
# is touched.
|
|
--ignore FILE_PATH_CHANGES
|
|
|
|
# This one has a linux path hard coded, so it would choke on
|
|
# some commits unnecessarily.
|
|
--ignore EXECUTE_PERMISSIONS
|
|
|
|
# Exclude the vendorcode directory
|
|
--exclude src/vendorcode
|