mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Provie a CheckPatch configuration file and mention it in the coding style guidelines (this feature was introduced with CheckPatch version 0.32 ~11 years ago). Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Reviewed-by: Steffen Eiden <seiden@linux.ibm.com> Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
13 lines
247 B
Plaintext
13 lines
247 B
Plaintext
--max-line-length=100
|
|
--strict
|
|
|
|
# Not Linux therefore don't expect a Linux tree
|
|
--no-tree
|
|
|
|
# Ignore the following
|
|
--ignore PREFER_KERNEL_TYPES
|
|
--ignore EXECUTE_PERMISSIONS
|
|
--ignore FILE_PATH_CHANGES
|
|
--ignore NEW_TYPEDEFS
|
|
--ignore SPDX_LICENSE_TAG
|