Javier B Perez Hernandez | 9020c57 | 2015-10-05 15:11:15 -0500 | [diff] [blame] | 1 | --emacs |
| 2 | --summary-file |
| 3 | --show-types |
Anas Nashif | 384ad9c | 2020-12-03 15:55:13 -0500 | [diff] [blame] | 4 | --max-line-length=100 |
Javier B Perez | 63bdf1c | 2016-05-11 10:43:35 -0500 | [diff] [blame] | 5 | --min-conf-desc-length=1 |
Anas Nashif | a8d2599 | 2017-10-09 10:15:13 -0400 | [diff] [blame] | 6 | --typedefsfile=scripts/checkpatch/typedefsfile |
Javier B Perez Hernandez | 9020c57 | 2015-10-05 15:11:15 -0500 | [diff] [blame] | 7 | |
| 8 | --ignore BRACES |
| 9 | --ignore PRINTK_WITHOUT_KERN_LEVEL |
| 10 | --ignore SPLIT_STRING |
Javier B Perez Hernandez | 9020c57 | 2015-10-05 15:11:15 -0500 | [diff] [blame] | 11 | --ignore VOLATILE |
| 12 | --ignore CONFIG_EXPERIMENTAL |
Kumar Gala | 93da8dc | 2020-06-02 12:38:11 -0500 | [diff] [blame] | 13 | --ignore PREFER_KERNEL_TYPES |
Peter Bigot | 529a2e1 | 2020-10-30 06:14:32 -0500 | [diff] [blame] | 14 | --ignore PREFER_SECTION |
Anas Nashif | e39cf08 | 2015-10-16 12:52:16 -0400 | [diff] [blame] | 15 | --ignore AVOID_EXTERNS |
Javier B Perez Hernandez | 1b45249 | 2015-10-29 11:29:21 -0600 | [diff] [blame] | 16 | --ignore NETWORKING_BLOCK_COMMENT_STYLE |
Benjamin Walsh | f5c5f36 | 2016-09-06 10:30:42 -0400 | [diff] [blame] | 17 | --ignore DATE_TIME |
Benjamin Walsh | 7280377 | 2016-09-06 16:51:58 -0400 | [diff] [blame] | 18 | --ignore MINMAX |
Anas Nashif | dd6f9ca | 2016-11-11 16:30:24 -0500 | [diff] [blame] | 19 | --ignore CONST_STRUCT |
Anas Nashif | d654c12 | 2016-11-07 17:02:07 -0500 | [diff] [blame] | 20 | --ignore FILE_PATH_CHANGES |
Peter Bigot | 7862086 | 2020-05-04 06:36:25 -0500 | [diff] [blame] | 21 | --ignore SPDX_LICENSE_TAG |
Christian Taedcke | ac108de | 2020-06-26 17:54:39 +0200 | [diff] [blame] | 22 | --ignore C99_COMMENT_TOLERANCE |
Peter A. Bigot | e32ecab | 2020-08-20 16:32:13 -0500 | [diff] [blame] | 23 | --ignore REPEATED_WORD |
Anas Nashif | 7223154 | 2021-01-15 08:08:19 -0500 | [diff] [blame] | 24 | --ignore UNDOCUMENTED_DT_STRING |
| 25 | --ignore DT_SPLIT_BINDING_PATCH |
| 26 | --ignore DT_SCHEMA_BINDING_PATCH |
Anas Nashif | 967aaee | 2021-01-19 10:06:10 -0500 | [diff] [blame] | 27 | --ignore TRAILING_SEMICOLON |
| 28 | --ignore COMPLEX_MACRO |
Henrik Brix Andersen | 045a33e | 2021-02-05 23:20:38 +0100 | [diff] [blame] | 29 | --ignore MULTISTATEMENT_MACRO_USE_DO_WHILE |
Anas Nashif | bbddfbd | 2021-03-24 12:39:26 -0400 | [diff] [blame] | 30 | --ignore ENOSYS |
Erwan Gouriou | e9d4b8f | 2021-10-13 11:16:53 +0200 | [diff] [blame] | 31 | --ignore IS_ENABLED_CONFIG |
Anas Nashif | f59708b | 2016-05-20 18:33:39 -0400 | [diff] [blame] | 32 | --exclude ext |