mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 22:20:01 +08:00
tools/nxstyle: add phy62xx/uart.c into style white list
To skip the style issue: Error: /home/runner/work/nuttx/nuttx/nuttx/arch/arm/src/phy62xx/irq.c:194:5: error: Mixed case identifier found Error: /home/runner/work/nuttx/nuttx/nuttx/arch/arm/src/phy62xx/irq.c:196:5: error: Mixed case identifier found Error: /home/runner/work/nuttx/nuttx/nuttx/arch/arm/src/phy62xx/irq.c:199:5: error: Mixed case identifier found Error: /home/runner/work/nuttx/nuttx/nuttx/arch/arm/src/phy62xx/phyplus_wdt.c:61:28: error: Mixed case identifier found Error: /home/runner/work/nuttx/nuttx/nuttx/arch/arm/src/phy62xx/phyplus_wdt.c:104:2: error: Mixed case identifier found Error: /home/runner/work/nuttx/nuttx/nuttx/arch/arm/src/phy62xx/phyplus_wdt.c:162:50: error: Mixed case identifier found Signed-off-by: wangzhi16 <wangzhi16@xiaomi.com>
This commit is contained in:
@@ -712,6 +712,18 @@ static const char *g_white_files[] =
|
||||
*/
|
||||
|
||||
"phy62xx/uart.c",
|
||||
|
||||
/* Skip Mixed case
|
||||
* arch/arm/src/phy62xx/irq.c:194:5: error: Mixed case identifier found
|
||||
*/
|
||||
|
||||
"phy62xx/irq.c",
|
||||
|
||||
/* Skip Mixed case
|
||||
* arch/arm/src/phy62xx/phyplus_wdt.c:61:28: error: Mixed case identifier found
|
||||
*/
|
||||
|
||||
"phy62xx/phyplus_wdt.c",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user