mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:39:01 +08:00
tools/nxstyle: add phy62xx/uart.c into style white list
To skip the style issue: arch/arm/src/phy62xx/uart.c:59:15: error: Mixed case identifier found arch/arm/src/phy62xx/uart.c:64:2: error: Mixed case identifier found arch/arm/src/phy62xx/uart.c:65:2: error: Mixed case identifier found arch/arm/src/phy62xx/uart.c:70:2: error: Mixed case identifier found arch/arm/src/phy62xx/uart.c:71:2: error: Mixed case identifier found arch/arm/src/phy62xx/uart.c:75:2: error: Mixed case identifier found arch/arm/src/phy62xx/uart.c:77:7: error: Mixed case identifier found Signed-off-by: chao an <anchao@lixiang.com>
This commit is contained in:
@@ -642,6 +642,12 @@ static const char *g_white_files[] =
|
||||
|
||||
"arm-acle-compat.h",
|
||||
"arm_asm.h",
|
||||
|
||||
/* Skip Mixed case
|
||||
* arch/arm/src/phy62xx/uart.c:1229:13: error: Mixed case identifier found
|
||||
*/
|
||||
|
||||
"phy62xx/uart.c",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user