forked from nrfconnect/sdk-nrf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.checkpatch.conf
33 lines (32 loc) · 857 Bytes
/
.checkpatch.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
--mailback
--no-tree
--emacs
--summary-file
--show-types
--max-line-length=100
--min-conf-desc-length=1
--typedefsfile=scripts/checkpatch/typedefsfile
--ignore BRACES
--ignore ENOSYS
--ignore PRINTK_WITHOUT_KERN_LEVEL
--ignore SPLIT_STRING
--ignore VOLATILE
--ignore CONFIG_EXPERIMENTAL
--ignore AVOID_EXTERNS
--ignore NETWORKING_BLOCK_COMMENT_STYLE
--ignore DATE_TIME
--ignore MINMAX
--ignore CONST_STRUCT
--ignore FILE_PATH_CHANGES
--ignore SPDX_LICENSE_TAG
--ignore MULTISTATEMENT_MACRO_USE_DO_WHILE
--ignore TRAILING_SEMICOLON
--ignore EMBEDDED_FUNCTION_NAME
--exclude ext
--exclude samples/matter/.*/src
--exclude applications/matter_weather_station/src
--exclude samples/openthread/cli/harness
--exclude modules/tfm/tfm/boards/src
--exclude modules/tfm/tfm/boards/common
--exclude doc/nrf/images
--exclude applications/nrf5340_audio/src/utils/macros